|
@@ -23,7 +23,7 @@
|
|
|
<div class="h3">專櫃導航</div>
|
|
|
<div class="swiper-container" id="sw-navigation">
|
|
|
<ul class="swiper-wrapper">
|
|
|
- <li class="swiper-slide" :class="{liactive:item.sceneUrl == currentM}" @click.stop="onClickShop(item)" v-for="(item, i) in brandlist" :key="i">
|
|
|
+ <li class="swiper-slide" :data-ttt="item.sceneUrl" :data-iii="currentM" :class="{liactive:item.sceneUrl === currentM}" @click.stop="onClickShop(item)" v-for="(item, i) in brandlist" :key="i">
|
|
|
<div v-if="item.shopLogo" class="img" :style="{ 'background-image': `url(${item.shopLogo})` }"></div>
|
|
|
<div class="name" v-if="item.shopName">
|
|
|
<span :class="{active:item.shopName.length>6}">
|
|
@@ -82,7 +82,7 @@ const currentCategory = ref({
|
|
|
});
|
|
|
|
|
|
const currentM = computed(()=>(browser.getURLParam("m")))
|
|
|
-console.log(currentM.value);
|
|
|
+console.log(currentM.value,'=============================');
|
|
|
|
|
|
const isPlay = computed(() => {
|
|
|
let status = store.getters["tour/isPlay"];
|