家医签约 手机拍照 签字版

This commit is contained in:
shidongli 2023-11-13 11:10:12 +08:00
parent 7b8513be76
commit 90e5584626

View File

@ -384,10 +384,13 @@
this.$refs.uToast.show({
title: '签约成功',
type: 'success',
duration: 1500,
back: 1,
})
uni.switchTab({
url: "/pages/homepage/homepage"
})
// uni.switchTab({
// url: "/pages/homepage/homepage"
// })
} else {
this.$refs.uToast.show({
title: '签约失败,请重新签约',
@ -607,7 +610,7 @@
//
residentAutographPath(data) {
this.query.residentAutographPath = data.residentAutographPath
this.protocolshow = false
// this.protocolshow = false
},
},
onLoad(options) {