Browse Source

提示说明

shish 7 months ago
parent
commit
abe9942484
1 changed files with 2 additions and 1 deletions
  1. 2 1
      ghsApp/src/pagesOrder/detail.vue

+ 2 - 1
ghsApp/src/pagesOrder/detail.vue

@@ -1239,7 +1239,8 @@ export default {
 				that.$msg('等跑腿送完再操作')
 				that.$msg('等跑腿送完再操作')
 				return
 				return
 			}
 			}
-			that.$util.confirmModal({content:'确认已送达或要退货?'},() => {
+			let remind = type == 0 ? '确认已送达?' : '确认订单完成?'
+			that.$util.confirmModal({content:remind},() => {
 				confirmReachFn({id:info.id}).then(res=>{
 				confirmReachFn({id:info.id}).then(res=>{
 					if(res.code == 1){
 					if(res.code == 1){
 						if(type == 0){
 						if(type == 0){