flat: 暂存1

This commit is contained in:
Apcallover
2024-07-17 11:06:43 +08:00
parent 7d1904fa2c
commit 85aaeacd2b
57 changed files with 7565 additions and 170 deletions

View File

@@ -265,6 +265,9 @@
getSwiperList,
getPolicyContent
} from '@/api/newIndex.js'
import {
myResume,
} from '@/api/resume.js';
import {
dateFormat
} from "../../untils/format.js";
@@ -288,7 +291,17 @@
swiperType: 1,
};
},
onLoad: function(options) {},
onLoad: function(options) {
myResume().then(res => {
const data = res.data.data
if (!(data.education && data.telephone && data.wage && data.workplace)) {
this.goures()
this.$api.sleep(1000).then(() => {
this.$api.msg('请输入基本信息')
})
}
})
},
onShow: function() {
if (!this.$store.state.user.token) {
uni.reLaunch({