diff --git a/components/payment/payment.vue b/components/payment/payment.vue index d086227..1e0561f 100644 --- a/components/payment/payment.vue +++ b/components/payment/payment.vue @@ -303,6 +303,7 @@ export default { uni.hideLoading(); if (res.code >= 0) { console.log(res.data, `pay`); + this.payInfo.pay_money = res.data.pay_money; this.getPayInfo(res.data.out_trade_no) if (res.data.pay_success) { this.paySuccess(); diff --git a/config/development.js b/config/development.js index f2a3149..aa714eb 100644 --- a/config/development.js +++ b/config/development.js @@ -3,12 +3,12 @@ // api请求地址 // export const baseUrl = 'https://cbtadmin.jtyqt.com' -// export const baseUrl = 'https://yaochangtest.first.xinzhidi.cn'//测试地址1 -export const baseUrl = 'http://devzhiyao.zeyan.wang'//测试地址2 +export const baseUrl = 'https://yaochangtest.first.xinzhidi.cn'//测试地址1 +// export const baseUrl = 'http://devzhiyao.zeyan.wang'//测试地址2 // 图片域名 -// export const imgDomain = 'https://yaochangtest.first.xinzhidi.cn'//测试地址1 -export const imgDomain = 'http://devzhiyao.zeyan.wang'//测试地址2 +export const imgDomain = 'https://yaochangtest.first.xinzhidi.cn'//测试地址1 +// export const imgDomain = 'http://devzhiyao.zeyan.wang'//测试地址2 // export const imgDomain = 'https://cbtadmin.jtyqt.com' // export const imgDomain = 'https://qcyadmin.oss-cn-beijing.aliyuncs.com/migrate' diff --git a/manifest.json b/manifest.json index a158e7a..baf7abd 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name" : "齐采药", - "appid" : "__UNI__9009737", + "appid" : "__UNI__9C80A8A", "description" : "", "versionName" : "1.000.1243", "versionCode" : 10001243,