Browse Source

提示内容

shish 2 years ago
parent
commit
c9caf3a476
1 changed files with 1 additions and 1 deletions
  1. 1 1
      hdApp/src/pagesPurchase/gatherPay.vue

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

@@ -77,7 +77,7 @@ export default {
       return false
       // #endif
 
-      that.$util.confirmModal({content:'确认收到花材没有问题?支付后订单无法再申请售后'},() => {
+      that.$util.confirmModal({content:'确认收到花材且无需售后?结清后订单不能再申请售后'},() => {
         that.confirmWxPayFn()
       })
     },