sub_pages/customer/trade/list.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
sub_pages/customer/trade/trade.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
sub_pages/customer/trade/list.vue
@@ -133,13 +133,14 @@ </view> </view> <view class="button-space"></view> <view class="button-space"></view> <view class="button-green" style="background-color: #fff;bottom: 160rpx;color: #000" <view> <view class="button-green" style="background-color: #fff;color: #000;width: 200rpx;left: 40rpx;right: unset;" @click="closeParamPopAndQuery"> 查询 </view> <view class="button-green" @click="closeParamPop">关闭</view> <view class="button-green" style="width: 200rpx;right: 40rpx;left: unset;" @click="closeParamPop">关闭</view> </view> </view> </uni-popup> @@ -254,12 +255,12 @@ closeParamPopAndQuery() { this.$refs.popup_param.close() //设置参数 this.dto.params = [] for (var params of this.params) { if (params.value) { this.dto.params.push({ id: params.id, value: params.value this.query.params = [] for (var param of this.params) { if (param.value) { this.query.params.push({ id: param.id, value: param.value }) } } sub_pages/customer/trade/trade.vue
@@ -54,13 +54,12 @@ <uni-icons type="plus-filled" size="32" @click="addnum(item)"></uni-icons> </view> --> </view> </view> <view style="padding-bottom:100rpx"> </view> </view> </view> <footer-msg v-if="!hidefooter" :more="page.total>0&&page.total>page.current*page.size"></footer-msg> <footer-msg v-if="!hidefooter" :more="page.total>0&&page.total>page.current*page.size"></footer-msg> </view> </view> @@ -297,7 +296,7 @@ width: 164rpx; // width: 690rpx; // max-width: 690rpx; height: 266rpx; min-height: 266rpx; background: #FFFFFF; margin-bottom: 44rpx; max-width: 164rpx;