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

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

@@ -508,7 +508,7 @@
     <view style="display:flex;width:100vw;padding:20upx 20upx 40upx 20upx;height:auto;justify-content: space-between;align-items:center;flex-wrap:wrap;max-height:100vh;overflow:auto;">
       <view style="width:100vw;margin-top:8upx;"><button @click="rechargeChange()">充值记录</button></view>
       <view style="width:100vw;margin-top:8upx;"><button @click="balanceChange()">余额变动</button></view>
-      <view style="width:100vw;margin-top:8upx;"><button @click="bpSj()">删除此商家</button></view>
+      <view style="width:100vw;margin-top:8upx;"><button @click="bpSj()">删除</button></view>
       <view style="width:100vw;margin-top:30upx;"><button @click="closeToShow()">取消</button></view>
     </view>
   </uni-popup>
@@ -952,7 +952,7 @@ export default {
     },
     bpSj(){
       let that = this
-      that.$util.confirmModal({content:'确认删除此商家?',okText:'确认'},() => {
+      that.$util.confirmModal({content:'确认删除,删除后你不能再跟此商家买花!!!!?',okText:'确认'},() => {
         that.confirmPb(that.currentGhs)
 			})
     },

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

@@ -129,7 +129,7 @@
 			<view style="display:flex;width:100vw;padding:20upx 20upx 40upx 20upx;height:auto;justify-content: space-between;align-items:center;flex-wrap:wrap;max-height:100vh;overflow:auto;">
         <view style="width:100vw;margin-top:8upx;"><button @click="rechargeChange()">充值记录</button></view>
 				<view style="width:100vw;margin-top:8upx;"><button @click="balanceChange()">余额变动记录</button></view>
-				<view style="width:100vw;margin-top:8upx;"><button @click="bpSj()">删除此商家</button></view>
+				<view style="width:100vw;margin-top:8upx;"><button @click="bpSj()">删除</button></view>
 				<view style="width:100vw;margin-top:30upx;"><button @click="closeToShow()">取消</button></view>
 			</view>
 		  </uni-popup>
@@ -280,7 +280,7 @@ export default {
     },
     bpSj(){
       let that = this
-      that.$util.confirmModal({content:'确认删除此商家?',okText:'确认'},() => {
+      that.$util.confirmModal({content:'确认删除,删除后你不能再跟此商家买花!!!!?',okText:'确认'},() => {
         that.confirmPb(that.currentGhs)
 			})
     },