| | |
| | | <view class="popup-item"> |
| | | <view class="popup-item-left">数量:</view> |
| | | <view class="popup-item-right" style="border: none;justify-content: center;"> |
| | | <uni-number-box :value="count" :step='0.01' :max="9999999" color="#747474" |
| | | <uni-number-box :value="count" :step='1' :max="9999999" color="#747474" |
| | | @change="changeValue" /> |
| | | </view> |
| | | </view> |
| | |
| | | getOrderNoList() { |
| | | let that = this |
| | | uni.request({ |
| | | url: this.baseUrl + '/order/list/all', |
| | | url: this.baseUrl + '/order/comb/list/all', |
| | | header: { |
| | | 'token': uni.getStorageSync('token') |
| | | }, |