11 lines
624 B
Plaintext
11 lines
624 B
Plaintext
<view class="viphead">
|
|
<image src="https://ndnd.duiduiedu.com/uploads/pics/vipheaduser.png"></image>
|
|
</view>
|
|
<view class="vipmiddle">
|
|
<van-cell-group custom-class="vipdays">
|
|
<van-cell title-width="85%" title-class="viptitle" wx:for="{{viplist}}" wx:for-item="item" wx:for-index="index" wx:key="key" title="您的{{item.name}}VIP时间距今还有" value="{{item.days}}天" />
|
|
</van-cell-group>
|
|
</view>
|
|
<view class="vipimages" wx:for="{{listdata}}" wx:for-item="item" wx:for-index="index" wx:key="key">
|
|
<image src="{{baseurl+item.priceimage}}" bindtap="vipmonthclick" id="{{item.id}}"></image>
|
|
</view> |