个人中心样式调整

This commit is contained in:
zxy
2024-02-19 15:55:01 +08:00
parent 28e8fab710
commit a6603c7b75
7 changed files with 837 additions and 21 deletions

View File

@@ -104,9 +104,10 @@ export default {
})
},
goInfo: function (no) {
console.log('11111')
const isCan = this.noApply === false ? '0' : '1'
uni.navigateTo({
url: `/pages/projectInfo/projectInfo?missionNo=${encodeURIComponent(no)}&isCan=${isCan}`
url: `/pages/projectInfo/workInfo?workId=${encodeURIComponent(no)}&isCan=${isCan}`
})
},
getCity: function (val) {