{{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/LHYC/DWBG.png b/static/images/LHYC/DWBG.png
new file mode 100644
index 0000000..afcf3e4
Binary files /dev/null and b/static/images/LHYC/DWBG.png differ
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..1cca306 100644
--- a/utils/requestb.js
+++ b/utils/requestb.js
@@ -9,6 +9,7 @@
// +----------------------------------------------------------------------
import {
HTTP_REQUEST_URL,
+ HTTP_REQUEST_URL_FOUR,
HEADER,
TOKENNAME
} from '@/config/app';
@@ -18,6 +19,7 @@ import {
import store from '../store';
+console.log(HTTP_REQUEST_URL_FOUR)
/**
* 发送请求
@@ -27,7 +29,7 @@ function baseRequest(url, method, data, {
noVerify = false
}) {
- let Url = 'https://preview-worker-task.lihaink.cn',
+ let Url = HTTP_REQUEST_URL_FOUR,
header = HEADER;
@@ -58,7 +60,6 @@ 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 || '系统错误');