version/0412
fanfan 9 months ago
parent 436ace27f0
commit 30f6f0633f
  1. 8
      pages/news/user/vip.vue

@ -8,16 +8,16 @@
<u-search style='margin: 0 30rpx;' placeholder="输入用户昵称/姓名/手机号" @search="searchhandle" shape="round"
:show-action="false" height="60" bg-color="#fafafa" v-model="keyword"></u-search>
<view class="store-sort">
<view class="sort-item" :class="{ active: sortType === 'all' }" @click="handleSortType('city')">
<view class="sort-item" :class="{ active: sortType === 'all' }" @click="handleSortType('all')">
<text>全部</text>
</view>
<view class="sort-item" :class="{ active: sortType === 'no' }" @click="handleSortType('all')">
<view class="sort-item" :class="{ active: sortType === 'no' }" @click="handleSortType('no')">
<text>无身份</text>
</view>
<view class="sort-item" :class="{ active: sortType === 'tourist' }" @click="handleSortType('sales')">
<view class="sort-item" :class="{ active: sortType === 'tourist' }" @click="handleSortType('tourist')">
<text>游客</text>
</view>
<view class="sort-item" :class="{ active: sortType === 'vip' }" @click="handleSortType('sales')">
<view class="sort-item" :class="{ active: sortType === 'vip' }" @click="handleSortType('vip')">
<text>会员</text>
</view>
</view>

Loading…
Cancel
Save