购物车历史订单增加,代码优化
This commit is contained in:
8
App.vue
8
App.vue
@@ -16,6 +16,11 @@ App.vue本身不是页面,这里不能编写视图元素,也就是没有<tem
|
||||
|
||||
});
|
||||
onLaunch(() => {
|
||||
// 非开发工具移除 console.log console.info
|
||||
if (uni.getSystemInfoSync().platform !== "devtools") {
|
||||
console.log = () => {};
|
||||
console.info = () => {};
|
||||
}
|
||||
let that = this
|
||||
uni.hideTabBar()
|
||||
// #ifdef MP-WEIXIN
|
||||
@@ -32,7 +37,8 @@ App.vue本身不是页面,这里不能编写视图元素,也就是没有<tem
|
||||
// 新版本下载失败
|
||||
})
|
||||
// #endif
|
||||
|
||||
// console.log("getSystemSetting==",uni.getSystemInfoSync())
|
||||
// console.log("getSystemSetting==",uni.getSystemSetting())
|
||||
|
||||
|
||||
//#ifdef APP-PLUS
|
||||
|
||||
Reference in New Issue
Block a user