app
wangxia 5 months ago
parent f55a459b5a
commit 4c81a2e5de

@ -703,13 +703,8 @@ export default {
this.IS_CREATOR = uni.getStorageSync("IS_CREATOR") == 1 ? true : false;
console.log("this.IS_CREATOR", this.IS_CREATOR);
this.corpUserFlag = uni.getStorageSync("apply-userinfo").corpUserFlag;
if(uni.getStorageSync("apply-token")){
this.getIgnore();
uni.getSystemInfo({
success: function (res) {
console.log(res);
that.wxPlat = res.hostName;
},
});
this.getDetail().then((res) => {
console.log("res", res);
let objMiddle = res.cozeStructureRes ? JSON.parse(res.cozeStructureRes) : {};
@ -746,6 +741,14 @@ export default {
});
this.toKnowInfo(res.agencyId);
});
}
uni.getSystemInfo({
success: function (res) {
console.log(res);
that.wxPlat = res.hostName;
},
});
},
methods: {

Loading…
Cancel
Save