Compare commits

..

No commits in common. '960836f40274b4dd183f1dbfa7358c66a19b69b1' and 'da869cb6cdc0a179d7ce93e30fda68ed2860d798' have entirely different histories.

@ -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