|
@@ -5,7 +5,7 @@
|
|
|
<view class="data-left">
|
|
<view class="data-left">
|
|
|
<view class="data-left-item" :class="{'active':findex===index}" @click="selectFirstType(item,index)"
|
|
<view class="data-left-item" :class="{'active':findex===index}" @click="selectFirstType(item,index)"
|
|
|
v-for="(item,index) in firstList" :key="index">{{item.name}}</view>
|
|
v-for="(item,index) in firstList" :key="index">{{item.name}}</view>
|
|
|
- <view class="data-left-item" @click="handleAdd(1)">自定义</view>
|
|
|
|
|
|
|
+ <!-- <view class="data-left-item" @click="handleAdd(1)">自定义</view> -->
|
|
|
</view>
|
|
</view>
|
|
|
<view class="data-right">
|
|
<view class="data-right">
|
|
|
<view class="data-right-item" :class="{'active':item.select}" @click="selectSecondType(item,index)"
|
|
<view class="data-right-item" :class="{'active':item.select}" @click="selectSecondType(item,index)"
|
|
@@ -13,7 +13,7 @@
|
|
|
{{item.name}}
|
|
{{item.name}}
|
|
|
<image :src="imgBase+'icon_selected.png'" v-if="item.select"></image>
|
|
<image :src="imgBase+'icon_selected.png'" v-if="item.select"></image>
|
|
|
</view>
|
|
</view>
|
|
|
- <view class="data-right-item" @click="handleAdd(2)" v-if="firstName">自定义</view>
|
|
|
|
|
|
|
+ <!-- <view class="data-right-item" @click="handleAdd(2)" v-if="firstName">自定义</view> -->
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="bottom">
|
|
<view class="bottom">
|