Commit b75afa33 authored by honghy's avatar honghy

bug201 【(app/h5)首页/我的订单各个tab】

parent 99bbcc7c
......@@ -610,7 +610,7 @@ export default {
},
getOrderData() {
this.$request
.get('/app-api/my/order/dynamic/page', { page: this.page, rows: 6 , searchKey: this.searchKey,statusList:this.config.status.value[this.config.status.index] })
.get('/app-api/my/order/dynamic/page', { page: this.page, rows: 6 , searchKey: this.searchKey.replace(/\s+/g, ''),statusList:this.config.status.value[this.config.status.index] })
.then((res) => {
if (res.code == 0 && res.data) {
if (this.page == 1){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment