Commit b3799843 by caoyanzhi

update: 文案调整

parent 2af549ec
......@@ -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">忽略商品&nbsp;(仅对礼品生效)&nbsp;的限购</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 : '', // 人群筛选器或会员分组数据
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment