|
@@ -109,8 +109,8 @@ var shoppingConfirm = new Vue({
|
|
|
_self.balance.originUserMoney = r.data.userMoney;
|
|
|
_self.payInfo.orderShouldPayFee = r.data.totalPrice;
|
|
|
if(r.data.invoice){
|
|
|
+ r.data.invoice.type = 0;
|
|
|
_self.invoice = r.data.invoice;
|
|
|
- _self.invoice.type = 0;
|
|
|
}
|
|
|
_self.getAddressList(_self.userId,20);
|
|
|
}else{
|