Commit d8fd56cf by 陈超

T

parent bc2b492a
...@@ -13,8 +13,8 @@ ...@@ -13,8 +13,8 @@
</div> </div>
</div> </div>
<div class="home_list_part layout_h_b" style="margin-top: 0.75rem;"> <div class="home_list_part layout_h_b" style="margin-top: 0.75rem;">
<div v-for="(item, index) in vips" :key="index" class="layout_h_v_c"> <div v-for="(item, index) in vips" :key="index" @click="type = item.id" class="layout_h_v_c">
<van-icon @click="type = item.id" :name="type == item.id ? '__THEME__/img/picker_y@3x.png' : '__THEME__/img/picker_n@3x.png'" style="margin-right: 0.4375rem;" size="18" ></van-icon> <van-icon :name="type == item.id ? '__THEME__/img/picker_y@3x.png' : '__THEME__/img/picker_n@3x.png'" style="margin-right: 0.4375rem;" size="18" ></van-icon>
<div class="vip_buy_type layout_h_c" :style="item.color"> <div class="vip_buy_type layout_h_c" :style="item.color">
<span class="text_12_400 self_center color_white" >{{item.title}}</span> <span class="text_12_400 self_center color_white" >{{item.title}}</span>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment