Parcourir la source

首页加接待提醒的弹窗

branch0222
corala il y a 1 an
Parent
révision
0bb0fb850e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      App.vue

+ 1
- 1
App.vue Voir le fichier

@@ -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('用户点击取消');
}


Chargement…
Annuler
Enregistrer