uniapp 明细权益修改
parent
2181149f74
commit
2eec6a0739
|
@ -17,7 +17,7 @@
|
|||
<image src='../../static/images/memberLogo.png'></image>
|
||||
<text class="equity-member">我的会员权益</text>
|
||||
</view>
|
||||
<text class="equity-look">查看权益></text>
|
||||
<!-- <text class="equity-look">查看权益></text> -->
|
||||
</view>
|
||||
<view class="equity-item" v-for="(item,index) in equityData" :key="index">
|
||||
<view class="equity-grade">
|
||||
|
@ -38,7 +38,7 @@
|
|||
</view>
|
||||
<view class="money-box money-term">
|
||||
<text>带返还期额</text>
|
||||
<text class="money-text">{{item.frequency}}x12</text>
|
||||
<text class="money-text">{{list[list.findIndex((i) => item.gear == i.name)].frequency}}x12</text>
|
||||
</view>
|
||||
<view class="money-box money-time">
|
||||
<text>返费结束时间</text>
|
||||
|
@ -67,16 +67,19 @@
|
|||
list: [
|
||||
{
|
||||
img:'../../static/images/member240.png',
|
||||
name:360
|
||||
name:"360",
|
||||
frequency:30
|
||||
},
|
||||
{
|
||||
img:'../../static/images/member400.png',
|
||||
name:600
|
||||
},
|
||||
{
|
||||
img:'../../static/images/member960.png',
|
||||
name:900
|
||||
},
|
||||
{
|
||||
img:'../../static/images/member400.png',
|
||||
name:"600",
|
||||
frequency:50
|
||||
},
|
||||
{
|
||||
img:'../../static/images/member640.png',
|
||||
name:"960",
|
||||
frequency:80
|
||||
},
|
||||
],
|
||||
vipData:['普通会员','中级会员','高级会员'],
|
||||
show: false,
|
||||
|
|
Loading…
Reference in New Issue