Compare commits
9 Commits
xbx-new
...
2512923891
| Author | SHA1 | Date | |
|---|---|---|---|
| 2512923891 | |||
| 4ab89711b2 | |||
| 4876ddb383 | |||
|
|
9b5fca48a2 | ||
| 81955085b5 | |||
| ffa18c92d2 | |||
| b63a84149e | |||
| 1aee3f3320 | |||
| 6d0c6a6b15 |
5
App.vue
5
App.vue
@@ -28,7 +28,10 @@
|
||||
// #endif
|
||||
},
|
||||
onShow(){
|
||||
this.getVersion();
|
||||
// this.getVersion();
|
||||
},
|
||||
onLoad() {
|
||||
|
||||
},
|
||||
onHide(){
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name" : "德铭阳光",
|
||||
"appid" : "__UNI__EBFF00A",
|
||||
"description" : "",
|
||||
"versionName" : "1.0.0",
|
||||
"versionName" : "1.0.1",
|
||||
"versionCode" : "100",
|
||||
"transformPx" : false,
|
||||
/* 5+App特有相关 */
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
2. 新增Modal模态框组件<br>
|
||||
3. 新增压窗屏组件,可以在APP上以弹窗的形式遮盖导航栏和底部tabbar<br>
|
||||
`,
|
||||
isAutoUpdate: false,
|
||||
}
|
||||
},
|
||||
onLoad(option) {
|
||||
@@ -45,7 +46,13 @@
|
||||
// #endif
|
||||
},
|
||||
closeModal() {
|
||||
uni.navigateBack();
|
||||
const pages = getCurrentPages();
|
||||
// console.log(pages);
|
||||
if(pages.length == 2) {
|
||||
this.$u.route('/pageA/welcome/welcome');
|
||||
} else {
|
||||
uni.navigateBack();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -49,7 +49,7 @@ export default {
|
||||
},
|
||||
updateVersion() {
|
||||
this.$u.route('/pageE/setting/updateVersion', {
|
||||
status: this.status
|
||||
status: this.status,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user