From 552d97ce162dbafaca1801580da37923548c5f70 Mon Sep 17 00:00:00 2001 From: jia <1451658316@qq.com> Date: Tue, 26 Sep 2023 08:52:29 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=9F=E4=BA=A7=20=E4=BB=A5=E5=8F=8A?= =?UTF-8?q?=E6=B3=A8=E9=94=80=E5=8A=9F=E8=83=BD=E5=8A=9F=E8=83=BD=E6=94=BE?= =?UTF-8?q?=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/api.js | 5 ++ config/app.js | 34 +----------- manifest.json | 4 +- pages/margin/margin.vue | 78 +++++++++++++++++++++++++-- pages/moreProject/moreProject.vue | 75 ++++++++++++++++---------- pages/product/basicSet.vue | 6 ++- pages/store/merchantDetails/index.vue | 4 +- pages/store/settled/index.vue | 39 +++++++------- pages/users/user_info/index.vue | 4 +- store/modules/app.js | 2 +- utils/requestb.js | 4 +- 11 files changed, 162 insertions(+), 93 deletions(-) diff --git a/api/api.js b/api/api.js index 7d9d20c..c382e10 100644 --- a/api/api.js +++ b/api/api.js @@ -305,3 +305,8 @@ export function paymerchant() { export function merchant(data) { return request.get(`store/merchant/margin`, data); } + +//获取保证金缴纳列表 +export function marginlist(data) { + return request.get(`user/margin/list`,data); +} diff --git a/config/app.js b/config/app.js index bb7d092..1e8e1a6 100644 --- a/config/app.js +++ b/config/app.js @@ -8,8 +8,8 @@ let httpApiTwo let httpApiThree // 在打包之前请检查当前环境是否正确 -const env = 'dev'; // 开发 -// const env = 'prod'; // 生产 +// const env = 'dev'; // 开发 +const env = 'prod'; // 生产 // const env = 'prew'; // 预上线 switch (env) { @@ -33,37 +33,7 @@ switch (env) { } -// // 网络接口修改此字符 小程序域名要求https -// // let httpApi = 'http://192.168.31.110:8324' // 测试 -// if (process.env.NODE_ENV === "development") { -// httpApi = 'https://shop.lihaink.cn' // 生产 -// // httpApi = 'https://test.shop.lihaink.cn' //预发布环境 -// // httpApi = "https://crmeb-test.shop.lihaink.cn" -// // httpApi = "http://192.168.0.222" -// // httpApi = "http://192.168.0.108:8325" -// // httpApi = 'http://192.168.0.108:8325' -// // #ifdef MP-WEIXIN -// httpApiTwo = "https://nk.lihaink.cn" -// httpApiThree = 'http://ceshi-oa.lihaink.cn' -// // #endif -// // #ifdef H5 -// // httpApiTwo = "baseUrl" // h5跨域配置 -// httpApiTwo = "https://nk.lihaink.cn" // h5跨域配置 -// // httpApiThree = 'baseUrlTest' // h5跨域配置 - -// // #endif -// } else if (process.env.NODE_ENV === 'production') { -// httpApi = 'https://shop.lihaink.cn' // 生产 - -// // httpApi ='https://test.shop.lihaink.cn' //预发布环境 - -// // httpApi = "https://crmeb-test.shop.lihaink.cn" -// httpApiTwo = 'https://nk.lihaink.cn' // 生产 -// httpApiThree = 'http://ceshi-oa.lihaink.cn' //生产 -// } -// httpApi = 'https://shop.lihaink.cn' // 生产 -// httpApiTwo = 'https://nk.lihaink.cn' // 生产 // 聊天接口修改此字符 小程序聊天要求wss 例如:wss://mer.crmeb.net // let wsApi = 'ws://192.168.3.20:8324' diff --git a/manifest.json b/manifest.json index e0273e5..42d12ce 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name" : "惠农生活", "appid" : "__UNI__3A527D1", "description" : "", - "versionName" : "1.4.3", - "versionCode" : 143, + "versionName" : "1.4.4", + "versionCode" : 144, "transformPx" : false, /* 5+App特有相关 */ "app-plus" : { diff --git a/pages/margin/margin.vue b/pages/margin/margin.vue index a1f7188..a9ab8a1 100644 --- a/pages/margin/margin.vue +++ b/pages/margin/margin.vue @@ -6,7 +6,7 @@ 店铺保证金信息 已缴纳保证金 - {{merchant_Data.margin}} + {{merchant_Data.paid_margin}} 缴纳店铺账户 @@ -17,7 +17,7 @@ 缴纳金额 - {{merchant_Data.recharge_margin}}元 + {{merchant_Data.margin}}元 @@ -26,27 +26,82 @@ 充值后帐户的金额不能提现,可用于商城消费使用佣金导入账户之后不能再次导出、不可提现账户充值出现问题可联系商城客服,也可拨打商城客服热线4008888888 --> + + + 订单编号:{{item.order_sn}} + 支付金额:{{item.total_price}} + 支付状态:{{item.pay_type==1?'已支付':'待支付'}} + 支付时间:{{item.pay_time}} + + + {{loadTitle}} +