|
@@ -1,8 +1,7 @@
|
|
|
<template>
|
|
<template>
|
|
|
<view class="page" :style="{height:height}">
|
|
<view class="page" :style="{height:height}">
|
|
|
|
|
|
|
|
- <view :style="{marginTop:'24rpx'}">
|
|
|
|
|
- <scroll-view scroll-y class="scroll-Y">
|
|
|
|
|
|
|
+ <view :style="{marginTop:'24rpx'}" class="scroll-Y">
|
|
|
<view class="flex-col outView " :class="{select:item.select}" v-for="(item,index) in roleBindRuleList" @click="selectRule(item,index)">
|
|
<view class="flex-col outView " :class="{select:item.select}" v-for="(item,index) in roleBindRuleList" @click="selectRule(item,index)">
|
|
|
<view class="flex-row justify-between">
|
|
<view class="flex-row justify-between">
|
|
|
<text class="title">{{item.title}}</text>
|
|
<text class="title">{{item.title}}</text>
|
|
@@ -27,15 +26,16 @@
|
|
|
<text class="awardItem">间推比例:{{item.indirectRatio * 100}}%</text>
|
|
<text class="awardItem">间推比例:{{item.indirectRatio * 100}}%</text>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
- <!-- <view class="flex-row justify-between awardView">-->
|
|
|
|
|
- <!-- <text>优惠券:</text>-->
|
|
|
|
|
- <!-- <view class="flex-col award ">-->
|
|
|
|
|
- <!-- <text>满100减250的优惠券</text>-->
|
|
|
|
|
- <!-- <text>有效期:2024-01-01 至 2024-01-30</text>-->
|
|
|
|
|
- <!-- </view>-->
|
|
|
|
|
- <!-- </view>-->
|
|
|
|
|
|
|
+ <view class="flex-row justify-between awardView">
|
|
|
|
|
+ <text>优惠券:</text>
|
|
|
|
|
+ <view class="flex-col">
|
|
|
|
|
+ <view class="flex-col discount award" v-for="(item1,index1) in item.strategyList" :key="index1">
|
|
|
|
|
+ <text>{{item1.name}} * {{item1.degree}}张</text>
|
|
|
|
|
+ <text>有效期:{{item1.startTime.substring(0,10)}} 至 {{item1.endTime.substring(0,10)}}</text>
|
|
|
|
|
+ </view>
|
|
|
|
|
+ </view>
|
|
|
|
|
+ </view>
|
|
|
</view>
|
|
</view>
|
|
|
- </scroll-view>
|
|
|
|
|
</view>
|
|
</view>
|
|
|
<view class="confirmButton" @click="createQrCode">
|
|
<view class="confirmButton" @click="createQrCode">
|
|
|
<text>生成二维码</text>
|
|
<text>生成二维码</text>
|