|
@@ -10,7 +10,6 @@
|
|
|
</view>
|
|
</view>
|
|
|
<view v-else>
|
|
<view v-else>
|
|
|
<view class="flex-col" v-for="(item,index) in countsList" :key="index">
|
|
<view class="flex-col" v-for="(item,index) in countsList" :key="index">
|
|
|
-
|
|
|
|
|
<view class="row-list flex-row justify-start">
|
|
<view class="row-list flex-row justify-start">
|
|
|
<view class="h-text flex-col justify-center ">
|
|
<view class="h-text flex-col justify-center ">
|
|
|
<view class="money">
|
|
<view class="money">
|
|
@@ -36,7 +35,7 @@
|
|
|
领取后{{item.effectiveDays}}天内有效
|
|
领取后{{item.effectiveDays}}天内有效
|
|
|
</view>
|
|
</view>
|
|
|
<view class="title flex-row">
|
|
<view class="title flex-row">
|
|
|
- <text @click.stop="showRemark(item)">使用说明</text>
|
|
|
|
|
|
|
+ <text @click.stop="showRemark(item)">使用规则</text>
|
|
|
<u-icon v-if="item.id == showRemarkId" name="arrow-down-fill" color="" size="12"></u-icon>
|
|
<u-icon v-if="item.id == showRemarkId" name="arrow-down-fill" color="" size="12"></u-icon>
|
|
|
<u-icon v-else name="play-right-fill" color="" size="12"></u-icon>
|
|
<u-icon v-else name="play-right-fill" color="" size="12"></u-icon>
|
|
|
</view>
|
|
</view>
|
|
@@ -48,16 +47,15 @@
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
-
|
|
|
|
|
<view v-if="showRemarkId == item.id" class="remark" style="text-indent:unset">
|
|
<view v-if="showRemarkId == item.id" class="remark" style="text-indent:unset">
|
|
|
<view>
|
|
<view>
|
|
|
可用门店:<text>{{item.useStoreDesc}}</text>
|
|
可用门店:<text>{{item.useStoreDesc}}</text>
|
|
|
</view>
|
|
</view>
|
|
|
- <view>
|
|
|
|
|
|
|
+ <view v-if="item.remark !=null">
|
|
|
使用说明:<text>{{item.remark}}</text>
|
|
使用说明:<text>{{item.remark}}</text>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
+ <text v-else class="remarkText">该优惠券暂无使用说明</text>
|
|
|
</view>
|
|
</view>
|
|
|
-
|
|
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
@@ -117,8 +115,6 @@
|
|
|
};
|
|
};
|
|
|
</script>
|
|
</script>
|
|
|
<style lang="scss" scoped>
|
|
<style lang="scss" scoped>
|
|
|
-
|
|
|
|
|
@import '/common/css/common.css';
|
|
@import '/common/css/common.css';
|
|
|
@import './index.rpx.scss';
|
|
@import './index.rpx.scss';
|
|
|
-
|
|
|
|
|
</style>
|
|
</style>
|