详情数据对接
This commit is contained in:
@@ -75,9 +75,11 @@ export default {
|
||||
uni.navigateBack()
|
||||
},
|
||||
add() {
|
||||
uni.navigateTo({
|
||||
url: `/pages/engineering/new`,
|
||||
})
|
||||
if (this.userInfo.authorities === 'app_vip_user' || this.userInfo.authorities === 'engineering_user') {
|
||||
uni.navigateTo({
|
||||
url: `/pages/engineering/new`,
|
||||
})
|
||||
}
|
||||
},
|
||||
upgrade(code) {
|
||||
console.log(code)
|
||||
|
||||
Reference in New Issue
Block a user