ios真机调试
This commit is contained in:
@@ -5,13 +5,16 @@
|
||||
<z-nav-bar title="方药检索"></z-nav-bar>
|
||||
<view class="contentBox">
|
||||
<view class="oneCateList flexbox firstTab">
|
||||
|
||||
<text :class="[curFirstTabIndex == index ? 'cur' : '']" @click="setFirstTabIndex(item,index)"
|
||||
v-for="(item, index) in firstTabList" :key="item.firstTabId">{{item.title}}</text>
|
||||
</view>
|
||||
<view v-if="curFirstTabIndex==0">
|
||||
|
||||
<view class="oneCateBot flexbox">
|
||||
<!-- &&index!=0 -->
|
||||
<text :class="[curOneCateIndex == index ? 'cur' : '']" @click="setOneCateIndex(item,index)"
|
||||
v-for="(item, index) in oneCateList" :key="item.prescriptCategoryId" v-show="!iosHide&&index!=0">{{item.title}}</text>
|
||||
v-for="(item, index) in oneCateList" :key="item.prescriptCategoryId" v-show="iosHide">{{item.title}}</text>
|
||||
</view>
|
||||
<view class="search_box" v-if="oneCateList.length > 0">
|
||||
<u-search @click="checkDisable" placeholder="请输入方剂名" @focus="focus" @clear="clear"
|
||||
@@ -27,7 +30,8 @@
|
||||
<u-divider text="未找到相关方剂哦~"></u-divider>
|
||||
</view>
|
||||
</view>
|
||||
<view v-show="!showSearchList&&!iosHide&&curOneCateIndex!=0">
|
||||
<!-- &&curOneCateIndex!=0 -->
|
||||
<view v-show="!showSearchList&&iosHide">
|
||||
<view class="grid twoCateList" v-if="twoCateList.length > 0">
|
||||
<u-grid :col="3" border class="u-grid-list">
|
||||
<u-grid-item v-for="(item, index) in twoCateList" :key="item.prescriptCategoryId"
|
||||
|
||||
Reference in New Issue
Block a user