mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2026-02-05 05:19:49 +08:00
【修复】修复分类大图模式下广告位预设编码属性名标记错误的问题。
This commit is contained in:
@@ -34,7 +34,7 @@
|
|||||||
<block v-for="(item,index) in tabbar" :key="index">
|
<block v-for="(item,index) in tabbar" :key="index">
|
||||||
<scroll-view scroll-y class="right-box" v-if="current==index">
|
<scroll-view scroll-y class="right-box" v-if="current==index">
|
||||||
<view class="coreshop-padding-10">
|
<view class="coreshop-padding-10">
|
||||||
<coreshop-advert codes="TplIndexBanner1"></coreshop-advert>
|
<coreshop-advert code="TplIndexBanner1"></coreshop-advert>
|
||||||
<view class="class-item">
|
<view class="class-item">
|
||||||
<view class="item-title">
|
<view class="item-title">
|
||||||
<text>{{item.name}}</text>
|
<text>{{item.name}}</text>
|
||||||
|
|||||||
Reference in New Issue
Block a user