|
|
|
@ -303,6 +303,7 @@ import { launchMiniProgram } from '../../common/js/jweixin-module/out'; |
|
|
|
uni.hideLoading(); |
|
|
|
if (res.code >= 0) { |
|
|
|
console.log(res.data, `pay`); |
|
|
|
this.payInfo.pay_money = res.data.pay_money; |
|
|
|
if (res.data.pay_success) { |
|
|
|
this.paySuccess(); |
|
|
|
return; |
|
|
|
|