mirror of
https://gitee.com/ZhongBangKeJi/crmeb_java.git
synced 2026-04-24 12:28:33 +08:00
紧急修复了一些bug
This commit is contained in:
@@ -144,7 +144,7 @@
|
||||
<!-- 首页推荐 -->
|
||||
<view class="index-product-wrapper" :class="iSshowH?'on':''">
|
||||
<view class="nav-bd">
|
||||
<view class="item" v-for="(item,index) in explosiveMoney" :index="item.id" :class="{active:index == ProductNavindex}"
|
||||
<view class="item" v-for="(item,index) in explosiveMoney" :key="index" :index="item.id" :class="{active:index == ProductNavindex}"
|
||||
@click="ProductNavTab(item,index)">
|
||||
<view class="txt">{{item.title}}</view>
|
||||
<view class="label">{{item.info}}</view>
|
||||
|
||||
@@ -249,7 +249,7 @@
|
||||
<!-- 首页推荐 -->
|
||||
<view class="index-product-wrapper" style="min-height: 1500rpx;">
|
||||
<view class="nav-bd">
|
||||
<view class="item" v-for="(item,index) in explosiveMoney" :index="item.id" :class="{active:index == ProductNavindex}"
|
||||
<view class="item" v-for="(item,index) in explosiveMoney" :key="index" :index="item.id" :class="{active:index == ProductNavindex}"
|
||||
@click="ProductNavTab(item,index)">
|
||||
<view class="txt">{{item.title}}</view>
|
||||
<view class="label">{{item.info2}}</view>
|
||||
|
||||
Reference in New Issue
Block a user