shish 7 месяцев назад
Родитель
Сommit
788a603dd5
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      hdApp/src/admin/home/workbench.vue
  2. 1 1
      hdApp/src/pagesPurchase/order.vue

+ 1 - 1
hdApp/src/admin/home/workbench.vue

@@ -952,7 +952,7 @@ export default {
     },
     bpSj(){
       let that = this
-      that.$util.confirmModal({content:'确认删除,删除后你不能再跟此商家买花!!!!?',okText:'确认'},() => {
+      that.$util.confirmModal({content:'确认删除?删除后你不能再跟此批发店买花!!!!',okText:'确认'},() => {
         that.confirmPb(that.currentGhs)
 			})
     },

+ 1 - 1
hdApp/src/pagesPurchase/order.vue

@@ -280,7 +280,7 @@ export default {
     },
     bpSj(){
       let that = this
-      that.$util.confirmModal({content:'确认删除,删除后你不能再跟此商家买花!!!!?',okText:'确认'},() => {
+      that.$util.confirmModal({content:'确认删除?删除后你不能再跟此批发店买花!!!!',okText:'确认'},() => {
         that.confirmPb(that.currentGhs)
 			})
     },