|
|
@ -335,6 +335,7 @@ export default { |
|
|
|
this.payinfo = response.data |
|
|
|
this.payType = response.data.type |
|
|
|
this.payIsAutoRefund = Number(response.data.is_auto_refund) |
|
|
|
this.payinfo.profit_share_status = Number(response.data.profit_share_status) |
|
|
|
this.paySvg = require('@/assets/pay/pay_' + this.payType + '.svg') |
|
|
|
if (this.payType == PAY_TYPE_TAOBAO || this.payType == PAY_TYPE_JINGDONG) { |
|
|
|
this.confirmText = '去授权'; |
|
|
|