|
@@ -18,21 +18,45 @@
|
|
|
<view class="phone">消费现金:{{ item.consumeAmount }}元</view>
|
|
<view class="phone">消费现金:{{ item.consumeAmount }}元</view>
|
|
|
<view class="phone">消费比例:{{ item.consumeRatio * 100 }}%</view>
|
|
<view class="phone">消费比例:{{ item.consumeRatio * 100 }}%</view>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
+ <view class="flex-row">
|
|
|
|
|
+ <view class="phone">充值现金:{{ item.rechargeAmount }}元</view>
|
|
|
|
|
+ <view class="phone">充值比例:{{ item.rechargeRatio * 100 }}%</view>
|
|
|
|
|
+ </view>
|
|
|
|
|
+ <view class="flex-row">
|
|
|
|
|
+ <view class="phone">首消现金:{{ item.firstConsumeAmount }}元</view>
|
|
|
|
|
+ <view class="phone">首消比例:{{ item.firstConsumeRatio * 100 }}%</view>
|
|
|
|
|
+ </view>
|
|
|
|
|
+ <view class="flex-row">
|
|
|
|
|
+ <view class="phone">首充现金:{{ item.firstRechargeAmount }}元</view>
|
|
|
|
|
+ <view class="phone">首充比例:{{ item.firstRechargeRatio * 100 }}%</view>
|
|
|
|
|
+ </view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="flex-row">
|
|
<view class="flex-row">
|
|
|
<text class="key">间推:</text>
|
|
<text class="key">间推:</text>
|
|
|
<view>
|
|
<view>
|
|
|
<view class="flex-row">
|
|
<view class="flex-row">
|
|
|
- <view class="phone">间推现金:{{ item.indirectRechargeAmount }}元</view>
|
|
|
|
|
- <view class="phone">间推比例:{{ item.indirectRechargeRatio * 100 }}%</view>
|
|
|
|
|
|
|
+ <view class="phone">消费现金:{{ item.indirectAmount }}元</view>
|
|
|
|
|
+ <view class="phone">消费比例:{{ item.indirectRatio * 100 }}%</view>
|
|
|
|
|
+ </view>
|
|
|
|
|
+ <view class="flex-row">
|
|
|
|
|
+ <view class="phone">充值现金:{{ item.indirectRechargeAmount }}元</view>
|
|
|
|
|
+ <view class="phone">充值比例:{{ item.indirectRechargeRatio * 100 }}%</view>
|
|
|
|
|
+ </view>
|
|
|
|
|
+ <view class="flex-row">
|
|
|
|
|
+ <view class="phone">首消现金:{{ item.indirectFirstConsumeAmount }}元</view>
|
|
|
|
|
+ <view class="phone">首消比例:{{ item.indirectFirstConsumeRatio * 100 }}%</view>
|
|
|
|
|
+ </view>
|
|
|
|
|
+ <view class="flex-row">
|
|
|
|
|
+ <view class="phone">首充现金:{{ item.indirectFirstRechargeAmount }}元</view>
|
|
|
|
|
+ <view class="phone">首充比例:{{ item.indirectFirstRechargeRatio * 100 }}%</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="flex-row" v-for="i in item.strategyList">
|
|
<view class="flex-row" v-for="i in item.strategyList">
|
|
|
<text class="key">优惠券:</text>
|
|
<text class="key">优惠券:</text>
|
|
|
<view>
|
|
<view>
|
|
|
- <view class="phone">{{i.name}} <span style="font-size: 16rpx"> ({{ i.startTime }}至{{ i.endTime }})</span></view>
|
|
|
|
|
|
|
+ <view class="phone">{{i.name}}</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|