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
122d7ac8
Commit
122d7ac8
authored
Nov 17, 2021
by
黑潮
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 修改
parent
7d6e315a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
3 deletions
+8
-3
form.js
src/views/card/form.js
+1
-1
item-wxa.vue
src/views/ecm/marketing-event/components/item-wxa.vue
+2
-2
lib-wxa.vue
src/views/ecm/marketing-event/components/lib-wxa.vue
+5
-0
No files found.
src/views/card/form.js
View file @
122d7ac8
...
...
@@ -402,7 +402,7 @@ export default {
};
switch
(
result
.
id
)
{
case
'product_category_link'
:
case
'mall_c
o
stomize_page'
:
case
'mall_c
u
stomize_page'
:
case
'28'
:
case
28
:
case
'17'
:
...
...
src/views/ecm/marketing-event/components/item-wxa.vue
View file @
122d7ac8
...
...
@@ -47,7 +47,7 @@ export default {
};
switch
(
result
.
type
)
{
case
'product_category_link'
:
case
'mall_c
o
stomize_page'
:
case
'mall_c
u
stomize_page'
:
case
'28'
:
case
28
:
case
'17'
:
...
...
@@ -56,7 +56,7 @@ export default {
case
'gift'
:
result
.
params
&&
(
params
.
params
=
JSON
.
stringify
(
result
.
params
));
break
;
case
'yueshi
_inte
gral_mall'
:
case
'yueshi
-inter
gral_mall'
:
params
.
params
=
''
;
break
;
case
'35'
:
...
...
src/views/ecm/marketing-event/components/lib-wxa.vue
View file @
122d7ac8
...
...
@@ -181,6 +181,11 @@ export default {
this
.
threeValue
=
pagePath
.
gameType
;
this
.
gameProps
.
gameType
=
pagePath
.
gameType
;
this
.
gameProps
.
gameId
=
pagePath
.
tagid
;
this
.
wechatContent
.
tagid
=
pagePath
.
tagid
;
this
.
wechatContent
.
tagname
=
pagePath
.
tagname
;
this
.
wechatContent
.
gameType
=
pagePath
.
gameType
;
this
.
wechatContent
.
gameName
=
pagePath
.
gameName
;
this
.
selectedGame
=
{
gameId
:
pagePath
.
tagid
};
});
}
else
{
this
.
$nextTick
(()
=>
{
...
...
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