diff --git a/common/config.js b/common/config.js
index 7f347d9..0d48dad 100644
--- a/common/config.js
+++ b/common/config.js
@@ -1,13 +1,15 @@
//生产环境
const PROT = "https://"//生产需替换
-// const ROOTHOST = "admin.sjajk.com";//生产需替换
+const ROOTHOST = "admin.sjajk.com";//生产需替换
+
+
//测试环境
// const PROT = "http://"
// const ROOTHOST = "47.75.182.93:8090";
// const ROOTHOST = "1.92.152.160";
// const ROOTHOST = "1.92.152.160";
-const ROOTHOST = "sausers.blxinchuang.com";
-// const ROOTHOST = "192.168.2.15:8187";
+// const ROOTHOST = "sausers.blxinchuang.com";
+// const ROOTHOST = "192.168.2.222:8187";
// const ROOTHOST = "120.46.52.165";
// const ROOTHOST = "192.168.0.115:8187";
// const ROOTHOST = "192.168.1.169:8187";
@@ -33,8 +35,8 @@ const checkdomain = (ROOTHOST) => {
//验证是否是域名后判断http/https
const ROOTPATH = (checkdomain(ROOTHOST) ? "https://" : "http://") + ROOTHOST + "/sqx_fast";
const ROOTPATH1 = (checkdomain(ROOTHOST) ? "https://" : "http://") + ROOTHOST + "/sqx_fast";
-const ROOTPATH2 = "wss://" + ROOTHOST + "/wss/chatSocket/"; //联系客服
// const ROOTPATH3 = "wss://" + ROOTHOST1 + "/wss/chatSocket/"; //聊天
+const ROOTPATH2 = "wss://" + ROOTHOST + "/wss/chatSocket/"; //联系客服
const WEBSOCKETADDRESS = "wss://" + ROOTHOST + "/wss/chatSocket/"; //退出软件后台后将用户状态置为离线
const UPLOAD_PATH = ROOTPATH1 + '/alioss/upload';
@@ -72,4 +74,4 @@ module.exports = {
WS_UPLOAD_MAP_PATH,
WS_UPLOAD_RECORDER_PATH,
WEBSOCKETADDRESS
-};
\ No newline at end of file
+};
diff --git a/pages/index/technicianLevel.vue b/pages/index/technicianLevel.vue
index 1702614..212bf05 100644
--- a/pages/index/technicianLevel.vue
+++ b/pages/index/technicianLevel.vue
@@ -41,15 +41,13 @@
备注: 本期等级是根据技师上个周期的业绩最终计算得出
-->
-
+
本周期到达等级:【{{grade}}】
-
-
- 还差{{ longUpgradeDescriptionSet.differenceDurationOnline }}小时,{{ longUpgradeDescriptionSet.differenceOutstandingAchievement }}业绩,{{ longUpgradeDescriptionSet.differenceIntegral }}积分;可以升级{{ longUpgradeDescriptionSet.differenceGrade }}
-
+ 还差{{ longUpgradeDescriptionSet.differenceDurationOnline }}小时,{{ longUpgradeDescriptionSet.differenceOutstandingAchievement }}业绩,{{ longUpgradeDescriptionSet.differenceIntegral }}积分;可以升级{{ longUpgradeDescriptionSet.differenceGrade }}
您已达到最高等级
@@ -286,12 +284,13 @@
position: relative;
}
.mian-view{
- width: 90%;
+ width:100%;
display: flex;
flex-direction: column;
position: absolute;
top: 0;
- margin-top: 160px;
+ margin-top: 140px;
+ background: #fff;
}
.djimg-text{
font-size: 23rpx;
@@ -325,6 +324,7 @@
margin-right: 6px;
}
.header-right-text{
+ width: 100%;
margin-top: 25px;
font-size: 26rpx;
color: #FFFFFF;
@@ -404,15 +404,14 @@
}
.content{
width: 100%;
- height: 100vh;
- background-image: url('../../static/index/swim.jpg');
+ /* height: 100vh;
+ background:#f7f7f7;*/
background-repeat: no-repeat;
background-size: 100%;
display: flex;
flex-direction: column;
align-items: center;
- padding-bottom: 30px;
- }
+ }
.be-remarks{
border: 1px dashed #FE912E;
padding: 10rpx 20rpx;
@@ -431,7 +430,12 @@
width: 100%;
}
.memo{
+ font-size: 24rpx;
+ color: #ffe35d;
+ padding: 0 6rpx;
+ }
+ .dengji-text{
font-size: 22rpx;
- color: #c1e7e1;
+
}
diff --git a/pages/msg/im.vue b/pages/msg/im.vue
index 7d49a97..65043e3 100644
--- a/pages/msg/im.vue
+++ b/pages/msg/im.vue
@@ -79,6 +79,8 @@