Browse Source

2024.10.10
- 个体工商户入驻页修改默认选择的支持的支付方式为通联支付;

zweiqin 5 months ago
parent
commit
803c2e1cde
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/views/SettleIn/individualBusiness.vue
  2. 1 1
      src/views/moblie/mUinitBusiness.vue

+ 1 - 1
src/views/SettleIn/individualBusiness.vue

@@ -321,7 +321,7 @@ export default {
         shopType: 1, // 店铺类型 1商城 2本地
         classificationId: '',
         isVoucher: 1, // 是否支持使用代金卷
-        payType: 0, // 支付类型
+        payType: 4, // 支付类型
         voucherReturn: '', // 代金卷的抵扣比例/返还比例
         areaId: '', // 区域ID
         packageId: '',

+ 1 - 1
src/views/moblie/mUinitBusiness.vue

@@ -457,7 +457,7 @@ export default {
         parentId: '',
         shopType: '1', // 店铺类型 1商城 2本地
         isVoucher: 1, // 是否支持使用代金卷
-        payType: 0, // 支付类型
+        payType: 4, // 支付类型
         voucherReturn: '', // 代金卷的抵扣比例/返还比例
         areaId: '', // 区域ID
         packageId: '',