|
|
@@ -5,11 +5,11 @@
|
|
|
<view class="search-bar">
|
|
|
<app-search-module v-model="py" placeholder="小菊输xj搜索" @input="searchFn"/>
|
|
|
</view>
|
|
|
- <view style="padding:0 0upx 0 20upx;" >
|
|
|
+ <!-- <view style="padding:0 0upx 0 20upx;" >
|
|
|
<button class="admin-button-com middle blue" style="margin-right:8upx;" @click="itemMore()">更多</button>
|
|
|
<button class="admin-button-com middle blue" style="margin-right:8upx;" @click="downPriceTable()">价格表</button>
|
|
|
<button class="admin-button-com middle blue" @click="pageTo({ url: '/admin/ptItem/itemList' })">添花材</button>
|
|
|
- </view>
|
|
|
+ </view> -->
|
|
|
</view>
|
|
|
<view class="scroll-middle_bx">
|
|
|
<scroll-view scroll-y scroll-with-animation class="tab-view" :scroll-top="scrollTop">
|