소스 검색

修复 1005965

zhangdan 4 년 전
부모
커밋
1f83bf867b
1개의 변경된 파일8개의 추가작업 그리고 6개의 파일을 삭제
  1. 8 6
      pagesA/luckDraw/myJp.vue

+ 8 - 6
pagesA/luckDraw/myJp.vue

@@ -265,13 +265,15 @@ export default {
 					if(this.form.id) {
 					if(this.form.id) {
 						params.id = this.form.id
 						params.id = this.form.id
 					}
 					}
+					// 更新收货地址
+					this.saveReceive(params)
 					// 保存我的收货地址
 					// 保存我的收货地址
-					saveAddress(params).then(res=>{
-						if(res.status == 200) {
-							// 保存领奖收货信息
-							this.saveReceive(params)
-						} 
-					})
+					// saveAddress(params).then(res=>{
+					// 	if(res.status == 200) {
+					// 		// 保存领奖收货信息
+					// 		this.saveReceive(params)
+					// 	} 
+					// })
 				}
 				}
 			});
 			});
 		},
 		},