Browse Source

首页加接待提醒的弹窗

branch0222
corala 1 year ago
parent
commit
0bb0fb850e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      App.vue

+ 1
- 1
App.vue View File

@@ -161,6 +161,7 @@
this.$u.post('/user/addLoginCount', {
houseId: uni.getStorageSync('buildingID').id
}).then(res=>{
uni.setStorageSync("remind", 0);
}).catch(e=>{})
}
const token = uni.getStorageSync("weapp_session_login_data")
@@ -210,7 +211,6 @@
uni.navigateTo({
url: `/pages/main/toviewtherecording/index?jump=` + "jump"
})

} else if (res.cancel) {
console.log('用户点击取消');
}


Loading…
Cancel
Save