|
@@ -14,9 +14,9 @@
|
|
<view @click="changePage('Map')" :class="PageCur == 'Map' ? 'action pitch-on-color' : 'action text-gray'">
|
|
<view @click="changePage('Map')" :class="PageCur == 'Map' ? 'action pitch-on-color' : 'action text-gray'">
|
|
<view class="iconfont" :class="PageCur == 'Map' ? 'icon-ditu-xuanzhong' : 'icon-ditu-weixuanzhong'" /> 地图
|
|
<view class="iconfont" :class="PageCur == 'Map' ? 'icon-ditu-xuanzhong' : 'icon-ditu-weixuanzhong'" /> 地图
|
|
</view>
|
|
</view>
|
|
- <view class="text-gray" @click.stop="opentabControl(true)">
|
|
|
|
|
|
+ <!-- <view class="text-gray" @click.stop="opentabControl(true)">
|
|
<button class="cu-btn cuIcon-add shadow more" style="background-color:#0B3F7E;color: #fff;"></button>
|
|
<button class="cu-btn cuIcon-add shadow more" style="background-color:#0B3F7E;color: #fff;"></button>
|
|
- </view>
|
|
|
|
|
|
+ </view> -->
|
|
<view @click="changePage('Message')"
|
|
<view @click="changePage('Message')"
|
|
:class="PageCur == 'Message' ? 'action pitch-on-color' : 'action text-gray'">
|
|
:class="PageCur == 'Message' ? 'action pitch-on-color' : 'action text-gray'">
|
|
<view class="iconfont" :class="PageCur == 'Message' ? 'icon-xiaoxi-xuanzhong' : 'icon-xiaoxi-weixuanzhong'">
|
|
<view class="iconfont" :class="PageCur == 'Message' ? 'icon-xiaoxi-xuanzhong' : 'icon-xiaoxi-weixuanzhong'">
|