|
@@ -1,7 +1,7 @@
|
|
|
<template>
|
|
|
<view class="supply-hall">
|
|
|
<z-paging ref="paging" v-model="dataList" @query="queryList">
|
|
|
- <template slot="top">
|
|
|
+ <!-- <template slot="top">
|
|
|
<view style="width: 100%; height: 50px; border-bottom: 1px solid #f1f1f1">
|
|
|
<u-navbar
|
|
|
@leftClick="leftClick"
|
|
@@ -11,7 +11,7 @@
|
|
|
leftIconSize="20px"
|
|
|
></u-navbar>
|
|
|
</view>
|
|
|
- </template>
|
|
|
+ </template> -->
|
|
|
<view class="main" v-for="(item, index) in dataList" :key="index">
|
|
|
<view class="item">
|
|
|
<view class="left">
|