Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
9329978f
authored
Sep 02, 2024
by
puhui999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【代码优化】】商城: 满减送活动提示弱化一点
parent
9aa77067
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
6 deletions
+4
-6
src/views/mall/promotion/rewardActivity/components/RewardRule.vue
+3
-3
src/views/mall/promotion/rewardActivity/components/RewardRuleCouponSelect.vue
+1
-3
No files found.
src/views/mall/promotion/rewardActivity/components/RewardRule.vue
View file @
9329978f
...
@@ -59,9 +59,6 @@
...
@@ -59,9 +59,6 @@
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"24"
>
<el-col
:span=
"24"
>
<el-tag
type=
"warning"
>
当赠送积分为 0 时,表示不赠送积分
</el-tag>
</el-col>
<el-col
:span=
"24"
>
<span>
送优惠券:
</span>
<span>
送优惠券:
</span>
<RewardRuleCouponSelect
ref=
"rewardRuleCouponSelectRef"
v-model=
"rule!"
/>
<RewardRuleCouponSelect
ref=
"rewardRuleCouponSelectRef"
v-model=
"rule!"
/>
</el-col>
</el-col>
...
@@ -72,6 +69,9 @@
...
@@ -72,6 +69,9 @@
<el-col
:span=
"24"
class=
"mt-10px"
>
<el-col
:span=
"24"
class=
"mt-10px"
>
<el-button
type=
"primary"
@
click=
"addRule"
>
添加优惠规则
</el-button>
<el-button
type=
"primary"
@
click=
"addRule"
>
添加优惠规则
</el-button>
</el-col>
</el-col>
<el-col
:span=
"24"
>
<el-tag
type=
"warning"
>
赠送积分为 0 时不赠送。未选优惠券时不赠送。
</el-tag>
</el-col>
</el-row>
</el-row>
</template>
</template>
...
...
src/views/mall/promotion/rewardActivity/components/RewardRuleCouponSelect.vue
View file @
9329978f
<
template
>
<
template
>
<el-button
class=
"ml-10px"
type=
"text"
@
click=
"selectCoupon"
>
添加优惠卷
</el-button>
<el-button
class=
"ml-10px"
type=
"text"
@
click=
"selectCoupon"
>
添加优惠卷
</el-button>
<el-col
:span=
"24"
>
<el-tag
type=
"warning"
>
当没有选择优惠券时,表示不赠送优惠券
</el-tag>
</el-col>
<div
<div
v-for=
"(item, index) in list"
v-for=
"(item, index) in list"
:key=
"item.id"
:key=
"item.id"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment