|
|
@@ -80,10 +80,10 @@
|
|
|
</view>
|
|
|
|
|
|
<view class="tab ddflex" style="border-top: 20rpx solid #f7f7f7;">
|
|
|
+ <view :class="'li ' + (pType == 12 ? 'active' : '')" @click="swiPType(12)">最新</view>
|
|
|
<view :class="'li ' + (pType == 11 ? 'active' : '')" @click="swiPType(11)">附近</view>
|
|
|
<!-- <view :class="'li ' + (pType == 1 ? 'active' : '')" @click="swiPType(1)">综合</view> -->
|
|
|
<!-- <view :class="'li ' + (cateIndex == index ? 'active' : '')" @click="swiTree(item,index)" v-for="(item,index) in category" :key="index">{{item.name}}</view> -->
|
|
|
- <view :class="'li ' + (pType == 12 ? 'active' : '')" @click="swiPType(12)">最新</view>
|
|
|
<!-- <view :class="'li ' + (pType == 5 ? 'active' : '')" @click="swiPType(5)">热门</view> -->
|
|
|
</view>
|
|
|
<view class="loc-wz ddflex" v-if="pois&&pois.poiName&&pType==11"
|
|
|
@@ -372,7 +372,7 @@
|
|
|
page: 1,
|
|
|
limit: 5
|
|
|
},
|
|
|
- pType: 11, //排序: 1综合, 2最新+综合,3浏览最多,4评论最多,5热门,10最新+标签,11位置,12时间
|
|
|
+ pType: 12, //排序: 1综合, 2最新+综合,3浏览最多,4评论最多,5热门,10最新+标签,11位置,12时间
|
|
|
isHoleLoad: true,
|
|
|
holeForm: {
|
|
|
page: 1,
|
|
|
@@ -482,7 +482,7 @@
|
|
|
if (this.currentTab == index) return false;
|
|
|
this.currentTab = index;
|
|
|
if (index == 1) {
|
|
|
- this.pType = 11;
|
|
|
+ this.pType = 12;
|
|
|
} else {
|
|
|
this.pType = 1;
|
|
|
}
|