Commit 6a9e66ba authored by youjie's avatar youjie

no message

parent a7f8c2d9
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
<text style="color: #999999; font-size: 28rpx; font-weight: 400">/人起</text> <text style="color: #999999; font-size: 28rpx; font-weight: 400">/人起</text>
</view> </view>
<view v-if="stepNumber==0&&dataList.teamType==0" class="row items-center jz_LineDetaCZ" style="border-radius: 4px;overflow: hidden;font-size: 12px;" > <view v-if="stepNumber==0&&dataList.currentPriceInfo.teamType==0" class="row items-center jz_LineDetaCZ" style="border-radius: 4px;overflow: hidden;font-size: 12px;" >
<view class="jz_LineDetaCZL"> <view class="jz_LineDetaCZL">
<view style="opacity: 0;">1</view> <view style="opacity: 0;">1</view>
</view> </view>
...@@ -76,9 +76,9 @@ ...@@ -76,9 +76,9 @@
<u-icon name="arrow" size="30" color="#cecece" style="margin-left: 5px;"></u-icon> <u-icon name="arrow" size="30" color="#cecece" style="margin-left: 5px;"></u-icon>
</view> </view>
</view> </view>
<view class="jz_LineDetaYJDKQ" v-if="dataList.teamType==0||Discounts>0"> <view class="jz_LineDetaYJDKQ" v-if="dataList.currentPriceInfo.teamType==0||Discounts>0">
<view class="jz_LineDetaFL"> <view class="jz_LineDetaFL">
<view v-if="stepNumber>0&&dataList.teamType==0" class="row items-center jz_LineDetaCZ" <view v-if="stepNumber>0&&dataList.currentPriceInfo.teamType==0" class="row items-center jz_LineDetaCZ"
style="border-radius: 4px;overflow: hidden;font-size: 12px;margin-right: 15rpx;" > style="border-radius: 4px;overflow: hidden;font-size: 12px;margin-right: 15rpx;" >
<view class="jz_LineDetaCZL"> <view class="jz_LineDetaCZL">
<view style="opacity: 0;">1</view> <view style="opacity: 0;">1</view>
...@@ -1690,7 +1690,7 @@ ...@@ -1690,7 +1690,7 @@
this.stepNumber = this.dataList.orderNum this.stepNumber = this.dataList.orderNum
this.UnfOddNumber = (Number(this.stepNumber)-5)*-1 this.UnfOddNumber = (Number(this.stepNumber)-5)*-1
if(this.stepNumber>4) this.Discounts += 1 if(this.stepNumber>4) this.Discounts += 1
if(this.dataList.teamType==0) this.Discounts += 1 if(this.dataList.currentPriceInfo.teamType==0) this.Discounts += 1
try { try {
this.formatDay(); this.formatDay();
} catch (e) { } catch (e) {
......
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