Commit fc4bbb21 authored by 罗超's avatar 罗超

团队VIP样式问题

parent 8298eb0f
<template>
<view class="vip-box">
<template v-if="vipInfo && vipInfo.FinishOrderCount>0 && vipInfo.FinishOrderCount<vipInfo.OrderCount">
<template v-if="vipInfo && vipInfo.FinishOrderCount<vipInfo.OrderCount">
<view class="vip-box-unactive row">
<view style="margin-top: 25rpx;" class="col">
<view class="remark row items-center">
......@@ -16,6 +16,7 @@
</view>
<image src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Upload/Goods/638732528736165089.png" class="vip-logo"></image>
</view>
<view style="font-size: 22rpx; color: #ff316699;margin:16rpx 0 25rpx 0">注意:VIP进度只会统计已完成出行的订单数量</view>
</template>
</view>
</template>
......@@ -78,7 +79,7 @@
font-display: swap;
}
.vip-box-unactive{
margin: 25rpx 0rpx;
margin: 25rpx 0rpx 0 0;
padding:0rpx 34rpx 0rpx 34rpx;
height: 120rpx;
background: linear-gradient(90deg, #3F423F, #313131);
......
......@@ -108,9 +108,10 @@
<u-icon name="arrow" size="30" color="#cecece" style="margin-left: 5px;"></u-icon>
</view>
</view>
<!-- #ifdef MP-AG -->
<view class="jz_LineDetaYJDKQ" v-if="stepNumber>0 && dataList.currentPriceInfo.teamType==0">
<view class="jz_LineDetaFL">
<!-- #ifdef MP-AG -->
<view class="row items-center jz_LineDetaCZ"
style="border-radius: 4px;overflow: hidden;font-size: 12px;margin-right: 15rpx;" >
<view class="jz_LineDetaCZL">
......@@ -121,13 +122,14 @@
<template v-else>30</template>元/
</view>
</view>
<!-- #endif -->
</view>
<view class="jz_LineDetaRDKQ">
<view>{{Discounts}}项福利</view>
<u-icon name="arrow" size="30" color="#cecece" style="margin-left: 5px;"></u-icon>
</view>
</view>
<!-- #endif -->
<view v-if="stepNumber==0&&couponList.length>0" class="jz_LineDetaSC">
<view class="jz_LineDetaSCL">
......@@ -142,7 +144,7 @@
</view>
</view>
<vip :line-id="dataList.lineId" v-if="dataList.lineId" @change="(v)=>userVipRights=v" @setUserOrder='(c)=>stepNumber=c'></vip>
<vip :line-id="dataList.lineId" v-if="dataList.lineId && stepNumber>0" @change="(v)=>userVipRights=v" ></vip>
<view class="jz_LineDetaQTS" v-if="stepNumber==0&&couponList.length>0">
<img class="jz_LineDetaQTSImg" src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Upload/Goods/638732463534129379.png" />
<view class="jz_LineDetaQTSText">
......
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