no message

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

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

Loading…
Cancel
Save