shish 3 anni fa
parent
commit
e660c5946b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      hdApp/src/admin/order/refund.vue

+ 1 - 1
hdApp/src/admin/order/refund.vue

@@ -176,7 +176,7 @@ export default {
 				refund(refundParams).then(res => {
 					uni.hideLoading()
 					if(res.code == 1){
-						uni.navigateTo({url:'/common/success',query:{titleType:1}})
+						this.$util.pageTo({url:'/common/success',query:{titleType:1},type:2})
 					}
 				})
 			})