| src/crud/order/c2c_order.js | ●●●●● patch | view | raw | blame | history | |
| src/views/modules/c2c/c2c_pay_order.vue | ●●●●● patch | view | raw | blame | history |
src/crud/order/c2c_order.js
@@ -96,10 +96,10 @@ search: true, dicData:[{ label:'买入', value:'recharge' value:'buy' },{ label:'卖出', value:'withdraw' value:'sell' }] },{ label: '支付币种', src/views/modules/c2c/c2c_pay_order.vue
@@ -142,8 +142,8 @@ ), }).then(({ data }) => { console.log(data.total); this.dataList = data.data; this.page.total = data.total; this.dataList = data.data.records; this.page.total = data.data.total; this.dataListLoading = false; if (done) { done();