no message

cyl/job_im
jscyl13849007907 2 weeks ago
parent eeeba55795
commit cc4b7a114a

@ -2101,6 +2101,12 @@ export default {
},
goIm() {
let that = this;
if(that.isJm){
uni.showToast({
title: "暂未开通客服",
icon: "none",
});
}else{
that.F.wyyxGet(that.api.job_get_cus + "?jobId=" + that.jobDetail.id, {}, (cusData) => {
uni.setStorageSync("jobim", JSON.stringify({
cusData: cusData,
@ -2111,6 +2117,7 @@ export default {
url: "/root/NEUIKit/index?item=" + (uni.getStorageSync("im-accid") + '|1|' + cusData.accid) + '&f=1',
});
});
}
},
switchRadioChange(e) {
let that = this;

Loading…
Cancel
Save