Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
marketing
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
marketing-web
marketing
Commits
1fe04045
Commit
1fe04045
authored
Apr 29, 2021
by
caoyanzhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修复新建扫码营销-门店选择器bug
parent
963a6bb5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
scan-form.vue
src/views/ecm/scan-form.vue
+1
-1
No files found.
src/views/ecm/scan-form.vue
View file @
1fe04045
...
...
@@ -26,7 +26,7 @@
<h3
class=
"title mt46"
>
扫码营销设置
</h3>
<el-form-item
label=
"二维码门店"
>
<div>
<vue-gic-store-new
:options=
"storeOptions"
:isAdd=
"!
disabled
"
:creatorId=
"storeCreatorId"
:scenesVal=
"scenes"
scenes=
"auth"
:uuid=
"effectTriggerJson.store_widget_id"
ref=
"storeNew"
@
store-change=
"storeChange"
></vue-gic-store-new>
<vue-gic-store-new
:options=
"storeOptions"
:isAdd=
"!
(isEdit && effectTriggerJson.store_widget_id)
"
:creatorId=
"storeCreatorId"
:scenesVal=
"scenes"
scenes=
"auth"
:uuid=
"effectTriggerJson.store_widget_id"
ref=
"storeNew"
@
store-change=
"storeChange"
></vue-gic-store-new>
<span
v-if=
"disabled && info.effectTriggerJson.store_widget_id != effectTriggerJson.store_widget_id"
class=
"gray fz12 ml10"
><i
class=
"el-icon-warning mr5 red fz12"
></i>
数据对话已生效,门店修改无效
</span>
</div>
<el-checkbox
:disabled=
"disabled"
v-model=
"effectTriggerJson.first_subscribe"
:true-label=
"1"
:false-label=
"0"
>
仅限制用户首次关注服务号触发
</el-checkbox>
...
...
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