Commit bc2b492a by 陈超

T

parent 28b4f4d7
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
<span class="text_16_600 color_333333 self_center" style="margin-left: 0.5rem;">选择会员</span> <span class="text_16_600 color_333333 self_center" style="margin-left: 0.5rem;">选择会员</span>
</div> </div>
</div> </div>
<div class="home_list_part layout_h_b"> <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" 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 @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>
<div class="vip_buy_type layout_h_c" :style="item.color"> <div class="vip_buy_type layout_h_c" :style="item.color">
......
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