{{isType ? '店铺类型说明' : '商户入驻协议'}}
@@ -194,6 +194,10 @@
+
+
+
+
{{detail.title}}
甲方公司:{{company?company:"暂无公司信息"}}
机构代码:{{organization_code?organization_code:"暂无公司信息"}}
@@ -1303,25 +1307,25 @@
}
.settlementAgreement .setAgCount .content {
- margin-top: 32rpx;
+
color: #333;
font-size: 26rpx;
line-height: 22px;
text-align: justify;
text-justify: distribute-all-lines;
- height: 756rpx;
+
overflow-y: scroll;
}
.settlementAgreement .setAgCount .contenta {
- margin-top: 32rpx;
+
color: #333;
font-size: 26rpx;
line-height: 22px;
text-align: justify;
text-justify: distribute-all-lines;
- height: 1000rpx;
+ height: 75%;
overflow-y: scroll;
diff --git a/static/images/SFFF.png b/static/images/SFFF.png
index def3aaa..0a56fdf 100644
Binary files a/static/images/SFFF.png and b/static/images/SFFF.png differ
diff --git a/static/images/SFZZ.png b/static/images/SFZZ.png
index 1b15302..613c196 100644
Binary files a/static/images/SFZZ.png and b/static/images/SFZZ.png differ
diff --git a/static/images/YHKF.png b/static/images/YHKF.png
index e1ba19e..a3e1929 100644
Binary files a/static/images/YHKF.png and b/static/images/YHKF.png differ
diff --git a/static/images/YHKZ.png b/static/images/YHKZ.png
index f259cbf..0ab6e78 100644
Binary files a/static/images/YHKZ.png and b/static/images/YHKZ.png differ
diff --git a/static/images/ti1.png b/static/images/ti1.png
deleted file mode 100644
index aa667d5..0000000
Binary files a/static/images/ti1.png and /dev/null differ
diff --git a/utils/requestb.js b/utils/requestb.js
index e092928..e9bf17b 100644
--- a/utils/requestb.js
+++ b/utils/requestb.js
@@ -27,7 +27,7 @@ function baseRequest(url, method, data, {
noVerify = false
}) {
- let Url = 'https://preview-worker-task.lihaink.cn',
+ let Url = 'https://ceshi-worker-task.lihaink.cn',
header = HEADER;
@@ -38,13 +38,13 @@ function baseRequest(url, method, data, {
uni.request({
url: Url + '/api/' + url,
method: method || 'GET',
- // header: header,
+ header: header,
data: data || {},
success: (res) => {
// #ifdef APP-PLUS
// console.log('app', Url + '/api/' + url, res.data);
// #endif
- console.log(res.data.code)
+
if (noVerify)
reslove(res.data, res);
else if (res.data.status == 200)
@@ -58,7 +58,7 @@ function baseRequest(url, method, data, {
})
reject(res.data);
} else if (res.statusCode==200) {
-console.log(res)
+
reslove(res.data,res.data);
} else
reject(res.data.message || '系统错误');