From ed310bea820c46005f70dccba7712fd5c97308cd Mon Sep 17 00:00:00 2001 From: mkm <727897186@qq.com> Date: Tue, 26 Sep 2023 09:30:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/pay.js | 5 ++++- manifest.json | 8 ++++---- subpkg/topUp/topUp.vue | 3 ++- subpkg/topUpList/topUpList.vue | 6 +++--- 4 files changed, 13 insertions(+), 9 deletions(-) diff --git a/api/pay.js b/api/pay.js index 252f9c0..21b9700 100644 --- a/api/pay.js +++ b/api/pay.js @@ -4,7 +4,10 @@ import oahttp from "@/utils/oahttp.js"; * 充值 */ export const recharge = (data) => oahttp.post('/recharge/recharge', data) - +/** + * 押金充值记录 + */ +export const deposit_recharge = (data) => oahttp.get('/recharge/deposit_lists', data) /** * 支付方式 */ diff --git a/manifest.json b/manifest.json index a26f066..589b831 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { "name" : "里海社区", - // "appid" : "__UNI__3A527D1", - "appid" : "__UNI__B5B1EDD", + "appid" : "__UNI__3A527D1", + // "appid" : "__UNI__B5B1EDD", "description" : "", - "versionName" : "1.1.6", - "versionCode" : 116, + "versionName" : "1.1.8", + "versionCode" : 118, "transformPx" : false, /* 5+App特有相关 */ "app-plus" : { diff --git a/subpkg/topUp/topUp.vue b/subpkg/topUp/topUp.vue index 418f3d9..997e646 100644 --- a/subpkg/topUp/topUp.vue +++ b/subpkg/topUp/topUp.vue @@ -109,7 +109,8 @@ title:'获取支付信息', success: async () => { let queryData = { - money: this.payMoney.money + money: this.payMoney.money, + type:300 }; if(this.task_id>0) { queryData.task_id = this.task_id; diff --git a/subpkg/topUpList/topUpList.vue b/subpkg/topUpList/topUpList.vue index 5aac66f..df83d67 100644 --- a/subpkg/topUpList/topUpList.vue +++ b/subpkg/topUpList/topUpList.vue @@ -3,7 +3,7 @@ - 押金充值 + 保证金充值 充值日期:{{item.create_time}} @@ -23,7 +23,7 @@