Files
mwims-mini-program/mwims-tool-app/unpackage/dist/dev/mp-weixin/pages/index/index.wxml
T

1 line
1.7 KiB
Plaintext

<view><block wx:if="{{PageCur=='basics'}}"><basics vue-id="8dd740cc-1" bind:__l="__l"></basics></block><block wx:if="{{PageCur=='component'}}"><components vue-id="8dd740cc-2" bind:__l="__l"></components></block><block wx:if="{{PageCur=='plugin'}}"><plugin vue-id="8dd740cc-3" bind:__l="__l"></plugin></block><block wx:if="{{PageCur=='about'}}"><about vue-id="8dd740cc-4" bind:__l="__l"></about></block><view class="cu-bar tabbar bg-white shadow foot"><view class="action" data-cur="basics" data-event-opts="{{[['tap',[['NavChange',['$event']]]]]}}" bindtap="__e"><view class="cuIcon-cu-image"><image src="{{'/static/tabbar/basics'+[PageCur=='basics'?'_cur':'']+'.png'}}"></image></view><view class="{{[PageCur=='basics'?'text-cyan':'text-gray']}}">首页</view></view><view class="action" data-cur="component" data-event-opts="{{[['tap',[['NavChange',['$event']]]]]}}" bindtap="__e"><view class="cuIcon-cu-image"><image src="{{'/static/tabbar/component'+[PageCur=='component'?'_cur':'']+'.png'}}"></image></view><view class="{{[PageCur=='component'?'text-cyan':'text-gray']}}">科室列表</view></view><view class="action" data-cur="plugin" data-event-opts="{{[['tap',[['NavChange',['$event']]]]]}}" bindtap="__e"><view class="cuIcon-cu-image"><image src="{{'/static/tabbar/plugin'+[PageCur=='plugin'?'_cur':'']+'.png'}}"></image></view><view class="{{[PageCur=='plugin'?'text-cyan':'text-gray']}}">设备列表</view></view><view class="action" data-cur="about" data-event-opts="{{[['tap',[['NavChange',['$event']]]]]}}" bindtap="__e"><view class="cuIcon-cu-image"><image src="{{'/static/tabbar/about'+[PageCur=='about'?'_cur':'']+'.png'}}"></image></view><view class="{{[PageCur=='about'?'text-cyan':'text-gray']}}">人员列表</view></view></view></view>