bug修复

This commit is contained in:
13405411873 2025-05-07 12:51:35 +08:00
parent 641aefbdab
commit 1024e85792
4 changed files with 13 additions and 12 deletions

View File

@ -1,8 +1,8 @@
// 应用全局配置
module.exports = {
// baseUrl: 'https://www.ddtg.site/noticeApi',
// baseUrl: 'https://www.ddtg.site/noticeApi',
baseUrl: 'http://192.168.1.4:8099',
//baseUrl: 'https://3w823u8516.vicp.fun/noticeApi',
baseUrl: 'https://www.ddtg.site/noticeApi',
//baseUrl: 'http://192.168.1.6:8088',
// 应用信息
appInfo: {
// 应用名称
@ -29,10 +29,10 @@ module.exports = {
title: "认证指南",
code: "user_auth_text"
}, {
title: "了解通告券",
title: "了解急招券",
code: "coupon_text"
}, {
title: "通告券购买协议",
title: "急招券购买协议",
code: "coupon_agreement"
}, {
title: "审核标准",
@ -43,4 +43,4 @@ module.exports = {
}
]
}
}
}

View File

@ -51,7 +51,7 @@
publish(item) {
this.$tab.navigateTo('/pages/notice/public-notice?sameId=' + item.id)
},
editNotice() {
editNotice(item) {
this.$tab.navigateTo('/pages/notice/public-notice?sameId=' + item.id + '&isEdit=1')
},
evaluate() {

View File

@ -104,6 +104,9 @@
},
onShow() {
this.refreshUserType()
setTimeout(() => {
this.checkUserIfLogin()
}, 1000)
},
onLoad(param) {
if (param.menuCode) {
@ -111,9 +114,7 @@
}
this.selectSiteConfig("platform_tel")
let that = this
setTimeout(() => {
this.checkUserIfLogin()
}, 1000)
},
methods: {
/**

View File

@ -396,7 +396,7 @@
}
},
onShow() {
this.dataObj.detail = this.dataObj.detail.replace(/<br>/g, '\n')
},
methods: {
/**
@ -449,7 +449,7 @@
this.customFieldList = this.dataObj.customForm
}
this.dataObj.detail = this.dataObj.detail.replace(/<br>/g, '\n')
}
}).catch((e) => {
uni.showToast({