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