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