xyh8905170 2 лет назад
Родитель
Сommit
953584cc17
1 измененных файлов с 4 добавлено и 1 удалено
  1. 4 1
      orderPages/storeService/index.vue

+ 4 - 1
orderPages/storeService/index.vue

@@ -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'
 					})