shish 3 years ago
parent
commit
6b61bfbfa0
1 changed files with 2 additions and 0 deletions
  1. 2 0
      hdApp/src/admin/billing/affirm.vue

+ 2 - 0
hdApp/src/admin/billing/affirm.vue

@@ -249,7 +249,9 @@ export default {
 				content: '确认开单?',
 				success: function (res) {
 					if (res.confirm) {
+						uni.showLoading({mask:true})
 						createOrder(options).then(res => {
+							uni.hideLoading()
 							that.removeFromSaveDirect()
 							const { data: { id } } = res
 							let url = `/admin/billing/result?orderId=${id}`;