| | |
| | | <!-- <spare v-if="PageCur=='spare'" :key="commponent4Key"></spare> --> |
| | | <view class="cu-bar tabbar bg-white shadow foot"> |
| | | <view :class="PageCur=='home'?'action text-green':'action text-gray'" @click="NavChange" data-cur="home"> |
| | | <view class='cuIcon-homefill'></view>首页 |
| | | <view class='cuIcon-homefill'></view>工作台 |
| | | </view> |
| | | <view :class="PageCur=='device'?'action text-green':'action text-gray'" @click="NavChange" data-cur="device"> |
| | | <view class='cuIcon-apps'></view>设备 |
| | | </view> |
| | | <!-- <view :class="PageCur=='spare'?'action text-green':'action text-gray'" @click="NavChange" data-cur="spare"> |
| | | <view class='cuIcon-scan'></view>扫一扫 |
| | | </view> --> |
| | | <view :class="PageCur=='people'?'action text-green':'action text-gray'" @click="NavChange" |
| | | data-cur="people"> |
| | | <view class='cuIcon-people'></view>我的 |
| | |
| | | commponent1Key: 0, |
| | | commponent2Key: 0, |
| | | commponent3Key: 0 |
| | | |
| | | |
| | | } |
| | | }, |
| | | onLoad: function() { |