@@ -73,15 +73,17 @@ function getBase64(img) {
}
httpApi.getHetongQianming({
- id: info.id,
+ id: tId.value,
fuzeren: img.replace(/^data:image\/\w+;base64,/,'')
}).then(res => {
if (res.data) {
uni.showToast({
title: "签名成功",
duration: 2000,
+ mask: true,
success() {
- goUpPage()
+ setTimeout(() => goUpPage(),2000)
+
})