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

Loading…
Cancel
Save