| | |
| | | </view>
|
| | | </view>
|
| | |
|
| | | <view class="" v-if="hasMenu('楼盘表').length">
|
| | | <view class="" v-if="houseList.length">
|
| | | <view class="caption">
|
| | | <view class="flex a-i-c">
|
| | | <view class="line"></view>
|
| | |
| | | typeNumber: {},
|
| | | selectSiteIndex: [0, 0],
|
| | | liveList:[], //生活菜单
|
| | | contactList:[] //便民服务联系方式
|
| | | |
| | | contactList:[], //便民服务联系方式
|
| | | houseList:[]
|
| | |
|
| | | }
|
| | | },
|
| | |
| | | this.menuList = uni.getStorageSync("menu")
|
| | | this.liveList = this.hasMenu('生活')
|
| | | this.contactList = this.hasMenu('快捷拨号');
|
| | | // console.log(this.menuList.filter(item=>item.name == "楼盘表"))
|
| | | this.houseList = this.menuList.filter(item=>item.name == "楼盘表")
|
| | | // this.jobList = this.hasMenu('工作台')
|
| | | // this.getWorkbenchList()
|
| | | },
|