Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eduline
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
冷斌
eduline
Commits
f1a34e9d
Commit
f1a34e9d
authored
May 20, 2020
by
陈超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
A
parent
0786235d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
43 additions
and
13 deletions
+43
-13
apps/basic/Tpl/default/Single/info_w3g.html
+42
-12
apps/home/Tpl/default/User/index_w3g.html
+1
-1
No files found.
apps/basic/Tpl/default/Single/info_w3g.html
View file @
f1a34e9d
<include
file=
"__THEME__/_header_w3g"
/>
<style>
.content
,
.cf2
{
background-color
:
#f0f0f2
!important
;
padding
:
10px
0
;
}
.wrap
{
min-height
:
400px
;
background
:
#fff
;
padding
:
20px
;
margin-bottom
:
20px
;
-webkit-border-radius
:
4px
;
-moz-border-radius
:
4px
;
border-radius
:
4px
;
border
:
1px
solid
#e4ecf3
;}
.jgpage_right_tit
{
padding-bottom
:
20px
;
margin
:
0
0
20px
0
;
border-bottom
:
1px
solid
#f5f5f5
;}
.jgpage_right_tit
{
color
:
#333
;
font-size
:
18px
;}
.jgpage_right_con
{
overflow
:
hidden
;
line-height
:
36px
;}
body
{
padding
:
0
!important
;
}
</style>
<div
class=
"content cf2"
>
<div
class=
"wrap"
>
<div
class=
"jgpage_right_tit mb30"
>
{$data.title}
</div>
<div
class=
"jgpage_right_con"
>
{$data.text}
</div>
</div>
<div
id=
"app"
>
<div
class=
"layout_v"
>
<van-cell
@
click=
"onChangePwd"
title=
"修改密码"
is-link
></van-cell>
<van-cell
@
click=
"onFeedback"
title=
"意见反馈"
is-link
></van-cell>
<van-cell
@
click=
"onAboutUs"
title=
"关于我们"
is-link
></van-cell>
<van-cell
@
click=
"onQuit"
title=
"退出账号"
is-link
></van-cell>
</div>
</div>
<script
type=
"text/javascript"
>
new
Vue
({
el
:
"#app"
,
data
:
function
()
{
return
{
}
},
mounted
:
function
(){
document
.
title
=
"设置"
},
methods
:
{
onChangePwd
:
function
()
{
},
onFeedback
:
function
()
{
},
onAboutUs
:
function
()
{
},
onQuit
:
function
()
{
}
}
})
</script>
<include
file=
"__THEME__/public_footer_w3g"
/>
apps/home/Tpl/default/User/index_w3g.html
View file @
f1a34e9d
...
...
@@ -75,7 +75,7 @@
<van-icon
name=
"__THEME__/img/promotion.png"
size=
"24"
></van-icon>
</template>
</van-cell>
<van-cell
class=
"center_bottom_cell"
title-class=
"text_14_400 color_333333 center_bottom_cell_text"
title=
"设置"
is-link
>
<van-cell
@
click=
"onCellTap('{:U('basic/Single/info')}')"
class=
"center_bottom_cell"
title-class=
"text_14_400 color_333333 center_bottom_cell_text"
title=
"设置"
is-link
>
<template
#
icon
>
<van-icon
name=
"__THEME__/img/setting.png"
size=
"24"
></van-icon>
</template>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment