修改我的资产
This commit is contained in:
@@ -96,45 +96,6 @@
|
||||
</view>
|
||||
</button>
|
||||
</view>
|
||||
|
||||
<!-- 会员类型 -->
|
||||
<!-- <view class="tabs">
|
||||
<view class="item" :class="{'show': index === tabsIndex}" v-for="(item, index) in identities" :key="index" @click="onTabs(index)">{{item.name}}</view>
|
||||
</view> -->
|
||||
<!-- 会员信息 -->
|
||||
<!-- <view class="cards">
|
||||
<view class="card">
|
||||
<view class="card-content">
|
||||
<image class="cover" src="@/static/dev/good_cover_01.png" mode="aspectFill"></image>
|
||||
<view class="user nowrap">{{user.username}}</view>
|
||||
<view class="sub-time nowrap">{{user.identity.name}}至{{user.identity.ended_at}}</view>
|
||||
<view class="btn" @click="openOrder">开通/续费</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="cards-back"></view>
|
||||
<image class="cards-angle" src="@/static/imgs/vip-angle-back.png" mode="widthFix"></image>
|
||||
</view> -->
|
||||
<!-- 会员权限 -->
|
||||
<!-- <view class="privilege">
|
||||
<view class="title">开通会员享特权</view>
|
||||
<view class="privilege-box">
|
||||
<view class="item" v-for="(item, index) in rights" :key="index" @click="showRemark(item.name, item.remark)">
|
||||
<image class="icon" :src="item.cover" mode="aspectFill"></image>
|
||||
<view class="text">{{item.name}}</view>
|
||||
</view>
|
||||
</view>
|
||||
</view> -->
|
||||
<!-- 会员 -->
|
||||
<!-- <view class="footer">
|
||||
<button class="footer-btn" type="default" @click="openOrder">¥{{identities[tabsIndex].price}}/年 开通</button>
|
||||
</view> -->
|
||||
<!-- 会员服务信息 -->
|
||||
<!-- <view class="notice">
|
||||
<view class="title">开通须知</view>
|
||||
<view class="item">
|
||||
<text>{{description}}</text>
|
||||
</view>
|
||||
</view> -->
|
||||
</view>
|
||||
</template>
|
||||
|
||||
@@ -177,13 +138,6 @@
|
||||
this.totalData(2);
|
||||
},
|
||||
methods: {
|
||||
// 切换开通身份
|
||||
// onTabs(index){
|
||||
// if(this.tabsIndex === index) return
|
||||
// this.tabsIndex = index
|
||||
// this.rights = this.identities[index].rights
|
||||
// },
|
||||
|
||||
// 切换开通身份
|
||||
swiperChange(e) {
|
||||
this.tabsIndex = e.detail.current
|
||||
@@ -354,7 +308,7 @@
|
||||
border-radius: 60rpx;
|
||||
padding: 0 $padding;
|
||||
box-sizing: border-box;
|
||||
background-image: linear-gradient(to right, #f11a22, #ff252f);
|
||||
background: red;
|
||||
display: flex;
|
||||
.vip-name-icon {
|
||||
width: 50rpx;
|
||||
|
||||
Reference in New Issue
Block a user