|
@@ -356,9 +356,12 @@
|
|
|
return;
|
|
return;
|
|
|
}
|
|
}
|
|
|
this.requestStatus = true
|
|
this.requestStatus = true
|
|
|
-
|
|
|
|
|
|
|
+ uni.showLoading({
|
|
|
|
|
+ title: '加载中'
|
|
|
|
|
+ });
|
|
|
this.$api.commonGeneralOrder(this.orderParam).then(res => {
|
|
this.$api.commonGeneralOrder(this.orderParam).then(res => {
|
|
|
this.requestStatus = false
|
|
this.requestStatus = false
|
|
|
|
|
+ uni.hideLoading();
|
|
|
uni.switchTab({
|
|
uni.switchTab({
|
|
|
url: '/pages/order/index'
|
|
url: '/pages/order/index'
|
|
|
})
|
|
})
|