qxf 修改申请退款成功的提示框, 消息-关注达人改为展示用户昵称 #391
@ -137,7 +137,6 @@ export default {
 | 
			
		||||
			return true;
 | 
			
		||||
		},
 | 
			
		||||
		applyRefund() {
 | 
			
		||||
			
 | 
			
		||||
			if(this.type !=2 && !this.verifyParams()) return false;
 | 
			
		||||
			// addrefundall 只需要订单id 和 说明
 | 
			
		||||
			let params = {
 | 
			
		||||
@ -154,6 +153,7 @@ export default {
 | 
			
		||||
					if(res.errCode == 0) {
 | 
			
		||||
						this.$refs.uToast.show({
 | 
			
		||||
							title: res.message,
 | 
			
		||||
							type: 'success',
 | 
			
		||||
							back: true,
 | 
			
		||||
						})
 | 
			
		||||
					} else {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user