Commit 554e2e3e by zhangzhen

细节优化

parent 79defcfc
......@@ -218,7 +218,7 @@
<text class="text-black text-left">专属权益</text>
<view class="radio-group-box">
<radio-group class="radio-group" @change="onRadioChange">
<label v-if="userInfo.secondaryCardList" class="flex-between">
<label v-if="userInfo.secondaryCardList && userInfo.secondaryCardList[0].singleDuration" class="flex-between">
<view>次卡(剩余{{userInfo.secondaryCardList[0].number}}次)</view>
<view class="flex-row-center" >
<text>请选择</text>
......
......@@ -216,7 +216,7 @@
<image :src="assetsPath+'/vip/banner2.png'" mode="widthFix"></image>
</view> -->
<view v-if="tabIndex ==2" class="bg-box-1 margin-top">
<!-- <view v-if="tabIndex ==2" class="bg-box-1 margin-top">
<view class="bg-box-2">
<view class="flex-col list-box-2">
<view class="flex-row-center title-content">
......@@ -255,10 +255,6 @@
<text class="text-3">有效期:领取后1年内有效</text>
</view>
<view class="flex-3">
<!-- <view class="flex-col">
<text class="text-2">暂未上线</text>
<text class="text-2">敬请期待</text>
</view> -->
<view class="flex-row">
<text class="text-1"></text>
<text
......@@ -282,9 +278,9 @@
</view>
</view>
</view>
</view>
</view> -->
<view v-if="tabIndex ==2" class="bg-box-1 margin-top">
<!-- <view v-if="tabIndex ==2" class="bg-box-1 margin-top">
<view class="bg-box-2">
<view class="flex-col list-box-2">
<view class="flex-row-center title-content">
......@@ -323,10 +319,6 @@
<text class="text-3">有效期:领取后1年内有效</text>
</view>
<view class="flex-3">
<!-- <view class="flex-col">
<text class="text-2">暂未上线</text>
<text class="text-2">敬请期待</text>
</view> -->
<view class="flex-row">
<text class="text-1"></text>
<text
......@@ -350,7 +342,7 @@
</view>
</view>
</view>
</view>
</view> -->
</view>
</view>
......@@ -1016,6 +1008,7 @@
},
onGetRechargeConf() {
rechargeConf().then(res => {
console.log(res,999999)
if (res.data.code == 200 && res.data.rows) {
this.rechargeConfList = res.data.rows.map(item => {
return {
......
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