Browse Source

Signed-off-by: liuboyan <632697560@qq.com>
下拉刷新

liuboyan 4 years ago
parent
commit
8ca477498e
2 changed files with 0 additions and 6 deletions
  1. 0 4
      pages/shop/index.vue
  2. 0 2
      pagesGood/goodList.vue

+ 0 - 4
pages/shop/index.vue

@@ -44,11 +44,7 @@
 <script>
 	const NET = require('../../utils/request')
 	const API = require('../../config/api')
-	import kScrollView from '@/components/k-scroll-view/k-scroll-view.vue'
 	export default {
-		components: {
-			kScrollView
-		},
 		data() {
 			return {
 				pageIndex: 1,

+ 0 - 2
pagesGood/goodList.vue

@@ -4,8 +4,6 @@
 			<uni-search-bar ref="searchBar" radius="5" placeholder="搜索" :defaultText="goodName" clearButton="auto" cancelButton="none"
 			 bgColor="#ffffff" @confirm="search" class="search-bar" />
 		</view>
-		<scroll-view class="message-list-box" scroll-y="true" @scrolltolower="handleLoadMore()">
-		</scroll-view>
 		<scroll-view class="goods-box" scroll-y="true" @scrolltolower="handleLoadMore()">
 			<view class="goods-row" v-for="(item, index) in goodsList" :key="index" @click="goToGoodDetails(item)">
 				<image class="goods-img" :src="item.imgPath"></image>