Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
integral-mall
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
integralMall
integral-mall
Commits
b3799843
Commit
b3799843
authored
Apr 30, 2021
by
caoyanzhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 文案调整
parent
2af549ec
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
5 deletions
+13
-5
detail.vue
src/views/activities/flashSale/detail.vue
+13
-5
No files found.
src/views/activities/flashSale/detail.vue
View file @
b3799843
...
...
@@ -52,11 +52,11 @@
<el-button
slot=
"reference"
type=
"text"
>
{{
peopleFilterInfo
}}
</el-button>
</el-popover>
</el-form-item>
<el-form-item
label=
"购买限制"
>
<
!--
<
el-form-item
label=
"购买限制"
>
<el-checkbox-group
v-model=
"flashSaleForm.limit"
@
change=
"changeLimit"
>
<el-checkbox
label=
"1"
:disabled=
"isEdit"
>
忽略商品
(仅对礼品生效)
的限购
</el-checkbox>
</el-checkbox-group>
</el-form-item>
</el-form-item>
-->
<!--
<el-form-item
label=
"活动列表背景色"
>
<el-radio-group
v-model=
"flashSaleForm.activityBackGround"
>
<el-radio
:label=
"0"
>
白色
</el-radio>
...
...
@@ -136,8 +136,15 @@
<
template
v-slot:header
>
<span
style=
"font-weight:500"
>
活动库存
</span>
<el-tooltip
effect=
"dark"
placement=
"top"
>
<div
slot=
"content"
v-if=
"!isEdit"
style=
"width:175px;line-height:16px"
>
设置后将会从礼品本身的库存中扣除相应的库存作为活动库存;
<br
/>
限兑数量为0或空时表示不限兑
</div>
<div
slot=
"content"
v-else
style=
"width:140px;line-height:16px"
>
活动剩余库存/活动总库存
</div>
<div
slot=
"content"
v-if=
"!isEdit"
style=
"width:300px;line-height:16px"
>
<p>
1. 设置后将会从礼品本身的库存中扣除相应的库存作为活动库存;
</p>
<p>
2. 限兑数量为0或空时表示不限兑;
</p>
<p>
3. 将忽略商品(仅对礼品生效)的限购
</p>
</div>
<div
slot=
"content"
v-else
style=
"width:200px;line-height:16px"
>
<p>
1. 活动剩余库存/活动总库存
</p>
<p>
2. 将忽略商品(仅对礼品生效)的限购
</p>
</div>
<i
class=
"iconfont icon-xinxixianshi"
style=
"margin-left:6px"
></i>
</el-tooltip>
</
template
>
...
...
@@ -897,7 +904,8 @@ export default {
beginTime
:
this
.
flashSaleForm
.
beginTime
,
endTime
:
this
.
flashSaleForm
.
endTime
,
memberSearchType
:
this
.
flashSaleForm
.
memberSearchType
,
// 会员类型
ignoreLimitFlag
:
this
.
flashSaleForm
.
ignoreLimitFlag
,
// ignoreLimitFlag: this.flashSaleForm.ignoreLimitFlag,
ignoreLimitFlag
:
1
,
activityBackGround
:
this
.
flashSaleForm
.
activityBackGround
,
activityImageUrl
:
this
.
flashSaleForm
.
activityImageUrl
,
// 活动列表顶图
memberSearchParams
:
this
.
flashSaleForm
.
memberSearchType
===
1
?
''
:
this
.
flashSaleForm
.
memberSearchType
===
2
?
this
.
memberLabelId
:
this
.
flashSaleForm
.
memberSearchType
===
3
?
this
.
searchParams
:
''
,
// 人群筛选器或会员分组数据
...
...
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