Compare commits

..

2 Commits

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

Loading…
Cancel
Save