界面优化
@ -24,7 +24,7 @@ switch (env) {
|
|||||||
httpApiThree = 'http://ceshi-oa.lihaink.cn'
|
httpApiThree = 'http://ceshi-oa.lihaink.cn'
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
httpApi = "https://crmeb-test.shop.lihaink.cn" // 生产
|
httpApi = "https://crmeb-test.shop.lihaink.cn" // 测试
|
||||||
httpApiTwo = "https://nk.lihaink.cn"
|
httpApiTwo = "https://nk.lihaink.cn"
|
||||||
httpApiThree = 'http://ceshi-oa.lihaink.cn'
|
httpApiThree = 'http://ceshi-oa.lihaink.cn'
|
||||||
}
|
}
|
||||||
|
@ -124,7 +124,7 @@
|
|||||||
}, {
|
}, {
|
||||||
"path": "pages/moreProject/moreProject",
|
"path": "pages/moreProject/moreProject",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "更多功能",
|
"navigationBarTitleText": "商户平台",
|
||||||
"enablePullDownRefresh": false
|
"enablePullDownRefresh": false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -411,7 +411,11 @@
|
|||||||
</view>
|
</view>
|
||||||
<view class="settlementAgreement" v-if="isFshow">
|
<view class="settlementAgreement" v-if="isFshow">
|
||||||
<view class="setAgCount" style="width: 100%;height: 100%;">
|
<view class="setAgCount" style="width: 100%;height: 100%;">
|
||||||
<i class="icon iconfont icon-cha" @click="recuo"></i>
|
<!-- <i class="icon iconfont icon-cha" @click="recuo"></i> -->
|
||||||
|
<view class="" style="width: 60rpx;height: 60rpx; position: absolute;right: 30rpx; top:20rpx"
|
||||||
|
@click="recuo">
|
||||||
|
<image src="@/static/images/close.png" mode="aspectFit" style="width: 60rpx;height: 60rpx;"></image>
|
||||||
|
</view>
|
||||||
<div class="title">{{detail.title}}</div>
|
<div class="title">{{detail.title}}</div>
|
||||||
<view style="margin: 20rpx 0;">甲方公司:{{company?company:"暂无公司信息"}}</view>
|
<view style="margin: 20rpx 0;">甲方公司:{{company?company:"暂无公司信息"}}</view>
|
||||||
<view style="margin: 20rpx 0;">机构代码:{{organization_code?organization_code:"暂无公司信息"}}</view>
|
<view style="margin: 20rpx 0;">机构代码:{{organization_code?organization_code:"暂无公司信息"}}</view>
|
||||||
@ -424,7 +428,6 @@
|
|||||||
拒绝
|
拒绝
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
|
|
||||||
<button :class="num>0?'setAgCountbtnb':'setAgCountbtnc'" :disabled="num!=0" @click="agree">
|
<button :class="num>0?'setAgCountbtnb':'setAgCountbtnc'" :disabled="num!=0" @click="agree">
|
||||||
<text v-if="num>0">请仔细阅读协议{{num}}S</text>
|
<text v-if="num>0">请仔细阅读协议{{num}}S</text>
|
||||||
<text v-else>同意</text>
|
<text v-else>同意</text>
|
||||||
@ -439,8 +442,9 @@
|
|||||||
<view class="userpage-icon" @click="close">
|
<view class="userpage-icon" @click="close">
|
||||||
<image src="@/static/images/close.png" mode=""></image>
|
<image src="@/static/images/close.png" mode=""></image>
|
||||||
</view>
|
</view>
|
||||||
<form report-submit='true'>
|
|
||||||
<view class='merchantsSettled'>
|
<form report-submit='true' style="height: 90%;">
|
||||||
|
<view class='merchantsSettled' :style="{'height':Fheight}">
|
||||||
<view class="title">填写信息</view>
|
<view class="title">填写信息</view>
|
||||||
<view class='list'>
|
<view class='list'>
|
||||||
<view class="item">
|
<view class="item">
|
||||||
@ -601,6 +605,7 @@
|
|||||||
cardno_front: '',
|
cardno_front: '',
|
||||||
cardno_back: ''
|
cardno_back: ''
|
||||||
},
|
},
|
||||||
|
Fheight:0,
|
||||||
|
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
@ -608,7 +613,10 @@
|
|||||||
...mapGetters(['userInfo', 'isLogin'])
|
...mapGetters(['userInfo', 'isLogin'])
|
||||||
},
|
},
|
||||||
created() {},
|
created() {},
|
||||||
onLoad() {},
|
onLoad() {
|
||||||
|
this.Fheight = uni.getSystemInfoSync().windowHeight+'px';
|
||||||
|
console.log(this.Fheight)
|
||||||
|
},
|
||||||
onShow() {
|
onShow() {
|
||||||
if (this.isLogin) {
|
if (this.isLogin) {
|
||||||
this.emptyText = '暂无可用应用'
|
this.emptyText = '暂无可用应用'
|
||||||
@ -620,8 +628,6 @@
|
|||||||
this.getUserInfo()
|
this.getUserInfo()
|
||||||
this.codelist()
|
this.codelist()
|
||||||
this.list()
|
this.list()
|
||||||
|
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
@ -838,10 +844,17 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
},
|
},
|
||||||
|
//保证金缴纳
|
||||||
margin(url) {
|
margin(url) {
|
||||||
|
if (this.userInfoData.mer_info.mer_settlement_agree_status == 0) {
|
||||||
|
this.isFshow = true
|
||||||
|
this.countDown()
|
||||||
|
} else {
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: url + `?mer_id=` + this.mer_id
|
url: url + `?mer_id=` + this.mer_id
|
||||||
})
|
})
|
||||||
|
}
|
||||||
|
|
||||||
},
|
},
|
||||||
//商户设置
|
//商户设置
|
||||||
buyserset() {
|
buyserset() {
|
||||||
@ -912,8 +925,8 @@
|
|||||||
|
|
||||||
.userpage {
|
.userpage {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 1368rpx;
|
|
||||||
padding-top: 150rpx;
|
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
@ -922,7 +935,7 @@
|
|||||||
width: 60rpx;
|
width: 60rpx;
|
||||||
height: 60rpx;
|
height: 60rpx;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 60rpx;
|
top: 65rpx;
|
||||||
right: 60rpx;
|
right: 60rpx;
|
||||||
|
|
||||||
image {
|
image {
|
||||||
@ -936,7 +949,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.merchantsSettled {
|
.merchantsSettled {
|
||||||
height: 1368rpx;
|
height: 100%;
|
||||||
|
padding-top: 80rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.merchantsSettled .title {
|
.merchantsSettled .title {
|
||||||
@ -949,12 +963,8 @@
|
|||||||
.merchantsSettled .list {
|
.merchantsSettled .list {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
|
|
||||||
margin: 0 15px;
|
margin: 0 15px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
||||||
width: calc(100% - 30px);
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.application-record {
|
.application-record {
|
||||||
@ -973,7 +983,6 @@
|
|||||||
.item-card {
|
.item-card {
|
||||||
display: flex;
|
display: flex;
|
||||||
margin-top: 20rpx;
|
margin-top: 20rpx;
|
||||||
|
|
||||||
.item-carda {
|
.item-carda {
|
||||||
width: 298rpx;
|
width: 298rpx;
|
||||||
height: 175rpx;
|
height: 175rpx;
|
||||||
@ -1129,6 +1138,7 @@
|
|||||||
width: 588rpx;
|
width: 588rpx;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
height: 86rpx;
|
height: 86rpx;
|
||||||
|
|
||||||
border-radius: 25px;
|
border-radius: 25px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
line-height: 86rpx;
|
line-height: 86rpx;
|
||||||
@ -1199,27 +1209,15 @@
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
.settlementAgreement .setAgCount .content {
|
|
||||||
margin-top: 32rpx;
|
|
||||||
color: #333;
|
|
||||||
font-size: 26rpx;
|
|
||||||
line-height: 22px;
|
|
||||||
text-align: justify;
|
|
||||||
text-justify: distribute-all-lines;
|
|
||||||
height: 1050rpx;
|
|
||||||
overflow-y: scroll;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.settlementAgreement .setAgCount .contenta {
|
.settlementAgreement .setAgCount .contenta {
|
||||||
margin-top: 32rpx;
|
|
||||||
color: #333;
|
color: #333;
|
||||||
font-size: 26rpx;
|
font-size: 26rpx;
|
||||||
line-height: 22px;
|
line-height: 22px;
|
||||||
text-align: justify;
|
text-align: justify;
|
||||||
text-justify: distribute-all-lines;
|
text-justify: distribute-all-lines;
|
||||||
|
height: 75%;
|
||||||
height: 1050rpx;
|
|
||||||
|
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
|
|
||||||
|
@ -182,7 +182,7 @@
|
|||||||
</view>
|
</view>
|
||||||
</form>
|
</form>
|
||||||
<view class="settlementAgreement" v-if="showProtocol">
|
<view class="settlementAgreement" v-if="showProtocol">
|
||||||
<view class="setAgCount">
|
<view class="setAgCount" style="width: 656rpx;height: 458px;">
|
||||||
<i class="icon iconfont icon-cha" @click="showProtocol = false"></i>
|
<i class="icon iconfont icon-cha" @click="showProtocol = false"></i>
|
||||||
<div class="title">{{isType ? '店铺类型说明' : '商户入驻协议'}}</div>
|
<div class="title">{{isType ? '店铺类型说明' : '商户入驻协议'}}</div>
|
||||||
<view class="content">
|
<view class="content">
|
||||||
@ -194,6 +194,10 @@
|
|||||||
<view class="settlementAgreement" v-if="isshow">
|
<view class="settlementAgreement" v-if="isshow">
|
||||||
<view class="setAgCount" style="width: 100%;height: 100%;">
|
<view class="setAgCount" style="width: 100%;height: 100%;">
|
||||||
<!-- <i class="icon iconfont icon-cha" @click="recuo"></i> -->
|
<!-- <i class="icon iconfont icon-cha" @click="recuo"></i> -->
|
||||||
|
<view class="" style="width: 60rpx;height: 60rpx; position: absolute;right: 30rpx; top:20rpx" @click="recuo">
|
||||||
|
<image src="@/static/images/close.png" mode="aspectFit" style="width: 60rpx;height: 60rpx;"></image>
|
||||||
|
</view>
|
||||||
|
|
||||||
<div class="title">{{detail.title}}</div>
|
<div class="title">{{detail.title}}</div>
|
||||||
<view style="margin: 20rpx 0;">甲方公司:{{company?company:"暂无公司信息"}}</view>
|
<view style="margin: 20rpx 0;">甲方公司:{{company?company:"暂无公司信息"}}</view>
|
||||||
<view style="margin: 20rpx 0;">机构代码:{{organization_code?organization_code:"暂无公司信息"}}</view>
|
<view style="margin: 20rpx 0;">机构代码:{{organization_code?organization_code:"暂无公司信息"}}</view>
|
||||||
@ -1303,25 +1307,25 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.settlementAgreement .setAgCount .content {
|
.settlementAgreement .setAgCount .content {
|
||||||
margin-top: 32rpx;
|
|
||||||
color: #333;
|
color: #333;
|
||||||
font-size: 26rpx;
|
font-size: 26rpx;
|
||||||
line-height: 22px;
|
line-height: 22px;
|
||||||
text-align: justify;
|
text-align: justify;
|
||||||
text-justify: distribute-all-lines;
|
text-justify: distribute-all-lines;
|
||||||
height: 756rpx;
|
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.settlementAgreement .setAgCount .contenta {
|
.settlementAgreement .setAgCount .contenta {
|
||||||
margin-top: 32rpx;
|
|
||||||
color: #333;
|
color: #333;
|
||||||
font-size: 26rpx;
|
font-size: 26rpx;
|
||||||
line-height: 22px;
|
line-height: 22px;
|
||||||
text-align: justify;
|
text-align: justify;
|
||||||
text-justify: distribute-all-lines;
|
text-justify: distribute-all-lines;
|
||||||
height: 1000rpx;
|
height: 75%;
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
|
|
||||||
|
|
||||||
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 5.4 KiB |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 5.1 KiB |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 5.4 KiB |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 5.0 KiB |
Before Width: | Height: | Size: 6.0 KiB |
@ -27,7 +27,7 @@ function baseRequest(url, method, data, {
|
|||||||
noVerify = false
|
noVerify = false
|
||||||
}) {
|
}) {
|
||||||
|
|
||||||
let Url = 'https://preview-worker-task.lihaink.cn',
|
let Url = 'https://ceshi-worker-task.lihaink.cn',
|
||||||
header = HEADER;
|
header = HEADER;
|
||||||
|
|
||||||
|
|
||||||
@ -38,13 +38,13 @@ function baseRequest(url, method, data, {
|
|||||||
uni.request({
|
uni.request({
|
||||||
url: Url + '/api/' + url,
|
url: Url + '/api/' + url,
|
||||||
method: method || 'GET',
|
method: method || 'GET',
|
||||||
// header: header,
|
header: header,
|
||||||
data: data || {},
|
data: data || {},
|
||||||
success: (res) => {
|
success: (res) => {
|
||||||
// #ifdef APP-PLUS
|
// #ifdef APP-PLUS
|
||||||
// console.log('app', Url + '/api/' + url, res.data);
|
// console.log('app', Url + '/api/' + url, res.data);
|
||||||
// #endif
|
// #endif
|
||||||
console.log(res.data.code)
|
|
||||||
if (noVerify)
|
if (noVerify)
|
||||||
reslove(res.data, res);
|
reslove(res.data, res);
|
||||||
else if (res.data.status == 200)
|
else if (res.data.status == 200)
|
||||||
@ -58,7 +58,7 @@ function baseRequest(url, method, data, {
|
|||||||
})
|
})
|
||||||
reject(res.data);
|
reject(res.data);
|
||||||
} else if (res.statusCode==200) {
|
} else if (res.statusCode==200) {
|
||||||
console.log(res)
|
|
||||||
reslove(res.data,res.data);
|
reslove(res.data,res.data);
|
||||||
} else
|
} else
|
||||||
reject(res.data.message || '系统错误');
|
reject(res.data.message || '系统错误');
|
||||||
|