diff --git a/.env.dev.js b/.env.dev.js
index f9fce165fddf7d56270179b3c23d0c9f7971866e..f36c9f99ad1ace15b4b06f04a713479d1a20dcf0 100644
--- a/.env.dev.js
+++ b/.env.dev.js
@@ -11,6 +11,6 @@ const UNI_APP = {
 	qn_base_url: 'https://qn-static.banshouhui.com/self-support/',
 	qn_asset_url: 'http://deudn.c.pp.cc/',
 	argoDebugMode: 1,
-	version: 'v1.5.02'
+	version: 'v1.5.4'
 }
 module.exports = UNI_APP;
diff --git a/.env.prod.js b/.env.prod.js
index 91e63dabe45286c563eb65c5e0d5bc4cd2e5521a..da861dda172c426399d0c1bd67c4d7ef02652e7c 100644
--- a/.env.prod.js
+++ b/.env.prod.js
@@ -10,7 +10,7 @@ const UNI_APP = {
 	qn_base_url: 'https://qn-static.banshouhui.com/self-support/',
 	qn_asset_url: 'https://qn-static.banshouhui.com',
 	argoDebugMode: 0,
-	version: 'v1.5.02'
+	version: 'v1.5.4'
 }
 
 module.exports = UNI_APP;
diff --git a/.env.test.js b/.env.test.js
index d9652d401439d5b40ae77bae5dcc4f19d6b03ea3..2cb889a04b4f55f0e1401a5e1594fe34d4d99bff 100644
--- a/.env.test.js
+++ b/.env.test.js
@@ -11,6 +11,6 @@ const UNI_APP = {
 	qn_base_url: 'https://qn-static.banshouhui.com/self-support/',
 	qn_asset_url: 'https://qn-static.banshouhui.com',
 	argoDebugMode: 1,
-	version: 'v1.5.02'
+	version: 'v1.5.4'
 }
 module.exports = UNI_APP;
diff --git a/src/pages/index/order.vue b/src/pages/index/order.vue
index 0e34a351bed4fba241365a4cf38bcd3b91f20283..a533c942cb42fdf1382689f023f6e28181f80822 100644
--- a/src/pages/index/order.vue
+++ b/src/pages/index/order.vue
@@ -305,7 +305,6 @@ export default {
         this.indexStatus[this.curNow].indexOf(e.type)
       )
     }
-    this.showMaskTip()
   },
   onShow() {
     if (this.uploadTask.length > 0) {