Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
为 GitLab 提交贡献
登录
切换导航
S
shop-new
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
王天霸
shop-new
Commits
86a3a323
提交
86a3a323
authored
10月 12, 2021
作者:
huaxinzhu
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
1
上级
b5fe8913
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
13 行增加
和
41 行删除
+13
-41
newyuncang.vue
src/views/entry/newyuncang.vue
+13
-41
没有找到文件。
src/views/entry/newyuncang.vue
浏览文件 @
86a3a323
...
...
@@ -27,11 +27,7 @@
</div>
</header>
<section
class=
"banner"
>
<!--
<el-carousel
height=
"561px"
:autoplay=
"false"
arrow=
"never"
>
-->
<!--
<el-carousel-item
v-for=
"item in 4"
:key=
"item"
>
-->
<!--
<img
style=
"width:100%;"
src=
"../../assets/image/website/banner.png"
alt=
""
>
-->
<!--
</el-carousel-item>
-->
<!--
</el-carousel>
-->
<swiper
:options=
"swiperOption"
v-if=
"bannerList && bannerList.length > 0"
>
<swiper-slide
v-for=
"(item,index) in bannerList"
:key=
"index"
>
<a
:href=
" '//' + item.redirect_url"
target=
"_blank"
><img
style=
"width: 100%;height: 562px;"
:src=
"item.image_url"
...
...
@@ -39,7 +35,6 @@
</swiper-slide>
</swiper>
</section>
<!-- 主体 -->
<section
style=
"margin-bottom: 100px;"
>
<div
class=
"advantage"
:class=
"
{ 'mgB100': isAdHover }">
...
...
@@ -65,25 +60,9 @@
</div>
</div>
<!--
<div
class=
"pre-advantage"
@
mouseover=
"adHover(1)"
@
mouseleave=
"adLeave(1)"
:class=
"
{ 'noBorder': indexAddom === 1 }" style="z-index: 4">-->
<!--
<dl
class=
"dl-con"
:class=
"
{ 'noDlCon': indexAddom === 1 }">-->
<!--
<dt
class=
"dl-con-ad1"
></dt>
-->
<!--
<dd>
技术优势
</dd>
-->
<!--
</dl>
-->
<!--
<div
class=
"pre-advantage-details"
:class=
"
{ 'up-ad-details': indexAddom === 1 }">-->
<!--
<p
class=
"ad-details-title"
>
-->
<!-- 技术优势-->
<!--
</p
>
-->
<!--
<p
class=
"ad-details"
>
-->
<!-- 数字化、智能化云仓系统支持商品一键导入,快速编辑上架;订单批量发货、流程简洁,实时同步物流状态; 结算流水实时同步,资金链及时回笼-->
<!--
</p>
-->
<!--
</div>
-->
<!--
</div>
-->
</div>
</div>
</section>
<!-- 入驻流程 -->
<section
style=
"padding-bottom: 90px;background-color: #f9f9fa;"
>
<p
class=
"process-title"
>
入驻流程和材料
</p>
...
...
@@ -377,20 +356,6 @@
if
(
res
.
code
==
1
)
{
if
(
res
.
data
.
universal_lst
&&
res
.
data
.
universal_lst
!=
'null'
)
{
this
.
settitle
=
res
.
data
.
universal_lst
}
else
{
// this.settitle = {
// bottomCopyright: "Copyright © 2015 - 2021 北京胜天半子科技有限公司 All Rights Reserved.",
// businessHours: 1,
// companyAddress: "北京市丰台区诺德中心一期四号楼21层",
// contactTel: "4000-188-199",
// custServiceQrcode: "http://excel.jxhh.com/public/upload/1629540531.png",
// hotlineTel1: "010-5335 9558",
// hotlineTel2: "400-188-199",
// onlineTimeEnd: "18:00",
// onlineTimeStart: "09:00",
// recordNum: "京ICP备19033223号-1",
// topLogo: "http://excel.jxhh.com/public/upload/1629540557.png",
// }
}
}
})
...
...
@@ -475,7 +440,6 @@
// 去登录
toLogin
()
{
window
.
location
.
href
=
'http://sso.jxhh.com/login?redirect=http://'
+
window
.
location
.
host
+
'/platformlogin'
//http://sso.jxhh.com/logout?redirect=http://' + ssa + '/login
}
}
// methods end
...
...
@@ -492,10 +456,18 @@
list-style
:
none
;
}
.yc-content
{
width
:
100%
;
height
:
100%
;
min-width
:
960px
;
@media
screen
and
(
max-width
:
480px
)
{
.yc-content
{
display
:
none
;
}
}
@media
screen
and
(
min-width
:
480px
)
{
.yc-content
{
width
:
100%
;
height
:
100%
;
min-width
:
960px
;
}
}
/* 公用 */
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论