家医签约 手机拍照 签字版
This commit is contained in:
parent
7b8513be76
commit
90e5584626
@ -384,10 +384,13 @@
|
|||||||
this.$refs.uToast.show({
|
this.$refs.uToast.show({
|
||||||
title: '签约成功',
|
title: '签约成功',
|
||||||
type: 'success',
|
type: 'success',
|
||||||
|
duration: 1500,
|
||||||
|
back: 1,
|
||||||
|
|
||||||
})
|
})
|
||||||
uni.switchTab({
|
// uni.switchTab({
|
||||||
url: "/pages/homepage/homepage"
|
// url: "/pages/homepage/homepage"
|
||||||
})
|
// })
|
||||||
} else {
|
} else {
|
||||||
this.$refs.uToast.show({
|
this.$refs.uToast.show({
|
||||||
title: '签约失败,请重新签约',
|
title: '签约失败,请重新签约',
|
||||||
@ -607,7 +610,7 @@
|
|||||||
//接收拍照或签名
|
//接收拍照或签名
|
||||||
residentAutographPath(data) {
|
residentAutographPath(data) {
|
||||||
this.query.residentAutographPath = data.residentAutographPath
|
this.query.residentAutographPath = data.residentAutographPath
|
||||||
this.protocolshow = false
|
// this.protocolshow = false
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
onLoad(options) {
|
onLoad(options) {
|
||||||
@ -666,4 +669,4 @@
|
|||||||
</script>
|
</script>
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
@import "./Onlinesigning.scss";
|
@import "./Onlinesigning.scss";
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user