From 81ef64fdbd07ff95444bf1db8543c77351792c77 Mon Sep 17 00:00:00 2001 From: liutong <836164388@qq.com> Date: Sat, 4 Jan 2025 17:38:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=94=AF=E4=BB=98=E5=BC=B9?= =?UTF-8?q?=E5=87=BA=E5=B1=82=E5=9B=9E=E8=B0=83,=E8=BF=99=E4=B8=AA?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=B7=B2=E7=BB=8F=E5=90=8C=E6=AD=A5=E7=BB=99?= =?UTF-8?q?=E5=B7=A6=E9=83=BD=E8=BE=89=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/payment/payment.vue | 1 + config/development.js | 8 ++++---- manifest.json | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) 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,