mirror of
https://github.com/weilanwl/coloruicss.git
synced 2026-03-12 10:34:02 +08:00
2.1.1
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<view>
|
||||
<basics v-if="PageCur=='basics'"></basics>
|
||||
<components v-if="PageCur=='component'"></components>
|
||||
<view class="cu-tabbar-height"></view>
|
||||
<plugin v-if="PageCur=='plugin'"></plugin>
|
||||
<view class="cu-bar tabbar bg-white shadow foot">
|
||||
<view class="action" @click="NavChange" data-cur="basics">
|
||||
<view class='icon-cu-image'>
|
||||
@@ -16,6 +16,12 @@
|
||||
</view>
|
||||
<view :class="PageCur=='component'?'text-green':'text-gray'">组件</view>
|
||||
</view>
|
||||
<view class="action" @click="NavChange" data-cur="plugin">
|
||||
<view class='icon-cu-image'>
|
||||
<image :src="'/static/tabbar/plugin' + [PageCur == 'plugin'?'_cur':''] + '.png'"></image>
|
||||
</view>
|
||||
<view :class="PageCur=='plugin'?'text-green':'text-gray'">扩展</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user