修改
This commit is contained in:
parent
0a14553558
commit
ec21a0127c
@ -114,7 +114,7 @@
|
|||||||
this.userinfo = uni.getStorageSync('userinfo')
|
this.userinfo = uni.getStorageSync('userinfo')
|
||||||
this.address = uni.getStorageSync('location')
|
this.address = uni.getStorageSync('location')
|
||||||
this.openid = uni.getStorageSync('openid');
|
this.openid = uni.getStorageSync('openid');
|
||||||
this.region = uni.getStorageSync('region')
|
this.region = Number(uni.getStorageSync('region'))
|
||||||
if (this.userinfo && this.region != 3) {
|
if (this.userinfo && this.region != 3) {
|
||||||
checkSignApply(this.userinfo.cardNo).then(res => {
|
checkSignApply(this.userinfo.cardNo).then(res => {
|
||||||
if (res.data) {
|
if (res.data) {
|
||||||
|
|||||||
@ -236,7 +236,7 @@
|
|||||||
onShow() {
|
onShow() {
|
||||||
// this.bjimg = baseurl + '/profile/appletPicture/inviteFriendsOne.png'
|
// this.bjimg = baseurl + '/profile/appletPicture/inviteFriendsOne.png'
|
||||||
this.appPersonallist = uni.getStorageSync('userinfo')
|
this.appPersonallist = uni.getStorageSync('userinfo')
|
||||||
this.region = uni.getStorageSync('region')
|
this.region = Number(uni.getStorageSync('region'))
|
||||||
this.baseurl = baseurl
|
this.baseurl = baseurl
|
||||||
this.myInfo()
|
this.myInfo()
|
||||||
this.getpersnoal()
|
this.getpersnoal()
|
||||||
|
|||||||
@ -71,7 +71,7 @@
|
|||||||
};
|
};
|
||||||
},
|
},
|
||||||
onLoad() {
|
onLoad() {
|
||||||
this.region = uni.getStorageSync('region')
|
this.region = Number(uni.getStorageSync('region'))
|
||||||
this.baseurl = baseurl
|
this.baseurl = baseurl
|
||||||
this.selectDepartmentinfo();
|
this.selectDepartmentinfo();
|
||||||
},
|
},
|
||||||
|
|||||||
@ -36,7 +36,7 @@
|
|||||||
},
|
},
|
||||||
onLoad() {
|
onLoad() {
|
||||||
this.baseurl = baseurl
|
this.baseurl = baseurl
|
||||||
this.region = uni.getStorageSync('region')
|
this.region = Number(uni.getStorageSync('region'))
|
||||||
if (this.region == 1) {
|
if (this.region == 1) {
|
||||||
dzrecord(uni.getStorageSync('userinfo').cardNo).then(res => {
|
dzrecord(uni.getStorageSync('userinfo').cardNo).then(res => {
|
||||||
res.data.forEach(e => {
|
res.data.forEach(e => {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user