no message

cyl/job_im
jscyl13849007907 7 hours ago
parent 9c86e3c3a6
commit 4fa4948fde

@ -727,12 +727,24 @@ export default {
showFee() {
let that = this;
if (uni.getStorageSync("apply-token")) {
if(that.isfensi != 2){
uni.showModal({
title: "",
content: "仅代理可见",
confirmText: "知道了",
showCancel: false,
success(res) {
},
});
return false;
}
} else {
uni.showModal({
title: "",
content: "登录后查看",
confirmColor: "#6a81ff",
confirmText: "去登陆",
confirmColor: getApp().globalData.themeColor,
confirmText: "去登",
cancelText: "知道了",
success(res) {
if (res.confirm) {
@ -745,6 +757,8 @@ export default {
return false;
}
let content, title;
title = that.jobDetail.serverPrice;
content = that.jobDetail.returnFeeDesp;

Loading…
Cancel
Save