Commit aa290dba by 陈超

T

parent c41d7785
......@@ -790,4 +790,12 @@ div::-webkit-scrollbar {
.vip_buy_top_state {
padding: 0.375rem 0.75rem;
}
.vip_buy_type {
height:17px;
border-radius:9px;
padding-left: 0.5rem;
padding-right: 0.5rem;
width: 2.4375rem;
}
\ No newline at end of file
......@@ -12,6 +12,16 @@
<span class="text_16_600 color_333333 self_center" style="margin-left: 0.5rem;">选择会员</span>
</div>
</div>
<div class="home_list_part layout_h_b">
<volist name="user_vip" id="vo">
<div class="layout_h_v_c">
<van-icon @click="type = {$vo.id}" :name="type == {$vo.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">
<span class="text_12_400 color_white self_center">{$vo.title}</span>
</div>
</div>
</volist>
</div>
</div>
</div>
......@@ -133,6 +143,16 @@
</if>
<script>
new Vue({
el: '#app',
data:: function() {
return {
type: 1
}
}
})
'<if condition="$is_wx eq false">'
$(function(){
var wpay = "{$_GET['wpay']}";
......
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