|
|
@@ -104,8 +104,7 @@ const signer = (item: Model.TencentUsereSignRecordsRsq) => {
|
|
|
if (item.recordstatus === 2) {
|
|
|
item.signurl ? openWebview(item.signurl) : showFailToast('合同地址错误')
|
|
|
} else if (item.recordstatus === 3) {
|
|
|
- const fileUrl = getFileUrl(item.contractfileaddr)
|
|
|
- item.contractfileaddr ? plus.openURL(fileUrl) : showFailToast('合同地址错误')
|
|
|
+ showFailToast('合同已签署,请前往腾讯电子签小程序查看!')
|
|
|
} else {
|
|
|
fullloading((hideLoading) => {
|
|
|
const userinfotype = useUserStore().userInfo.userinfotype
|