소스 검색

添加提示

hejie 3 년 전
부모
커밋
5b6726fc15
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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();