|
|
|
@ -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) {
|
|
|
|
@ -744,6 +756,8 @@ export default {
|
|
|
|
});
|
|
|
|
});
|
|
|
|
return false;
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
let content, title;
|
|
|
|
let content, title;
|
|
|
|
title = that.jobDetail.serverPrice;
|
|
|
|
title = that.jobDetail.serverPrice;
|
|
|
|
|