|
@@ -6,7 +6,7 @@
|
|
|
|
|
|
<view v-show="indexShow">
|
|
|
<view style="height: 72px;"></view>
|
|
|
- <view class="swiperBox">
|
|
|
+ <view class="swiperBox" v-if="recommendList.length>0">
|
|
|
<view class="swiperCont">
|
|
|
<view class="tuijbox">
|
|
|
<image src="../../static/pcimg/icon_tuijian@2x.png" mode="" class="tuijImg"></image>
|
|
@@ -235,6 +235,9 @@
|
|
|
goList(item){
|
|
|
console.log(item)
|
|
|
this.getChildList(item)
|
|
|
+ uni.pageScrollTo({
|
|
|
+ scrollTop: 0, duration: 100
|
|
|
+ });
|
|
|
/* uni.navigateTo({
|
|
|
url:'list?code='+item.code+'&topName='+item.categoryName//+'&comment='+item.comment
|
|
|
}) */
|
|
@@ -258,7 +261,7 @@
|
|
|
this.indexShow=false;
|
|
|
this.listShow=false;
|
|
|
this.newDetailShow=true;
|
|
|
- this.newgroupingListShow=true;
|
|
|
+ this.newgroupingListShow=false;
|
|
|
this.newsearchShow=false;
|
|
|
this.newDetailID=wz.id;
|
|
|
this.newDetailItem=item;
|
|
@@ -291,7 +294,7 @@
|
|
|
this.indexShow=false;
|
|
|
this.listShow=false;
|
|
|
this.newDetailShow=true;
|
|
|
- this.newgroupingListShow=true;
|
|
|
+ this.newgroupingListShow=false;
|
|
|
this.newsearchShow=false;
|
|
|
this.newDetailID=wz.ID;
|
|
|
var item={
|