Sfoglia il codice sorgente

修改公众号配置

silent 4 anni fa
parent
commit
f8e47b44d7
1 ha cambiato i file con 1 aggiunte e 9 eliminazioni
  1. 1 9
      src/views/ldt_shop/comps/shop-wechat-config.vue

+ 1 - 9
src/views/ldt_shop/comps/shop-wechat-config.vue

@@ -118,7 +118,7 @@ export default {
       this.canReset = true
     },
     submit(data,done){
-      data.businessId = this.businessId;
+      data.merchantNo = this.businessId;
       wechatConfigAdd(data).then(res=>{
         this.configForm = {
           tradeAuthDirList:[],
@@ -137,14 +137,6 @@ export default {
         size:"mini",
         menuBtn:false,
         column: [
-          {
-            label: "merchantNo",
-            disabled: true,
-            span: 24,
-            prop: "merchantNo",
-            value: this.businessId,
-            display: false,
-          },
           {
             label: "appId",
             span: 24,