|
@@ -18,7 +18,7 @@
|
|
</div>
|
|
</div>
|
|
<div :class="steps == 1 ? 'center_body' : 'center_body1'" >
|
|
<div :class="steps == 1 ? 'center_body' : 'center_body1'" >
|
|
<EventMessage v-if="steps == 1"></EventMessage>
|
|
<EventMessage v-if="steps == 1"></EventMessage>
|
|
- <MyAnli :userid="userid" :oid="oid" v-if="steps == 2"></MyAnli>
|
|
|
|
|
|
+ <MyAnli :userid="userid" :oid="oid" :type="tType" v-if="steps == 2"></MyAnli>
|
|
<!-- <ProjectJd v-if="steps == 3"></ProjectJd> -->
|
|
<!-- <ProjectJd v-if="steps == 3"></ProjectJd> -->
|
|
</div>
|
|
</div>
|
|
<div class="center_btn" v-if="steps == 1">
|
|
<div class="center_btn" v-if="steps == 1">
|
|
@@ -53,6 +53,7 @@ export default {
|
|
steps: this.$route.query.steps ? this.$route.query.steps : 1,
|
|
steps: this.$route.query.steps ? this.$route.query.steps : 1,
|
|
userid: this.$store.state.userInfo.userid,
|
|
userid: this.$store.state.userInfo.userid,
|
|
oid: this.$store.state.userInfo.school,
|
|
oid: this.$store.state.userInfo.school,
|
|
|
|
+ tType: this.$store.state.userInfo.type,
|
|
bannerList: [
|
|
bannerList: [
|
|
"https://ccrb.s3.cn-northwest-1.amazonaws.com.cn/%E5%BE%AE%E4%BF%A1%E5%9B%BE%E7%89%87_202212121018311670811529640.png",
|
|
"https://ccrb.s3.cn-northwest-1.amazonaws.com.cn/%E5%BE%AE%E4%BF%A1%E5%9B%BE%E7%89%87_202212121018311670811529640.png",
|
|
],
|
|
],
|