mirror of
https://gitee.com/bagee/jd-coupon-miniapp.git
synced 2025-08-04 05:22:54 +08:00
34 lines
1.4 KiB
Plaintext
34 lines
1.4 KiB
Plaintext
<!--page_package/equity/equity.wxml-->
|
|
<!--<custom class="color-white" isBack="{{true}}">-->
|
|
<!-- <view slot="backText">返回</view>-->
|
|
<!-- <view slot="content" class="font-w600">会员升级</view>-->
|
|
<!--</custom>-->
|
|
|
|
<view class="flex-row flex-center" style="width: 100%;height: 100%">
|
|
<view class="flex-column flex-center">
|
|
<view class="flex-row flex-center margin-top-xl">
|
|
<text class="vip-title font36 margin-left-xs font-w600">黄金会员九大权益</text>
|
|
</view>
|
|
|
|
<view class="vip-body">
|
|
<view class="vip-body1">
|
|
<view class="cu-list grid col-3 no-border vip-body2" style="padding: 40rpx 0rpx">
|
|
<view class="cu-item flex-column flex-center" wx:for="{{vipList}}" wx:key="*this">
|
|
<view class="list-item-img shadow-blur flex-row flex-center bj-red color-white">
|
|
<view class="cuIcon-{{item.icon}} color-white" style="margin-top: -6rpx"></view>
|
|
</view>
|
|
<text class="margin-top-sm color3 font30">{{item.title}}</text>
|
|
<text class="margin-top-xs font24" style="color: #FFBA5E">{{item.sub}}</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
<view class="cu-btn vip-btn" bindtap="onClick">直接建群升级
|
|
<text class="cuIcon-right"/>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
|