Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
C
center-register-show-h5
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
center-register-show-h5
Commits
62f04a12
提交
62f04a12
authored
4月 13, 2022
作者:
lihuihui
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update
上级
5465f800
显示空白字符变更
内嵌
并排
正在显示
8 个修改的文件
包含
29 行增加
和
15 行删除
+29
-15
base.css
src/assets/css/base.css
+2
-0
BatchImport.vue
src/modules/home/components/BatchImport.vue
+1
-1
ImgShow.vue
src/modules/home/components/ImgShow.vue
+8
-3
SignForm.vue
src/modules/home/components/SignForm.vue
+10
-5
MyOrder.vue
src/modules/home/views/MyOrder.vue
+4
-3
OrderConfirm.vue
src/modules/home/views/OrderConfirm.vue
+0
-1
PersonalCenter.vue
src/modules/home/views/PersonalCenter.vue
+3
-1
index.js
src/store/index.js
+1
-1
没有找到文件。
src/assets/css/base.css
浏览文件 @
62f04a12
...
...
@@ -2,6 +2,8 @@
margin
:
0
;
padding
:
0
;
}
html
{
}
body
{
background
:
#f7f7f7
;
}
src/modules/home/components/BatchImport.vue
浏览文件 @
62f04a12
...
...
@@ -189,7 +189,7 @@ export default {
margin-top
:
0
.15rem
;
}
.main_footer_bottom
{
margin
-top
:
-0
.18rem
;
margin
:
-0
.18rem
auto
;
cursor
:
pointer
;
width
:
6
.9rem
;
display
:
flex
;
...
...
src/modules/home/components/ImgShow.vue
浏览文件 @
62f04a12
...
...
@@ -46,12 +46,17 @@ export default {
.main
{
background
:
#f7f7f7
;
.main_content
{
padding
:
0
.21rem
0
.3rem
3
.13rem
0
.3rem
;
//
padding: 0.21rem 0.3rem 3.13rem 0.3rem;
.show_content
{
width
:
6
.9rem
;
//
width: 6.9rem;
margin
:
0
.84rem
auto
;
.show_content_img
{
width
:
6
.9rem
;
// width: 6.9rem;
::v-deep
{
p
{
font-size
:
.24rem
;
}
}
}
}
.main_content_footer
{
...
...
src/modules/home/components/SignForm.vue
浏览文件 @
62f04a12
...
...
@@ -296,15 +296,21 @@ export default {
background-color
:
#f7f7f7
;
.main_content
{
padding
:
0
.21rem
0
.3rem
4
.13rem
0
.3rem
;
//
padding: 0.21rem 0.3rem 4.13rem 0.3rem;
.main_content_banner
{
margin-top
:
0
.84rem
;
width
:
100%
;
::v-deep
{
p
{
font-size
:
.24rem
;
}
}
}
.main_content_form
{
width
:
6
.9rem
;
opacity
:
1
;
margin-top
:
0
.32rem
;
// margin-top: 0.32rem;
margin
:
0
.32rem
auto
;
}
.main_content_form_list
{
border-radius
:
20px
;
...
...
@@ -373,7 +379,7 @@ export default {
margin-top
:
0
.15rem
;
}
.main_footer_bottom
{
margin
-top
:
-0
.18rem
;
margin
:
-0
.18rem
auto
;
cursor
:
pointer
;
.main_content_btn
{
...
...
@@ -399,8 +405,7 @@ export default {
overflow
:
hidden
;
}
.main_content_banner
p
img
{
width
:
6
.9rem
;
height
:
100%
;
width
:
100%
;
border-radius
:
0
.1rem
;
}
}
...
...
src/modules/home/views/MyOrder.vue
浏览文件 @
62f04a12
...
...
@@ -6,7 +6,7 @@
<van-tabs
v-model=
"active"
animated
sticky
>
<van-tab
v-for=
"(it, index) in orderTab"
:key=
"index"
:title=
"it.title"
>
<div
v-if=
"getDataByType(it.type).length"
class=
"main_content_ticket"
>
<a
href=
"https://accounts.ezijing.com/h5/payment"
>
<a
href=
"https://accounts.ezijing.com/h5/payment"
style=
"margin-left: auto;"
>
<van-button
round
icon=
"https://webapp-pub.oss-cn-beijing.aliyuncs.com/highway/h5/ticket.png"
>
开发票
</van-button>
...
...
@@ -139,13 +139,14 @@ export default {
margin-top
:
0
.9rem
;
.main_content_ticket
{
padding-right
:
0
.3rem
;
float
:
right
;
// float: right;
display
:
flex
;
margin-bottom
:
0
.3rem
;
margin-top
:
0
.8rem
;
}
.main_content_orderList
{
.orderList
{
margin
:
0
.3rem
;
margin
:
0
.3rem
auto
;
padding
:
0
.3rem
0
.2rem
0
.3rem
0
.34rem
;
width
:
6
.9rem
;
height
:
3
.62rem
;
...
...
src/modules/home/views/OrderConfirm.vue
浏览文件 @
62f04a12
...
...
@@ -420,7 +420,6 @@ export default {
padding-bottom
:
0
.3rem
;
}
.pay-list
{
width
:
6
.9rem
;
background
:
rgba
(
255
,
255
,
255
);
border-radius
:
0
.18rem
;
padding-bottom
:
0
.38rem
;
...
...
src/modules/home/views/PersonalCenter.vue
浏览文件 @
62f04a12
...
...
@@ -54,7 +54,7 @@ export default {
align-items
:
center
;
padding
:
0
0
.25rem
0
0
.3rem
;
box-sizing
:
border-box
;
margin
-top
:
0
.21rem
;
margin
:
0
.21rem
auto
;
.main_content_order_text
{
font-size
:
0
.28rem
;
font-weight
:
400
;
...
...
@@ -73,6 +73,8 @@ export default {
line-height
:
0
.88rem
;
text-align
:
center
;
position
:
fixed
;
left
:
50%
;
transform
:
translateX
(
-50%
);
bottom
:
4
.37rem
;
cursor
:
pointer
;
}
...
...
src/store/index.js
浏览文件 @
62f04a12
...
...
@@ -45,6 +45,7 @@ const store = new Vuex.Store({
.
then
(
response
=>
{
if
(
response
.
code
===
0
)
{
window
.
localStorage
.
userInfo
=
JSON
.
stringify
(
response
.
data
)
store
.
dispatch
(
'getAllSetting'
)
commit
(
'setUser'
,
response
.
data
)
return
true
}
else
{
...
...
@@ -66,5 +67,4 @@ const store = new Vuex.Store({
}
}
})
store
.
dispatch
(
'getAllSetting'
)
export
default
store
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论