mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-09 10:56:47 +08:00
搜索内容
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
<u-toast ref="messager"></u-toast>
|
||||
<view style="margin:30upx 30upx; display: flex;">
|
||||
<u-icon @click="back()" name="arrow-left" color="#383838" size="22" style="margin-right: 10upx;"></u-icon>
|
||||
|
||||
<u-search
|
||||
bgColor="#F2F5F7"
|
||||
maxlength="20"
|
||||
@@ -19,14 +18,14 @@
|
||||
actionText="搜索"
|
||||
></u-search>
|
||||
</view>
|
||||
<view style="margin:30upx 30upx 10upx 30upx;position: relative;border-bottom:1px solid #f0f0f0; display: flex;justify-content: space-between;">
|
||||
<view v-show="stepIndex!==1" style="margin:30upx 30upx 10upx 30upx;position: relative;border-bottom:1px solid #f0f0f0; display: flex;justify-content: space-between;">
|
||||
<view class="con-top">
|
||||
<view class="con-tab">
|
||||
<view class="con-tab" >
|
||||
<view class="con-tab-item" v-for="(item,index) in conTypeList" :key="index" @click="changeConType(item)"
|
||||
:class="{'active':conType==item.type}">{{item.con}}</view>
|
||||
</view>
|
||||
</view>
|
||||
<view v-show="stepIndex==2" style="padding: 15upx 0upx;line-height: 34upx;height: 40upx; font-size: 24upx;">
|
||||
<view v-show="conType==1" style="padding: 15upx 0upx;line-height: 34upx;height: 40upx; font-size: 24upx;">
|
||||
<data-filter :type="conType" @reset="resetFilters" @submit="submitFilters"></data-filter>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user