【代码优化】】商城: 满减送活动提示弱化一点

This commit is contained in:
puhui999 2024-09-02 17:05:01 +08:00
parent 9aa7706722
commit 9329978f6d
2 changed files with 4 additions and 6 deletions

View File

@ -58,9 +58,6 @@
积分
</el-form-item>
</el-col>
<el-col :span="24">
<el-tag type="warning"> 当赠送积分为 0 表示不赠送积分</el-tag>
</el-col>
<el-col :span="24">
<span>送优惠券</span>
<RewardRuleCouponSelect ref="rewardRuleCouponSelectRef" v-model="rule!" />
@ -72,6 +69,9 @@
<el-col :span="24" class="mt-10px">
<el-button type="primary" @click="addRule">添加优惠规则</el-button>
</el-col>
<el-col :span="24">
<el-tag type="warning"> 赠送积分为 0 时不赠送未选优惠券时不赠送</el-tag>
</el-col>
</el-row>
</template>

View File

@ -1,8 +1,6 @@
<template>
<el-button class="ml-10px" type="text" @click="selectCoupon">添加优惠卷</el-button>
<el-col :span="24">
<el-tag type="warning"> 当没有选择优惠券时表示不赠送优惠券</el-tag>
</el-col>
<div
v-for="(item, index) in list"
:key="item.id"