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