소스 검색

首页加接待提醒的弹窗

branch0222
corala 1 년 전
부모
커밋
0bb0fb850e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      App.vue

+ 1
- 1
App.vue 파일 보기

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

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


불러오는 중...
취소
저장