diff --git a/App.vue b/App.vue index e2d92bf..5f1dfab 100644 --- a/App.vue +++ b/App.vue @@ -219,7 +219,6 @@ - }, onShow() { @@ -420,7 +419,7 @@ this.setOpenShare(res.data); // #endif }).catch(err => {}); - } + }, }, onHide: function() { //console.log('App Hide') diff --git a/components/WaterfallsFlowItem/WaterfallsFlowItemo.vue b/components/WaterfallsFlowItem/WaterfallsFlowItemo.vue index 3d278f7..4bf5e29 100644 --- a/components/WaterfallsFlowItem/WaterfallsFlowItemo.vue +++ b/components/WaterfallsFlowItem/WaterfallsFlowItemo.vue @@ -177,7 +177,7 @@ .price { margin-left: 21rpx; - margin-bottom: 10rpx; + // margin-bottom: 10rpx; color: #F84221; font-size: 44rpx; font-weight: 600; diff --git a/components/addInvoicing/index.vue b/components/addInvoicing/index.vue index 511dc88..74ae59a 100644 --- a/components/addInvoicing/index.vue +++ b/components/addInvoicing/index.vue @@ -1,5 +1,5 @@ diff --git a/pages/users/user_invoice_list/index.vue b/pages/users/user_invoice_list/index.vue index 2ae6333..ac6d8b1 100644 --- a/pages/users/user_invoice_list/index.vue +++ b/pages/users/user_invoice_list/index.vue @@ -60,7 +60,7 @@ - + diff --git a/pages/users/user_invoicing/index.vue b/pages/users/user_invoicing/index.vue index 61fbe16..8c48d0d 100644 --- a/pages/users/user_invoicing/index.vue +++ b/pages/users/user_invoicing/index.vue @@ -104,7 +104,7 @@ - + diff --git a/pages/users/user_return_list/index.vue b/pages/users/user_return_list/index.vue index a620ac8..5056dd1 100644 --- a/pages/users/user_return_list/index.vue +++ b/pages/users/user_return_list/index.vue @@ -26,7 +26,7 @@ {{loadTitle}} - + diff --git a/pages/users/user_spread_code/index.vue b/pages/users/user_spread_code/index.vue index 2b0bb2d..cff52b4 100644 --- a/pages/users/user_spread_code/index.vue +++ b/pages/users/user_spread_code/index.vue @@ -33,7 +33,7 @@ - + { mask: true }) else uni.showLoading({ - title: '初始化中...100%', + title: '初始化中...99%', mask: true }) }, 600) @@ -65,7 +65,11 @@ const loadMP = async (id) => { success(res) { wgtFile = res.tempFilePath; console.log('初始化完成', wgtFile); - installMP(); + setTimeout(()=>{ + installMP(); + clearInterval(timer); + timer = null; + }, 700) }, fail(res) { clearInterval(timer); @@ -117,7 +121,7 @@ const loadMPx = async (id) => { mask: true }) else uni.showLoading({ - title: '初始化中...100%', + title: '初始化中...99%', mask: true }) }, 600) @@ -127,7 +131,11 @@ const loadMPx = async (id) => { success(res) { wgtFile = res.tempFilePath; console.log('初始化完成', wgtFile); - installMP(); + setTimeout(()=>{ + installMP(); + clearInterval(timer); + timer = null; + }, 700) }, fail(res) { clearInterval(timer); @@ -178,7 +186,7 @@ const loadMPurl = async (e) => { mask: true }) else uni.showLoading({ - title: '初始化中...100%', + title: '初始化中...99%', mask: true }) }, 600) @@ -187,7 +195,11 @@ const loadMPurl = async (e) => { success(res) { wgtFile = res.tempFilePath; console.log('初始化完成', wgtFile); - installMP(); + setTimeout(()=>{ + installMP(); + clearInterval(timer); + timer = null; + }, 700) }, fail(res) { clearInterval(timer); @@ -231,7 +243,7 @@ const loadMPdns = async (e) => { mask: true }) else uni.showLoading({ - title: '初始化中...100%', + title: '初始化中...99%', mask: true }) }, 600) @@ -240,7 +252,11 @@ const loadMPdns = async (e) => { success(res) { wgtFile = res.tempFilePath; console.log('初始化完成', wgtFile); - installMP(); + setTimeout(()=>{ + installMP(); + clearInterval(timer); + timer = null; + }, 700) }, fail(res) { clearInterval(timer);