|
@@ -1,7 +1,7 @@
|
|
|
<template>
|
|
|
<view>
|
|
|
<ujp-navbar title="我的会员">
|
|
|
- <view slot="right" style="margin-right: 10px;">
|
|
|
+ <view slot="right" style="margin-right: 10px;" @click="gotoUrl('pages/user/member/index')">
|
|
|
|
|
|
<view class="right-text">
|
|
|
规则说明
|
|
@@ -209,7 +209,7 @@
|
|
|
name:"铂金会员",
|
|
|
num:1000,
|
|
|
//image: require('@../../..//assets/img/allianceMember.png'),
|
|
|
- image: require('@../../..//assets/img/member/02.svg'),
|
|
|
+ image: require('@../../..//assets/img/member/03.svg'),
|
|
|
background:"linear-gradient(170.72deg, rgba(239,240,251,1) -3.66%,rgba(227,212,254,1) 51.22%,rgba(171,196,255,1) 108.49%)",
|
|
|
color1:"rgba(7, 0, 140, 1)",
|
|
|
color2:"rgba(62, 61, 82, 1)",
|
|
@@ -218,7 +218,7 @@
|
|
|
}
|
|
|
],
|
|
|
personInfo: {
|
|
|
- memberLevel: 3
|
|
|
+ memberLevel:1
|
|
|
},
|
|
|
carImg3span1: 0,
|
|
|
carImg3span2: 0,
|
|
@@ -227,7 +227,7 @@
|
|
|
}
|
|
|
},
|
|
|
onReady() {
|
|
|
- //this.personInfo = this.carhelp.getPersonInfo()
|
|
|
+ this.personInfo = this.carhelp.getPersonInfo()
|
|
|
this.uCurrent=this.personInfo.memberLevel-1
|
|
|
this.getChargeList()
|
|
|
},
|
|
@@ -509,6 +509,7 @@
|
|
|
|
|
|
|
|
|
.vipMain{
|
|
|
+ background-size: 100% 100%;
|
|
|
border-radius: 12px;
|
|
|
display: flex;
|
|
|
justify-content: space-around;
|