瀏覽代碼

同城分销店拆分、分销店对应多个经销商

zhujindu 11 月之前
父節點
當前提交
c7bee72155
共有 1 個文件被更改,包括 4 次插入5 次删除
  1. 4 5
      src/views/deviceOutside/rangeStore.vue

+ 4 - 5
src/views/deviceOutside/rangeStore.vue

@@ -35,7 +35,7 @@
           </van-grid-item>
           <van-grid-item>
             <div slot="text" class="titleico">
-              <van-checkbox name="tcfx_A">
+              <van-checkbox name="tcfx_tl">
                 <van-icon :name="storeAmap" size="32" />
                 <p class="p">非金牌</p>
                 <p>涂料店</p>
@@ -44,7 +44,7 @@
           </van-grid-item>
           <van-grid-item>
             <div slot="text" class="titleico">
-              <van-checkbox name="tcfx_B_cz">
+              <van-checkbox name="tcfx_cw">
                 <van-icon :name="storeBCZmap" size="32" />
                 <p class="p">非金牌</p>
                 <p>厨卫店</p>
@@ -982,7 +982,6 @@ export default {
       }
     },
     selectMapIco() {
-      debugger;
       if (this.resultmap.length > 0) {
         this.closeFn();
         this.listData = [];
@@ -1092,13 +1091,13 @@ export default {
         } else {
           return this.other;
         }
-      } else if (row.iconName == 'tcfx_A') {
+      } else if (row.iconName == 'tcfx_tl') {
         if (tyle == 1) {
           this.checkIco = storeAactive;
         } else {
           return this.storeA;
         }
-      } else if (row.iconName == 'tcfx_B_cz') {
+      } else if (row.iconName == 'tcfx_cw') {
         if (tyle == 1) {
           this.checkIco = storeBCZactive;
         } else {