Ver código fonte

fix:当日排队提示词

xuyunhui 2 meses atrás
pai
commit
ad221d8de5
1 arquivos alterados com 1 adições e 1 exclusões
  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:"知道了"
           })