Commit 9792e5ac authored by youjie's avatar youjie

no message

parent 26cbadf8
......@@ -28,6 +28,7 @@
<view class="cdTiaojianBRight">
<view class="cdTiaojianBRTitle">使用条件</view>
<view class="cdTiaojianBRText">{{g.useCondition}}元使用</view>
<view class="cdTiaojianBRText" v-if="g.OrderGuestNum">{{g.OrderGuestNum}}人使用</view>
</view>
</view>
<view class="cdTiaojianB">
......
......@@ -51,6 +51,7 @@
</view>
<view class="coupondLineTb" >
<view class="coupondLineTbt">
<text v-if="x.OrderGuestNum">{{x.OrderGuestNum}}人(含)以上可用</text>
<template v-if="x.lineNameStr&&x.lineNameStr!=''">适用线路:{{x.lineNameStr}}</template>
<template v-if="x.lineteamNameStr&&x.lineteamNameStr!=''">适用系列:{{x.lineteamNameStr}}</template>
<template v-if="x.remark&&x.remark!=''">{{x.remark}}</template>
......@@ -698,6 +699,10 @@
line-height: 28rpx;
color: #666;
}
.coupondLineTbt text{
color: rgba(222, 87, 67, 1);
font-weight: bold;
}
.coupondLineGo {
position: absolute;
......
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