From 1ec92593ced2bb4a398d28698ebd1c04823380c4 Mon Sep 17 00:00:00 2001 From: jia <1451658316@qq.com> Date: Sat, 23 Sep 2023 20:55:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E6=88=90=E5=95=86=E5=9F=8E=E5=85=A5?= =?UTF-8?q?=E9=A9=BB=E4=BB=A5=E5=8F=8A=E7=94=9F=E4=BA=A7=E5=8D=8F=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.vue | 1 + api/store.js | 13 +---- api/user.js | 9 ++++ pages/moreProject/moreProject.vue | 32 +++++------- pages/store/settled/index.vue | 82 +++++++++++++++++-------------- pages/user/index.vue | 4 ++ 6 files changed, 71 insertions(+), 70 deletions(-) diff --git a/App.vue b/App.vue index e273265..d56d2d7 100644 --- a/App.vue +++ b/App.vue @@ -164,6 +164,7 @@ // console.log("jpush连接", connectEnable) }) + // 设置别名 // jpushModule.setAlias({ // 'alias': uni.getStorageSync('userId'), diff --git a/api/store.js b/api/store.js index 1e3af0d..3659801 100644 --- a/api/store.js +++ b/api/store.js @@ -577,20 +577,9 @@ export function vicinityStoreApi(data) { /* 商家入驻 -- 获取商户入驻申请协议内容 */ -export function agreeiness() { +export function agreeiness(data) { return request.get(`business/agree`, data, { noAuth: true }); } -//测试 -export function dotest() { - return request.get(`dotest`,{}, { noAuth: true }); -} - -/* - 生产 -- 商户保证金信息接口 -*/ -export function merchant() { - return request.get(`store/merchant/margin`, data, { noAuth: true }); -} diff --git a/api/user.js b/api/user.js index 0009c40..4594d26 100644 --- a/api/user.js +++ b/api/user.js @@ -8,6 +8,8 @@ // | Author: CRMEB Team // +---------------------------------------------------------------------- import request from "@/utils/request.js"; + +import request1 from "@/utils/requestb.js"; import Cache from '@/utils/cache' /** * 获取版本信息 @@ -721,3 +723,10 @@ export function getBillDetil() { return request.get(`mer/financial_record`) } + + +//获取商户入驻所签署公司 + +export function merstreet(data) { + return request1.get(`company/street_company`, data); +} diff --git a/pages/moreProject/moreProject.vue b/pages/moreProject/moreProject.vue index c75b9c2..810b95d 100644 --- a/pages/moreProject/moreProject.vue +++ b/pages/moreProject/moreProject.vue @@ -383,8 +383,6 @@ - - @@ -416,7 +414,7 @@ - +
{{detail.title}}
@@ -651,9 +649,9 @@ }, //缴纳保证金 paydecimal() { - if (this.merchant_Data.is_margin == 2) { - that.$util.Tips({ - title: '用户已提交' + if (this.merchant_Data.is_margin != 1) { + this.$util.Tips({ + title: '暂时无需缴纳保证金' }); } else { @@ -669,7 +667,7 @@ uni.requestPayment({ provider: 'wxpay', orderInfo: res.data - .config, //微信、支付宝订单数据 【注意微信的订单信息,键值应该全部是小写,不能采用驼峰命名】 + .config, //微信、支付宝订单数据 【注意微信的订单信息,键值应该全部是小写,不能采用驼峰命名】 success: function(res) { console.log('success:' + JSON.stringify(res)); }, @@ -903,8 +901,6 @@ }, navigator(url, t) { - - if (this.userInfoData.mer_info.mer_settlement_agree_status == 0) { this.isFshow = true this.countDown() @@ -1196,7 +1192,7 @@ position: absolute; top: 50%; left: 50%; - border-radius: 12rpx; + -webkit-border-radius: 12rpx; padding: 52rpx; -webkit-transform: translate(-50%, -50%); @@ -1241,7 +1237,7 @@ line-height: 22px; text-align: justify; text-justify: distribute-all-lines; - height: 756rpx; + height: 1050rpx; overflow-y: scroll; } @@ -1254,12 +1250,7 @@ text-align: justify; text-justify: distribute-all-lines; - /*#ifdef H5*/ - height: 600rpx; - /*#endif*/ - /*#ifdef APP-PLUS*/ - height: 530rpx; - /*#endif*/ + height: 1050rpx; overflow-y: scroll; @@ -1272,7 +1263,7 @@ .setAgCountbtna { margin-top: 40rpx; - width: 150rpx; + width: 200rpx; height: 74rpx; text-align: center; line-height: 74rpx; @@ -1290,13 +1281,12 @@ margin-top: 40rpx; padding-left: 20rpx; padding-right: 20rpx; - height: 74rpx; + text-align: center; line-height: 74rpx; background: #cecece; border-radius: 46rpx 46rpx; opacity: 1; - font-size: 25rpx; font-family: PingFang SC-Medium, PingFang SC; font-weight: 500; @@ -1306,7 +1296,7 @@ .setAgCountbtnc { margin-top: 40rpx; - width: 150rpx; + width: 200rpx; height: 74rpx; text-align: center; line-height: 74rpx; diff --git a/pages/store/settled/index.vue b/pages/store/settled/index.vue index 150d84a..38fa10e 100644 --- a/pages/store/settled/index.vue +++ b/pages/store/settled/index.vue @@ -126,8 +126,8 @@ 法人名称 - + @@ -192,10 +192,11 @@
- + + 所属公司:{{company?company:"暂无公司信息"}}
{{detail.title}}
- + @@ -205,8 +206,7 @@ 拒绝 - -