diff --git a/src/utils/constants.ts b/src/utils/constants.ts
index 76ce3e77..f4d67b4e 100644
--- a/src/utils/constants.ts
+++ b/src/utils/constants.ts
@@ -248,15 +248,15 @@ export const CouponTemplateTakeTypeEnum = {
*/
export const PromotionProductScopeEnum = {
ALL: {
- scope: 10,
+ scope: 1,
name: '通用劵'
},
SPU: {
- scope: 20,
+ scope: 2,
name: '商品劵'
},
CATEGORY: {
- scope: 30,
+ scope: 3,
name: '品类劵'
}
}
diff --git a/src/views/pay/app/components/channel/WeixinChannelForm.vue b/src/views/pay/app/components/channel/WeixinChannelForm.vue
index bafa4bfe..34e92c69 100644
--- a/src/views/pay/app/components/channel/WeixinChannelForm.vue
+++ b/src/views/pay/app/components/channel/WeixinChannelForm.vue
@@ -18,10 +18,10 @@
%
-
+