| | |
| | |
|
| | | </view>
|
| | | <view class="flex1 input">
|
| | | <u-input :placeholder="type==='category'?'请输入分类名称':'请输入店铺名称'" v-model="query.name" clearable @confirm="buttonSearchFlow" @clear="()=>{
|
| | | <u-input :placeholder="type==='category'?'请输入分类名称':'请输入店铺名称'" v-model="query.name" clearable
|
| | | @confirm="buttonSearchFlow" @clear="()=>{
|
| | | $nextTick(()=>{buttonSearchFlow()})
|
| | | }">
|
| | | <template slot="suffix">
|
| | |
| | | props: {
|
| | | hidefooter: false,
|
| | | catgoryTree: [],
|
| | | supplierId: '',
|
| | | },
|
| | | data() {
|
| | | return {
|
| | |
| | | }
|
| | | },
|
| | | toDetailList(item) {
|
| | | //去商品列表页面
|
| | | //去商品列表页面 |
| | | console.log('toDetailList',this.supplierId)
|
| | | uni.navigateTo({
|
| | | url: `/sub_pages/customer/trade/list?categoryId=${item.id}`
|
| | | url: `/sub_pages/customer/trade/list?categoryId=${item.id}&supplierId=${this.supplierId||''}`
|
| | | })
|
| | | },
|
| | | changeType(item) {
|