|
|
@@ -1,6 +1,6 @@
|
|
|
<template>
|
|
|
<view class="itemList-box">
|
|
|
- <view class="title">列表</view>
|
|
|
+ <view class="title">零售</view>
|
|
|
<scroll-view class="itemList-item_box" scroll-y="true" @scrolltolower="reachBottom" lower-threshold="50">
|
|
|
<view v-for="item in list.data" :key="item.id" class="show-item_box">
|
|
|
<view class="item-body_box not-active" @click="getDetail(item)">
|