|
@@ -6,7 +6,7 @@
|
|
|
<div class="anliImg">
|
|
|
<img
|
|
|
:src="
|
|
|
- anliBox[0] && anliBox[0].info && anliBox[0].info.cover
|
|
|
+ anliBox[0] && anliBox[0].info && anliBox[0].info.cover.length
|
|
|
? anliBox[0].info.cover[0].url
|
|
|
: noBanner
|
|
|
"
|
|
@@ -1425,8 +1425,8 @@ export default {
|
|
|
full: false,
|
|
|
briefNav: "",
|
|
|
pptImgUrl: "",
|
|
|
- userid: this.$route.query.userid,
|
|
|
- oid: this.$route.query.oid,
|
|
|
+ userid: this.$store.state.userInfo.userid,
|
|
|
+ oid: this.$store.state.userInfo.school,
|
|
|
aid: this.$route.query.aid,
|
|
|
anliBox: [],
|
|
|
imgAnliBox: [],
|