Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
E
exhibition_page
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
龙菲
exhibition_page
Commits
53b3fc40
提交
53b3fc40
authored
8月 10, 2022
作者:
龙菲
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
修复个人中心图片显示问题
上级
131d1c30
隐藏空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
5 行增加
和
4 行删除
+5
-4
user.js
src/api/user.js
+1
-0
index.vue
src/views/culturalRelic/index.vue
+1
-1
Collection.vue
src/views/personal/components/Collection.vue
+1
-1
Footprint.vue
src/views/personal/components/Footprint.vue
+1
-1
Like.vue
src/views/personal/components/Like.vue
+1
-1
没有找到文件。
src/api/user.js
浏览文件 @
53b3fc40
...
@@ -32,6 +32,7 @@ export function logout() {
...
@@ -32,6 +32,7 @@ export function logout() {
method
:
'get'
method
:
'get'
})
})
}
}
// 收藏、取消收藏
// 收藏、取消收藏
export
function
toggleCollect
(
data
)
{
export
function
toggleCollect
(
data
)
{
return
request
({
return
request
({
...
...
src/views/culturalRelic/index.vue
浏览文件 @
53b3fc40
...
@@ -99,7 +99,7 @@
...
@@ -99,7 +99,7 @@
/>
/>
</div>
</div>
<div
class=
"showIcon"
v-if=
"item && item.url3d"
>
<div
class=
"showIcon"
v-if=
"item && item.url3d"
>
<img
src=
"@/assets/imgs/cr/3
d
.png"
class=
"icon"
/>
<img
src=
"@/assets/imgs/cr/3
D
.png"
class=
"icon"
/>
<div
class=
"text"
@
click
.
stop=
"handleTo3D(item.url3d)"
>
<div
class=
"text"
@
click
.
stop=
"handleTo3D(item.url3d)"
>
点击查看3D链接
点击查看3D链接
</div>
</div>
...
...
src/views/personal/components/Collection.vue
浏览文件 @
53b3fc40
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
>
>
<el-row
:gutter=
"20"
v-if=
"list.records.length > 0"
>
<el-row
:gutter=
"20"
v-if=
"list.records.length > 0"
>
<el-col
:span=
"8"
v-for=
"(item, index) in list.records"
:key=
"index"
>
<el-col
:span=
"8"
v-for=
"(item, index) in list.records"
:key=
"index"
>
<Card
:title=
"item.title"
:url=
"item.faceImagePressUrl"
<Card
:title=
"item.title"
:url=
"item.faceImagePressUrl
|| item.faceImageUrl
"
/></el-col>
/></el-col>
</el-row>
</el-row>
<div
v-else
>
<div
v-else
>
...
...
src/views/personal/components/Footprint.vue
浏览文件 @
53b3fc40
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
>
>
<el-row
:gutter=
"20"
>
<el-row
:gutter=
"20"
>
<el-col
:span=
"8"
v-for=
"(item, index) in list.records"
:key=
"index"
>
<el-col
:span=
"8"
v-for=
"(item, index) in list.records"
:key=
"index"
>
<Card
:title=
"item.title"
:url=
"item.faceImageUrl"
<Card
:title=
"item.title"
:url=
"item.faceImage
PressUrl || item.faceImage
Url"
/></el-col>
/></el-col>
</el-row>
</el-row>
</el-tab-pane>
</el-tab-pane>
...
...
src/views/personal/components/Like.vue
浏览文件 @
53b3fc40
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
:key=
"index"
:key=
"index"
@
click
.
native=
"handleClick(item)"
@
click
.
native=
"handleClick(item)"
>
>
<Card
:title=
"item.title"
:url=
"item.faceImageUrl"
<Card
:title=
"item.title"
:url=
"item.faceImage
PressUrl || item.faceImage
Url"
/></el-col>
/></el-col>
</el-row>
</el-row>
</el-tab-pane>
</el-tab-pane>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论