Browse Source

fix:当日排队提示词

xuyunhui 2 months ago
parent
commit
ad221d8de5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      orderPages/storeService/index.vue

+ 1 - 1
orderPages/storeService/index.vue

@@ -504,7 +504,7 @@
 				} else {
           uni.showModal({
             title:"温馨提示",
-            content:"当前默认门店为" + this.storeInfo.storeName + "是否需要更换?3月20日,龙抬头当天不理全头,不理造型;只做新派仪式剪。",
+            content:"当前默认门店为" + this.storeInfo.storeName + "是否需要更换",
             showCancel:false,
             confirmText:"知道了"
           })