This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
hly
/
recruitment-wechat-uniapp-241012
generated from
hly/uniapp-shop-templates
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
fix(contract): 添加电子签名失败时的错误提示
当电子签名接口返回非200状态码时,显示错误提示信息并终止流程
master
前端-胡立永
1 month ago
parent
8913445660
commit
82c645593b
1 changed files
with
9 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+9
-0
pages_order/contract/electronicSignature.vue
+ 9
- 0
pages_order/contract/electronicSignature.vue
View File
@ -112,6 +112,15 @@
pageNo
:
parseInt
(
pageNo
)
+
1
,
}
)
if
(
res
.
code
!=
200
)
{
uni
.
showToast
(
{
title
:
res
.
result
||
'签署失败'
,
icon
:
'none'
,
}
)
return
}
/
/
u
n
i
.
d
o
w
n
l
o
a
d
F
i
l
e
(
{
/
/
u
r
l
:
r
e
s
.
r
e
s
u
l
t
,
/
/
s
u
c
c
e
s
s
:
r
e
s
=
>
{
Write
Preview
Loading…
Cancel
Save