Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
E
exhibition_page
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
龙菲
exhibition_page
Commits
b17a76fe
提交
b17a76fe
authored
9月 28, 2022
作者:
龙菲
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
修改搜索框为点击按钮后再搜索
上级
6a8b8d49
全部展开
隐藏空白字符变更
内嵌
并排
正在显示
7 个修改的文件
包含
45 行增加
和
53 行删除
+45
-53
Detail-old.vue
src/views/culturalRelic/Detail-old.vue
+0
-0
Detail.vue
src/views/culturalRelic/Detail.vue
+13
-16
index.vue
src/views/culturalRelic/index.vue
+3
-3
BlueStyle.vue
src/views/display/components/BlueStyle.vue
+10
-15
index.vue
src/views/display/index.vue
+9
-9
index.vue
src/views/museum/index.vue
+5
-5
index.vue
src/views/virtual/index.vue
+5
-5
没有找到文件。
src/views/culturalRelic/Detail-old.vue
deleted
100644 → 0
浏览文件 @
6a8b8d49
差异被折叠。
点击展开。
src/views/culturalRelic/Detail.vue
浏览文件 @
b17a76fe
<
template
>
<div
class=
"content"
>
<!-- 展览图片 -->
<div
class=
"
content-item
display-detail_imgs
animate__animated animate__fadeInDownBig
"
ref=
"imgs"
v-if=
"CRDetail.faceImageUrl || CRDetail.imagesVo.length > 0"
>
<!-- 文物图片 -->
<div
class=
"content-item display-detail_imgs"
ref=
"imgs"
>
<img
class=
"animate__animated animate__fadeInDownBig"
v-if=
"CRDetail.imagesVo && CRDetail.imagesVo.length > 0"
id=
"faceImage"
:src=
"
$getFullUrl(
CRDetail.faceImagePressUrl || CRDetail.imagesVo[0].pressUrl
)
"
:src=
"$getFullUrl(CRDetail.imagesVo[0].pressUrl)"
/>
<img
id=
"faceImage"
v-else-if=
"CRDetail.faceImagePressUrl"
class=
"animate__animated animate__fadeInDownBig"
:src=
"CRDetail.faceImagePressUrl"
/>
</div>
<div
class=
"wrapper wow animate__animated animate__fadeInUpBig"
>
<div
class=
"inner"
>
<!-- 展览基本信息 -->
...
...
@@ -640,6 +636,7 @@ $blue: #2069c4;
background-color
:
#fff
;
.info-container-left
{
min-height
:
200px
;
max-height
:
400px
;
margin-right
:
50px
;
flex
:
1
;
overflow
:
hidden
;
...
...
src/views/culturalRelic/index.vue
浏览文件 @
b17a76fe
...
...
@@ -238,9 +238,9 @@ export default {
this
.
onlyShow3d
=
value
;
this
.
search
();
},
keyword
(
value
)
{
debounce
(
this
.
handleKeyWordChange
(
value
),
1000
);
//500ms
},
//
keyword(value) {
//
debounce(this.handleKeyWordChange(value), 1000); //500ms
//
},
},
methods
:
{
search
()
{
...
...
src/views/display/components/BlueStyle.vue
浏览文件 @
b17a76fe
<
template
>
<div
class=
"content"
>
<!-- 展览图片 -->
<div
class=
"
content-item
display-detail_imgs
animate__animated animate__fadeInDownBig
"
ref=
"imgs"
v-if=
"displayDetail.imagesVo && displayDetail.imagesVo.length > 0"
>
<div
class=
"content-item display-detail_imgs"
ref=
"imgs"
>
<img
class=
"animate__animated animate__fadeInDownBig"
v-if=
"displayDetail.imagesVo && displayDetail.imagesVo.length > 0"
id=
"faceImage"
:src=
"
$getFullUrl(
displayDetail.faceImagePressUrl ||
displayDetail.imagesVo[0].pressUrl
)
"
:src=
"$getFullUrl(displayDetail.imagesVo[0].pressUrl)"
/>
<img
id=
"faceImage"
v-else-if=
"displayDetail.faceImagePressUrl"
class=
"animate__animated animate__fadeInDownBig"
:src=
"displayDetail.faceImagePressUrl"
/>
</div>
<div
class=
"wrapper wow animate__animated animate__fadeInUpBig"
>
...
...
src/views/display/index.vue
浏览文件 @
b17a76fe
...
...
@@ -206,11 +206,11 @@ export default {
this
.
loadData
();
this
.
loadRegionTree
();
},
watch
:
{
keyword
(
value
)
{
debounce
(
this
.
handleKeyWordChange
(
value
),
1000
);
//500ms
},
},
//
watch: {
//
keyword(value) {
//
debounce(this.handleKeyWordChange(value), 1000); //500ms
//
},
//
},
methods
:
{
search
()
{
this
.
loadData
();
...
...
@@ -256,10 +256,10 @@ export default {
this
.
type
=
value
;
this
.
loadData
();
},
handleKeyWordChange
(
value
)
{
this
.
keyword
=
value
;
this
.
loadData
();
},
//
handleKeyWordChange(value) {
//
this.keyword = value;
//
this.loadData();
//
},
handleRegionChange
(
value
)
{
this
.
regionCode
=
value
;
...
...
src/views/museum/index.vue
浏览文件 @
b17a76fe
...
...
@@ -169,11 +169,11 @@ export default {
this
.
loadData
();
this
.
loadRegionTree
();
},
watch
:
{
keyword
(
value
)
{
debounce
(
this
.
handleKeyWordChange
(
value
),
1000
);
//500ms
},
},
//
watch: {
//
keyword(value) {
//
debounce(this.handleKeyWordChange(value), 1000); //500ms
//
},
//
},
methods
:
{
search
()
{
this
.
loadData
();
...
...
src/views/virtual/index.vue
浏览文件 @
b17a76fe
...
...
@@ -175,11 +175,11 @@ export default {
this
.
loadData
();
this
.
loadRegionTree
();
},
watch
:
{
keyword
(
value
)
{
debounce
(
this
.
handleKeyWordChange
(
value
),
1000
);
//500ms
},
},
//
watch: {
//
keyword(value) {
//
debounce(this.handleKeyWordChange(value), 1000); //500ms
//
},
//
},
methods
:
{
search
()
{
this
.
loadData
();
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论