| | |
| | | </view>
|
| | | <view class="button-space"></view>
|
| | | <view>
|
| | | <view class="button-green" style="background-color: #fff;color: #000;width: 200rpx;left: 40rpx;right: unset;"
|
| | | <view class="button-green" style="background-color: #fff;border: 2rpx solid #666; color: #666;width: 200rpx;left: 40rpx;right: unset;"
|
| | | @click="closeParamPopAndQuery">
|
| | | 查询
|
| | | </view>
|
| | |
| | | this.query.category = options.categoryId || ''
|
| | | this.query.zoneId = options.zoneId || ''
|
| | | this.query.name = options.name || ''
|
| | | if(this.query.name){
|
| | | uni.setNavigationBarTitle({
|
| | | title:'商品列表-'+this.query.name
|
| | | })
|
| | | }
|
| | | this.listApi = '/api/customer/flower/list'
|
| | | this.getList('post')
|
| | | this.$http.request('get', '/api/code/value', {
|