|
@@ -65,7 +65,7 @@
|
|
</view>
|
|
</view>
|
|
<!-- 分类链接结束 -->
|
|
<!-- 分类链接结束 -->
|
|
<view class="mescroll-wrap">
|
|
<view class="mescroll-wrap">
|
|
- <mescroll-uni class="wrap" height="800rpx" ref="mescrollRef" @init="mescrollInit" @down="downCallback" @up="upCallback" :down="downOption" :up="upOption">
|
|
+ <mescroll-uni class="wrap" height="1070rpx" ref="mescrollRef" @init="mescrollInit" @down="downCallback" @up="upCallback" :down="downOption" :up="upOption">
|
|
<view class="indexproduct">
|
|
<view class="indexproduct">
|
|
<view class="item-wrap" v-for="(item,index) in mescrollList" :key="index">
|
|
<view class="item-wrap" v-for="(item,index) in mescrollList" :key="index">
|
|
<view class="item" :data-id="item.id" @click="jumpDetails(item.id)">
|
|
<view class="item" :data-id="item.id" @click="jumpDetails(item.id)">
|
|
@@ -118,6 +118,7 @@
|
|
</scroll-view>
|
|
</scroll-view>
|
|
</view>
|
|
</view>
|
|
<!-- 供应商结束 -->
|
|
<!-- 供应商结束 -->
|
|
|
|
+ <common-footer></common-footer>
|
|
|
|
|
|
|
|
|
|
<uni-popup ref="promotionPopup" type="center">
|
|
<uni-popup ref="promotionPopup" type="center">
|
|
@@ -144,6 +145,7 @@
|
|
|
|
|
|
// import uNoticeBar from '@/components/u-notice-bar/u-notice-bar.vue'
|
|
// import uNoticeBar from '@/components/u-notice-bar/u-notice-bar.vue'
|
|
import uniPopup from '@/components/uni-popup/uni-popup.vue'
|
|
import uniPopup from '@/components/uni-popup/uni-popup.vue'
|
|
|
|
+ import commonFooter from '@/components/common-footer/common-footer.vue'
|
|
import { debounce } from '@/utils/util.js'
|
|
import { debounce } from '@/utils/util.js'
|
|
let timer = null;
|
|
let timer = null;
|
|
export default {
|
|
export default {
|
|
@@ -152,7 +154,8 @@
|
|
MescrollBody,
|
|
MescrollBody,
|
|
uniSearchBar,
|
|
uniSearchBar,
|
|
// uNoticeBar,
|
|
// uNoticeBar,
|
|
- uniPopup
|
|
+ uniPopup,
|
|
|
|
+ commonFooter
|
|
},
|
|
},
|
|
data() {
|
|
data() {
|
|
return {
|
|
return {
|