t
This commit is contained in:
@@ -132,6 +132,8 @@ export default {
|
||||
},
|
||||
computed: {
|
||||
deviceListFilter() {
|
||||
this.transfer = false
|
||||
this.share = false
|
||||
let arr = this.store.data.filter((item) => {
|
||||
if (this.select.projectName && this.select.projectType) {
|
||||
return item.project === this.select.projectName && item.type === this.select.projectType
|
||||
|
||||
@@ -63,7 +63,7 @@ export default {
|
||||
uni.navigateTo({url: '/pages/home/feedback'})
|
||||
},
|
||||
registerDevice() {
|
||||
this.$util.toast('此功能仅对VIP用户开放')
|
||||
this.$util.toast('此功能仅对正式用户开放')
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
@@ -97,7 +97,7 @@ export default {
|
||||
} else {
|
||||
if (this.userInfo.authorities === 'tourist') {
|
||||
return uni.showToast({
|
||||
title: '此功能仅对VIP用户开放',
|
||||
title: '此功能仅对正式用户开放',
|
||||
icon: 'none',
|
||||
})
|
||||
} else if (this.userInfo.authorities === 'market_user') {
|
||||
|
||||
@@ -128,7 +128,7 @@ export default {
|
||||
roleName = '工程用户'
|
||||
break
|
||||
case 'app_vip_user':
|
||||
roleName = 'VIP用户'
|
||||
roleName = '正式用户'
|
||||
break
|
||||
case 'market_user':
|
||||
roleName = '营销用户'
|
||||
|
||||
Reference in New Issue
Block a user