Browse Source

取消提示

shish 7 months ago
parent
commit
6ce8ef3d58
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ghsApp/src/pagesOrder/refund.vue

+ 1 - 1
ghsApp/src/pagesOrder/refund.vue

@@ -353,7 +353,7 @@ export default {
 		},
 		needCancelRemind(id){
 			let that = this
-			that.$util.confirmModal({content:'有结账单取消了才能退款',okText:'去取消',cancelText:'不操作'},() => {
+			that.$util.confirmModal({content:'有结账单取消了才能退款,请点去取消',okText:'去取消',cancelText:'不操作'},() => {
 				that.$util.pageTo({url: '/admin/clear/customInfo?id='+id})
 			})
 		},