+
+

@@ -34,101 +34,52 @@
- Offer 1
+ Offer1
详情
-
-
-
-
-
- 专业
-
-
- Curriculum study
-
-
-
-
-
-
-
- 总结
- 详情
-
-
- guelph教授很好一直在帮忙催offer,现在uvic也出了口头offer,可能要纠结一下...
-
- mcgill拒了算是意料之中吧
-
- ottawa没搞懂申请的thesis下来了course...
-
- calgary突然就来了offer,又陷入纠结了..
-
-
-
+
-
+
-
![]()
+
-
{{ info.author }}
-
{{ $formattedDate(info.dateline) }}
+
闫旭Mike
+
2022-7-6 14:56
楼主
-
-
-
{{ item.name }}
-
{{ offerinfo[item.key] }}
-
-
-
+
-
+
-
+
+
@@ -265,6 +217,11 @@ export default {
}
},
+ info: {
+ avatar: "https://oss.gter.net/avatar/97KwEWANd_4DHWiY6VbnSUFSCKroYWFjYQ~~/middle",
+ likenum: 1
+ },
+
islogin: true,
prepareLiskeState: false,
prepareLiskeAnimateState: false,
@@ -276,127 +233,15 @@ export default {
ispostOfferLike: null, // 点击点赞提交状态
offerLikesumTimer: 0, // offer点赞累加定时器
offerLikesumAnimateTimer: 0, // offer点赞动画定时器
- listlist: [],
-
- tid: 0, // 帖子id
- info: {},
- type: 0, // 定位帖 1 面经 2 租房帖 3 总结 5 捷报 6
- token: "",
- offerinfo: {}, // offer捷报详情
- offerinfoKey: [{
- key: "schoolname",
- name: "申请学校"
- }, {
- key: "degree",
- name: "学位"
- }, {
- key: "professional",
- name: "专业"
- }, {
- key: "project",
- name: "项目"
- }, {
- key: "apply_results",
- name: "申请结果"
- }, {
- key: "semester",
- name: "入学学期"
- }, {
- key: "noticedate",
- name: "通知时间"
- }, {
- key: "useperformanceStr",
- name: "使用成绩"
- }],
- shareurl: "", // 分享链接
- collegelist: [],// 总结里的 offer 列表数据
-
-
+ listlist: []
};
},
mounted() {
- this.tid = this.$route.query['tid']
- this.getDetail()
-
},
methods: {
-
- // 获取详细信息
- getDetail() {
- this.$http.post("/api/thread", {
- tid: this.tid
- }).then(res => {
- if (res.code != 200) return
-
- let data = res.data
- console.log("data", data);
- this.info = data.info
- this.type = data.type
- this.token = data.token
-
- if (this.type == 6) this.getOfferDetail()
- else if (this.type == 5) this.getsummaryDetails()
-
- })
- },
-
- // 获取offer详情
- getOfferDetail() {
- this.$http.post("/api/details", {
- token: this.token
- }, 'offer').then(res => {
- let data = res.data
- let offerinfo = data.offerinfo
- let useperformanceStr = ""
- offerinfo.useperformance && offerinfo.useperformance.forEach((el, index) => {
- useperformanceStr += el + (offerinfo.useperformance.length - 1 == index ? '' : '、')
- })
-
- offerinfo['useperformanceStr'] = useperformanceStr
- offerinfo['schoolname'] = offerinfo.school.name
-
- this.offerinfo = offerinfo
- this.shareurl = data.shareurl
- })
- },
-
- // 获取总结详情
- getsummaryDetails() {
- this.$http.get(`/api/forum/details`, {
- id: this.token
- }, 'offer').then(res => {
- let data = res.data
- // console.log("data", data);
- let collegelist = data.collegelist
- console.log(collegelist);
-
- // console.log("offercollege", offercollege);
-
- collegelist.forEach((el, index) => {
- let useperformanceStr = ""
- el.useperformance && el.useperformance.forEach((el, index) => {
- console.log(el);
- // useperformanceStr += el + (el.useperformance.length - 1 == index ? '' : '、')
- })
- el['useperformanceStr'] = useperformanceStr
-
- })
-
- // let useperformanceStr = ""
- // offerinfo.useperformance && offerinfo.useperformance.forEach((el, index) => {
- // useperformanceStr += el + (offerinfo.useperformance.length - 1 == index ? '' : '、')
- // })
-
- // offerinfo['useperformanceStr'] = useperformanceStr
- console.log(collegelist);
-
- this.collegelist = collegelist
- this.shareurl = data.shareurl
- })
- },
-
+ // 点击点赞
// 点击点赞
tapLike() {
@@ -771,7 +616,6 @@ export default {
.summary-content-item {
border-radius: .16rem;
border: .0133rem solid rgba(235, 235, 235, 1);
- margin-bottom: .32rem;
.summary-offer-head {
justify-content: space-between;
@@ -799,38 +643,6 @@ export default {
}
- .summary-offer-box {
- padding-top: .28rem;
- flex-direction: column;
- justify-items: center;
-
- .summary-offer-item {
- line-height: .6rem;
- padding: 0 .24rem;
- box-sizing: border-box;
- margin-bottom: .2rem;
-
- .summary-offer-key {
- width: 1.3rem;
- color: #7f7f7f;
- font-size: .32rem;
- margin-right: .74rem;
- }
-
- .summary-offer-value {
- font-size: .36rem;
- color: #333;
- }
- }
- }
-
- .summary-wenzi {
- color: #333;
- font-size: .32rem;
- line-height: .6rem;
- padding: .28rem .24rem;
- }
-
}
}
diff --git a/src/views/search/searchResult/SearchResult-冲突-肖荣豪_Win10.vue b/src/views/search/searchResult/SearchResult-冲突-肖荣豪_Win10.vue
new file mode 100755
index 0000000..7733e26
--- /dev/null
+++ b/src/views/search/searchResult/SearchResult-冲突-肖荣豪_Win10.vue
@@ -0,0 +1,332 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
![]()
+
{{ item.author }}
+
+
+
+
+
+
+
+

+
精华
+
+
+
+
+
+
+

+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/search/searchResult/SearchResult.vue b/src/views/search/searchResult/SearchResult.vue
index 7733e26..695b1af 100755
--- a/src/views/search/searchResult/SearchResult.vue
+++ b/src/views/search/searchResult/SearchResult.vue
@@ -4,61 +4,64 @@
-
+
-
-
+
+
-
+
+
+ 香港理工大学附近求租房,红磡何文田或黄埔附近最好
+
-
+
+
+
-
![]()
-
{{ item.author }}
+
+
匿名用户
-
{{ item.views }}
+
1552
-
{{ item.replies }}
+
12
-
+
精华
+
-
-

-
-
-
-
+
+
@@ -70,33 +73,13 @@ export default {
name: "SearchResult",
data() {
return {
- kw: "",
- count: 0,
- limit: 4,
- nextpage: true,
- page: 1,
- list: [],
- searchResultState: false,
- loading: null
+
}
},
components: {
},
- mounted() {
- this.kw = this.$route.query.kw
- this.getSearchResult()
- },
-
- watch: {
- searchResultState(val, oldval) {
- if (val) this.$startupUnderLoading(this)
- else this.$closeUnderLoading(this)
- }
- },
-
-
methods: {
// 处理点击取消的返回上一页
handCancel() {
@@ -104,39 +87,6 @@ export default {
if (this.$route.params.page > 1) this.$router.go(-1)
else this.$router.push('/recommend')
},
-
- // 获取搜索结果数据
- getSearchResult() {
- if (this.searchResultState) return
- this.searchResultState = true
- this.$http.post("/api/search", {
- keyword: this.kw,
- page: this.page,
- limit: this.limit
- }).then(res => {
- console.log(res, "res");
- let data = res.data
- this.list = data.data
- this.count = data.count
-
- document.documentElement.scrollTop = 0;
- document.body.scrollTop = 0;
- this.searchResultState = false
- })
- },
-
- // 点击改变页数
- currentChange() {
- this.getSearchResult()
- },
-
-
-
- // 点击清空 input 的值
- emptyKw() {
- this.kw = ""
- },
-
},
}
@@ -144,7 +94,6 @@ export default {
diff --git a/src/views/search/searchResult/SearchResult_DESKTOP-6MA514B_3月-31-231138-2023_Conflict.vue b/src/views/search/searchResult/SearchResult_DESKTOP-6MA514B_3月-31-231138-2023_Conflict.vue
new file mode 100755
index 0000000..03656f4
--- /dev/null
+++ b/src/views/search/searchResult/SearchResult_DESKTOP-6MA514B_3月-31-231138-2023_Conflict.vue
@@ -0,0 +1,267 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 香港理工大学附近求租房,红磡何文田或黄埔附近最好
+
+
+
+ 回复可见
+
+
+
+
+
+
+
+
+
+

+
精华
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/user/UserIndex-冲突-肖荣豪_Win10.vue b/src/views/user/UserIndex-冲突-肖荣豪_Win10.vue
new file mode 100755
index 0000000..a8153eb
--- /dev/null
+++ b/src/views/user/UserIndex-冲突-肖荣豪_Win10.vue
@@ -0,0 +1,309 @@
+
+
+
+
+
![]()
+
+
+
+
+
+
+
+
{{ count.prestige }}
+
声望
+
+
+
{{ count.gtercurrency }}
+
寄托币
+
+
+
{{ count.digest }}
+
精华
+
+
+
+
+
+
+

消息
+
+
+
{{ count.message }}
+
{{ user.messagenum }}
+
+
+
+
+
+
+

收藏
+
+
+
+
+
+

发帖
+
+
+
+
+
+

回帖
+
+
+
+
+
+
+
+
+

个人资料
+
+
+
+
+
+
+
+

设置头像
+
+
+
+
+
+
+
+

我的状态
+
+
+
+
+
+
+
+

修改密码
+
+
+
+
+
+
+
+

绑定邮箱
+
+
+
+
+
+
+
+

绑定手机
+
+
+
+
+
+
+
+

绑定第三方账号
+
+
+
+
+
+
+
+

浏览个人主页
+
+
+
+
+
+
+
+
+
+
退出登录
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/user/UserIndex.vue b/src/views/user/UserIndex.vue
index a8153eb..8684d87 100755
--- a/src/views/user/UserIndex.vue
+++ b/src/views/user/UserIndex.vue
@@ -2,24 +2,24 @@
-
![]()
+
-
+
-
{{ count.prestige }}
+
279
声望
-
{{ count.gtercurrency }}
-
寄托币
+
279
+
声望
-
{{ count.digest }}
-
精华
+
279
+
声望
@@ -29,8 +29,8 @@

消息
-
{{ count.message }}
-
{{ user.messagenum }}
+
{{ count.collect }}
+
{{ 1 }}
@@ -40,7 +40,7 @@

收藏
-
{{ count.fav }}
+
{{ count.creation }}
@@ -49,7 +49,7 @@

发帖
-
{{ count.post }}
+
{{ count.likearticle }}
@@ -58,7 +58,7 @@

回帖