Browse Source

添加提示

hejie 3 năm trước cách đây
mục cha
commit
5b6726fc15
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/pagesB/invoice/editinvoice.vue

+ 1 - 0
src/pagesB/invoice/editinvoice.vue

@@ -163,6 +163,7 @@ export default {
       };
       uni.showLoading({
         mask: true,
+        title: "开票中...",
       });
       post("invoice/invoicing", data).then((res) => {
         uni.hideLoading();