Compare commits

...

2 Commits

@ -171,11 +171,11 @@ export default {
uni.$on("updateJobList", () => {
that.updateJobInfo();
});
if (uni.getStorageSync("SHOW_INVITE_ALL")) {
if (uni.getStorageSync("SHOW_INVITE_ALL") == 1 && uni.getStorageSync("SHOW_INVITE") == 1) {
that.getInviteList();
}
}
// if (uni.getStorageSync("SHOW_INVITE_ALL")) {
// if (uni.getStorageSync("SHOW_INVITE_ALL") == 1 && uni.getStorageSync("SHOW_INVITE") == 1) {
// that.getInviteList();
// }
// }
console.log('uni.getStorageSync("apply-supplierAccount")', uni.getStorageSync("apply-supplierAccount"));
that.updateJobInfo();
}
@ -779,7 +779,7 @@ export default {
let that = this;
that.attentionConfig.num++;
this.getInviteList();
// this.getInviteList();
},
/**

Loading…
Cancel
Save