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
427c2d5d
authored
Mar 30, 2024
by
YunaiV
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MALL:修复营销的商品范围枚举不正确的问题
parent
87d1047f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
src/utils/constants.ts
+3
-3
src/views/pay/app/components/channel/WeixinChannelForm.vue
+2
-2
No files found.
src/utils/constants.ts
View file @
427c2d5d
...
...
@@ -248,15 +248,15 @@ export const CouponTemplateTakeTypeEnum = {
*/
export
const
PromotionProductScopeEnum
=
{
ALL
:
{
scope
:
1
0
,
scope
:
1
,
name
:
'通用劵'
},
SPU
:
{
scope
:
2
0
,
scope
:
2
,
name
:
'商品劵'
},
CATEGORY
:
{
scope
:
3
0
,
scope
:
3
,
name
:
'品类劵'
}
}
...
...
src/views/pay/app/components/channel/WeixinChannelForm.vue
View file @
427c2d5d
...
...
@@ -18,10 +18,10 @@
<template
#
append
>
%
</
template
>
</el-input>
</el-form-item>
<el-form-item
label-width=
"180px"
label=
"
公众号
APPID"
prop=
"config.appId"
>
<el-form-item
label-width=
"180px"
label=
"
微信
APPID"
prop=
"config.appId"
>
<el-input
v-model=
"formData.config.appId"
placeholder=
"请输入
公众号
APPID"
placeholder=
"请输入
微信
APPID"
clearable
:style=
"{ width: '100%' }"
/>
...
...
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