xg
This commit is contained in:
parent
89af95fc1f
commit
faf4664e4d
@ -187,8 +187,7 @@
|
|||||||
if (this.region == 1 || this.region == 2) {
|
if (this.region == 1 || this.region == 2) {
|
||||||
if (this.checkSign == "0") {
|
if (this.checkSign == "0") {
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url:`/pagesC/Onlinesigning/Onlinesigning?checkSign=${this.checkSign}`,
|
url: `/pagesC/Onlinesigning/Onlinesigning?checkSign=${this.checkSign}`,
|
||||||
|
|
||||||
})
|
})
|
||||||
// this.$refs.uToast.show({
|
// this.$refs.uToast.show({
|
||||||
// title: '未签约,请先签约',
|
// title: '未签约,请先签约',
|
||||||
@ -225,8 +224,7 @@
|
|||||||
if (this.region == 1 || this.region == 2) {
|
if (this.region == 1 || this.region == 2) {
|
||||||
if (this.checkSign == "0") {
|
if (this.checkSign == "0") {
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url:`/pagesC/Onlinesigning/Onlinesigning?checkSign=${this.checkSign}`,
|
url: `/pagesC/Onlinesigning/Onlinesigning?checkSign=${this.checkSign}`,
|
||||||
|
|
||||||
})
|
})
|
||||||
// this.$refs.uToast.show({
|
// this.$refs.uToast.show({
|
||||||
// title: '未签约,请先签约',
|
// title: '未签约,请先签约',
|
||||||
@ -313,10 +311,8 @@
|
|||||||
} else {
|
} else {
|
||||||
if (this.region == 1 || this.region == 2) {
|
if (this.region == 1 || this.region == 2) {
|
||||||
if (this.checkSign == "0") {
|
if (this.checkSign == "0") {
|
||||||
|
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url:`/pagesC/Onlinesigning/Onlinesigning?checkSign=${this.checkSign}`,
|
url: `/pagesC/Onlinesigning/Onlinesigning?checkSign=${this.checkSign}`,
|
||||||
|
|
||||||
})
|
})
|
||||||
// this.$refs.uToast.show({
|
// this.$refs.uToast.show({
|
||||||
// title: '未签约,请先签约',
|
// title: '未签约,请先签约',
|
||||||
@ -353,8 +349,7 @@
|
|||||||
if (this.region == 1 || this.region == 2) {
|
if (this.region == 1 || this.region == 2) {
|
||||||
if (this.checkSign == "0") {
|
if (this.checkSign == "0") {
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url:`/pagesC/Onlinesigning/Onlinesigning?checkSign=${this.checkSign}`,
|
url: `/pagesC/Onlinesigning/Onlinesigning?checkSign=${this.checkSign}`,
|
||||||
|
|
||||||
})
|
})
|
||||||
// this.$refs.uToast.show({
|
// this.$refs.uToast.show({
|
||||||
// title: '未签约,请先签约',
|
// title: '未签约,请先签约',
|
||||||
@ -390,8 +385,7 @@
|
|||||||
if (this.region == 1 || this.region == 2) {
|
if (this.region == 1 || this.region == 2) {
|
||||||
if (this.checkSign == "0") {
|
if (this.checkSign == "0") {
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url:`/pagesC/Onlinesigning/Onlinesigning?checkSign=${this.checkSign}`,
|
url: `/pagesC/Onlinesigning/Onlinesigning?checkSign=${this.checkSign}`,
|
||||||
|
|
||||||
})
|
})
|
||||||
// this.$refs.uToast.show({
|
// this.$refs.uToast.show({
|
||||||
// title: '未签约,请先签约',
|
// title: '未签约,请先签约',
|
||||||
@ -422,4 +416,4 @@
|
|||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
@import "./homepage.scss";
|
@import "./homepage.scss";
|
||||||
</style>
|
</style>
|
||||||
@ -419,8 +419,7 @@
|
|||||||
if (this.region == 1 || this.region == 2) {
|
if (this.region == 1 || this.region == 2) {
|
||||||
if (this.checkSign == "0") {
|
if (this.checkSign == "0") {
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url:`/pagesC/Onlinesigning/Onlinesigning?checkSign=${this.checkSign}`,
|
url: `/pagesC/Onlinesigning/Onlinesigning?checkSign=${this.checkSign}`,
|
||||||
|
|
||||||
})
|
})
|
||||||
// this.$refs.uToast.show({
|
// this.$refs.uToast.show({
|
||||||
// title: '未签约,请先签约',
|
// title: '未签约,请先签约',
|
||||||
@ -591,4 +590,4 @@
|
|||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
@import './myinformation.scss'
|
@import './myinformation.scss'
|
||||||
</style>
|
</style>
|
||||||
@ -71,16 +71,16 @@
|
|||||||
HospitalPersonlist: null,
|
HospitalPersonlist: null,
|
||||||
HospitalPersontotal: 0,
|
HospitalPersontotal: 0,
|
||||||
hospitalDepartmentList: null,
|
hospitalDepartmentList: null,
|
||||||
cardNo:'',
|
cardNo: '',
|
||||||
checkSign:'',
|
checkSign: '',
|
||||||
infotitle:'',
|
infotitle: '',
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
onLoad() {
|
onLoad() {
|
||||||
this.region = Number(uni.getStorageSync('region'))
|
this.region = Number(uni.getStorageSync('region'))
|
||||||
this.baseurl = baseurl
|
this.baseurl = baseurl
|
||||||
this.selectDepartmentinfo();
|
this.selectDepartmentinfo();
|
||||||
this.cardNo=uni.getStorageSync('userinfo').cardNo
|
this.cardNo = uni.getStorageSync('userinfo').cardNo
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
info() {
|
info() {
|
||||||
@ -131,8 +131,7 @@
|
|||||||
this.infotitle = res.data.info
|
this.infotitle = res.data.info
|
||||||
if (this.checkSign == "0") {
|
if (this.checkSign == "0") {
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url:`/pagesC/Onlinesigning/Onlinesigning?checkSign=${this.checkSign}`,
|
url: `/pagesC/Onlinesigning/Onlinesigning?checkSign=${this.checkSign}`,
|
||||||
|
|
||||||
})
|
})
|
||||||
} else if (this.checkSign == "01") {
|
} else if (this.checkSign == "01") {
|
||||||
this.$refs.uToast.show({
|
this.$refs.uToast.show({
|
||||||
@ -140,9 +139,9 @@
|
|||||||
type: 'error',
|
type: 'error',
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: '/pagesB/imagetextConsultation/imagetextConsultation'
|
url: '/pagesB/imagetextConsultation/imagetextConsultation'
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
@ -313,4 +312,4 @@
|
|||||||
margin: 20rpx auto 0;
|
margin: 20rpx auto 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
Loading…
Reference in New Issue
Block a user