diff --git a/components/payment/payment.vue b/components/payment/payment.vue index 022f893..62a02fc 100644 --- a/components/payment/payment.vue +++ b/components/payment/payment.vue @@ -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;