@@ -151,7 +151,8 @@
}
console.log(params)
uni.showLoading({
- title: "正在提交..."
+ title: "正在提交...",
+ mask: true
})
this.loading = true
saveReplenishBill(params).then(res => {