|
|
@@ -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 {
|