Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
为 GitLab 提交贡献
登录
切换导航
S
shop-new
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
王天霸
shop-new
Commits
05934abe
提交
05934abe
authored
10月 25, 2021
作者:
huaxinzhu
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
bug修复
上级
6df3539b
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
29 行增加
和
20 行删除
+29
-20
newyuncang.vue
src/views/entry/newyuncang.vue
+17
-16
index.vue
src/views/system/asset/settlementbill/index.vue
+12
-4
没有找到文件。
src/views/entry/newyuncang.vue
浏览文件 @
05934abe
<
template
>
<div
class=
"content"
>
<div
class=
"yc-content pc-
hide
"
ref=
"searchBar"
>
<div
class=
"yc-content pc-
content
"
ref=
"searchBar"
>
<!-- 头部 -->
<header
:class=
"
{ 'head-scroll': isScroll }">
<header
:class=
"
{ 'head-scroll': isScroll }"
calss="pc-content"
>
<div
class=
"header-con"
>
<ul
class=
"nav"
>
<li
v-if=
"settitle && settitle.topLogo"
>
...
...
@@ -27,7 +27,7 @@
</div>
</div>
</header>
<section
class=
"banner"
>
<section
class=
"banner
pc-content
"
>
<swiper
:options=
"swiperOption"
v-if=
"bannerList && bannerList.length > 0"
>
<swiper-slide
v-for=
"(item,index) in bannerList"
:key=
"index"
>
<a
:href=
"aLinkRes(item.redirect_url) "
:target=
"returnBlank(item.redirect_url)"
>
...
...
@@ -37,7 +37,7 @@
</swiper>
</section>
<!-- 主体 -->
<section
style=
"margin-bottom: 100px;"
>
<section
style=
"margin-bottom: 100px;"
class=
"pc-content"
>
<div
class=
"advantage"
:class=
"
{ 'mgB100': isAdHover }">
<p
class=
"advantage-title"
>
核心优势
</p>
<div
class=
"advantage-con"
:class=
"
{ 'mgT20' : isAdHover }">
...
...
@@ -65,7 +65,7 @@
</div>
</section>
<!-- 入驻流程 -->
<section
style=
"padding-bottom: 90px;background-color: #f9f9fa;"
>
<section
style=
"padding-bottom: 90px;background-color: #f9f9fa;"
class=
"pc-content"
>
<p
class=
"process-title"
>
入驻流程和材料
</p>
<div
class=
"process-con"
>
<div
class=
"process-steps"
>
...
...
@@ -135,7 +135,7 @@
</div>
</section>
<!-- 入驻品牌 -->
<section
class=
"brand"
>
<section
class=
"brand
pc-content
"
>
<p
class=
"brands-title"
>
这些品牌都已入驻
</p>
<p
class=
"brands-tip"
>
我们已与各行业领域的优秀品牌达成合作
</p>
<div>
...
...
@@ -179,7 +179,7 @@
</div>
</section>
<!-- 底部 -->
<footer>
<footer
class=
"pc-content"
>
<div
class=
"contact"
>
<p>
如果你想要更多的
<span>
了解
</span>
,请联系我们
</p>
<p>
{{
settitle
.
contactTel
}}
</p>
...
...
@@ -239,7 +239,7 @@
</ul>
</el-drawer>
<!-- banner -->
<swiper
class=
"mb-banner-con"
:options=
"swiperOption"
v-if=
"bannerList && bannerList.length > 0"
>
<swiper
class=
"mb-banner-con
mobile-content
"
:options=
"swiperOption"
v-if=
"bannerList && bannerList.length > 0"
>
<swiper-slide
v-for=
"(item,index) in bannerList"
:key=
"index"
>
<a
:href=
"aLinkRes(item.redirect_url) "
:target=
"returnBlank(item.redirect_url)"
>
<img
:src=
"item.image_url"
alt=
""
>
...
...
@@ -248,7 +248,7 @@
</swiper>
<!-- 核心优势 -->
<div
class=
"mb-advantage-con"
>
<div
class=
"mb-advantage-con
mobile-content
"
>
<p
class=
"mb-ad-title"
>
核心优势
</p>
<swiper
class=
"mb-advantage-con-swiper"
:options=
"swiperADOption"
v-if=
"cloud_advantage_lst && cloud_advantage_lst.length > 0"
>
...
...
@@ -265,7 +265,7 @@
</div>
<!-- 入驻流程 -->
<div
class=
"mb-process-con"
>
<div
class=
"mb-process-con
mobile-content
"
>
<p
class=
"mb-process-con-title"
>
入驻流程和材料
</p>
<div
class=
"mb-process"
>
<div
class=
"mb-pre-process-con"
>
...
...
@@ -325,7 +325,7 @@
</div>
<!-- 品牌入驻 -->
<div
class=
"mb-brand-con"
>
<div
class=
"mb-brand-con
mobile-content
"
>
<p
class=
"mb-brand-title"
>
这些品牌都已入驻
</p>
<div
class=
"mb-brand-con-bg"
>
<p
class=
"mb-brand-type"
>
...
...
@@ -360,7 +360,7 @@
</div>
<!-- 底部 -->
<div
class=
"mb-footer"
>
<div
class=
"mb-footer
mobile-content
"
>
<div
class=
"mb-about-list"
>
<ul>
<li
v-for=
"(footerItem,index) in footerMbList"
:key=
"index"
@
click=
"goToUser(footerItem.id)"
>
{{
...
...
@@ -826,7 +826,7 @@
<
style
lang=
"scss"
type=
"text/stylus"
scoped
>
/* 手机竖屏时,可视区域的最大宽度为 480 */
//@media screen and (max-width: 480px) and (orientation: portrait) {
// .pc-
hide
{
// .pc-
content
{
// display: none!important;
// }
// .mobile-show {
...
...
@@ -837,7 +837,7 @@
/* 手机横屏和pc最小宽度为 812px */
/* 手机横屏 812px 为iphoneX 横屏的设备独立像素*/
//@media screen and (max-width: 961px) and (orientation: landscape) {
// .pc-
hide
{
// .pc-
content
{
// display: none !important;
// }
//
...
...
@@ -878,7 +878,7 @@
}
@media
screen
and
(
max-width
:
961px
)
{
.pc-
hide
{
.pc-
content
{
display
:
none
!
important
;
}
...
...
@@ -888,7 +888,7 @@
}
@media
screen
and
(
min-width
:
960px
)
{
.pc-
hide
{
.pc-
content
{
display
:
block
!
important
;
}
...
...
@@ -1234,6 +1234,7 @@
}
.optional
>
ul
>
li
{
font-size
:
16px
;
margin
:
15px
0
;
text-indent
:
20px
;
background
:
url("../../assets/image/website/arrow.png")
no-repeat
0
center
;
...
...
src/views/system/asset/settlementbill/index.vue
浏览文件 @
05934abe
...
...
@@ -21,7 +21,7 @@
</el-form-item>
<el-form-item>
<el-button
type=
"primary"
icon=
"el-icon-search"
@
click=
"
getList
"
>
搜索
</el-button>
<el-button
type=
"primary"
icon=
"el-icon-search"
@
click=
"
search
"
>
搜索
</el-button>
<el-button
icon=
"el-icon-refresh"
@
click=
"resetQuery"
>
重置
</el-button>
</el-form-item>
...
...
@@ -141,7 +141,8 @@
// 查询参数
queryParams
:
{
// 查询参数
cashTime
:
[],
order_sn
:
''
order_sn
:
''
,
change_type
:
1
},
total
:
0
,
currentPage
:
1
,
...
...
@@ -159,7 +160,7 @@
},
// data end
created
()
{
/** 查询 提现记录 列表 */
this
.
getList
();
this
.
search
();
this
.
$nextTick
(()
=>
{
this
.
fullHeight
=
document
.
getElementsByClassName
(
'box-card'
)[
0
].
clientHeight
})
...
...
@@ -171,11 +172,17 @@
}
},
methods
:
{
/** 有搜索条件是,初始化到第一页 */
search
()
{
this
.
currentPage
=
1
;
this
.
getList
();
},
/** 查询 提现记录 列表 */
getList
()
{
let
params
=
{
page
:
this
.
currentPage
,
limit
:
this
.
pageSize
,
change_type
:
1
,
}
if
(
this
.
queryParams
.
order_sn
!=
''
)
{
...
...
@@ -231,7 +238,8 @@
resetQuery
()
{
this
.
queryParams
=
{
cashTime
:
[],
order_sn
:
''
order_sn
:
''
,
change_type
:
1
}
this
.
currentPage
=
1
this
.
pageSize
=
20
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论