hejie 3 år sedan
förälder
incheckning
5b6726fc15
1 ändrade filer med 1 tillägg och 0 borttagningar
  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();