Commit 9f3b9078 by zhangzhen

优化

parent 17c270e8
......@@ -39,7 +39,7 @@
</view>
<view v-if="userInfo.consumerMember && userInfo.consumerMember.isRights" class="tip-date">
<text>权益 <text class="text-bold">{{userInfo.consumerMember.expirationDate}}</text> 到期</text>
<!-- <text class="text-blue" @tap.stop="onOpenEquityMembers">{{list && list.length?list[0].requiredAmount+'元':''}}续费</text> -->
<text class="text-blue" @tap.stop="onOpenEquityMembers">{{list && list.length?list[0].requiredAmount+'元':''}}续费</text>
</view>
</view>
<view v-if="loginStatus" class="nav-right" @tap.stop="onNavToSetUserInfo">
......@@ -200,6 +200,9 @@
</view>
</view>
<view class="act-slogan-box">
<image class="act-slogan" :src="assetsPath+'/user/act_slogan.png'" mode="widthFix"></image>
</view>
<!-- 我的订单 -->
<view class="list-content-box">
<view class="header-title">
......@@ -215,7 +218,7 @@
<image class="img-bg" :src="item.iconPath" mode="widthFix"></image>
<view class="point-box">
<text class="order-text" :class="'order-text-'+k">{{item.label}}</text>
<text class="text-white">{{item.point || 0}}</text>
<text class="text-white" style="min-height: 24upx;">{{item.point||''}}</text>
</view>
</view>
</view>
......@@ -1752,4 +1755,13 @@
.filter-box{
filter: grayscale(100%);
}
.act-slogan-box{
width: 92%;
margin: 0 auto;
.act-slogan{
width: 100%;
max-height: 72upx;
}
}
</style>
\ No newline at end of file
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