@@ -54,7 +54,7 @@ export default {
uni.showToast({ title: '安装失败', mask: false, duration: 1500,icon:"none" })
})
} else {
- uni.showToast({ title: '更新失败', mask: false, duration: 1500,icon:"none" })
+ uni.showToast({ title: '安装失败', mask: false, duration: 1500,icon:"none" })
}
});
dtask.start()
@@ -30,7 +30,7 @@ export default {
// #ifdef APP-PLUS
//横屏锁定
- plus.screen.lockOrientation('landscape')
+ //plus.screen.lockOrientation('landscape')
// #endif
this.option = option || null