Commit 4842f56a authored by Damon's avatar Damon

refactor: 去除订单蒙层

parent 1fa17e1e
...@@ -11,6 +11,6 @@ const UNI_APP = { ...@@ -11,6 +11,6 @@ const UNI_APP = {
qn_base_url: 'https://qn-static.banshouhui.com/self-support/', qn_base_url: 'https://qn-static.banshouhui.com/self-support/',
qn_asset_url: 'http://deudn.c.pp.cc/', qn_asset_url: 'http://deudn.c.pp.cc/',
argoDebugMode: 1, argoDebugMode: 1,
version: 'v1.5.02' version: 'v1.5.4'
} }
module.exports = UNI_APP; module.exports = UNI_APP;
...@@ -10,7 +10,7 @@ const UNI_APP = { ...@@ -10,7 +10,7 @@ const UNI_APP = {
qn_base_url: 'https://qn-static.banshouhui.com/self-support/', qn_base_url: 'https://qn-static.banshouhui.com/self-support/',
qn_asset_url: 'https://qn-static.banshouhui.com', qn_asset_url: 'https://qn-static.banshouhui.com',
argoDebugMode: 0, argoDebugMode: 0,
version: 'v1.5.02' version: 'v1.5.4'
} }
module.exports = UNI_APP; module.exports = UNI_APP;
...@@ -11,6 +11,6 @@ const UNI_APP = { ...@@ -11,6 +11,6 @@ const UNI_APP = {
qn_base_url: 'https://qn-static.banshouhui.com/self-support/', qn_base_url: 'https://qn-static.banshouhui.com/self-support/',
qn_asset_url: 'https://qn-static.banshouhui.com', qn_asset_url: 'https://qn-static.banshouhui.com',
argoDebugMode: 1, argoDebugMode: 1,
version: 'v1.5.02' version: 'v1.5.4'
} }
module.exports = UNI_APP; module.exports = UNI_APP;
...@@ -305,7 +305,6 @@ export default { ...@@ -305,7 +305,6 @@ export default {
this.indexStatus[this.curNow].indexOf(e.type) this.indexStatus[this.curNow].indexOf(e.type)
) )
} }
this.showMaskTip()
}, },
onShow() { onShow() {
if (this.uploadTask.length > 0) { if (this.uploadTask.length > 0) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment