Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
肖康
/
H5_2.0
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
aac0d1b8
authored
May 20, 2023
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
css
parent
4778a163
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
3 deletions
pages.json
pages/mine/forget.vue
pages/mine/setting.vue
router/index.js
pages.json
View file @
aac0d1b8
...
...
@@ -154,6 +154,12 @@
"style"
:
{
"navigationBarTitleText"
:
"绑定邮箱"
}
},
{
"path"
:
"pages/mine/company"
,
"style"
:
{
"navigationBarTitleText"
:
"公司信息"
}
}
],
"globalStyle"
:
{
...
...
pages/mine/forget.vue
View file @
aac0d1b8
...
...
@@ -103,7 +103,7 @@ export default {
var
Yo4teW_csrf
=
getCookie
(
'Yo4teW_csrf'
);
var
Yo4teW_uid
=
getCookie
(
'Yo4teW_uid'
);
this
.
url
=
Code_Url
+
'?time='
+
new
Date
().
getTime
()
+
'&pf=2&Yo4teW_gid='
+
Yo4teW_gid
+
'&Yo4teW_csrf='
+
Yo4teW_csrf
+
'&Yo4teW_uid='
+
Yo4teW_uid
;
this
.
url
=
Code_Url
+
'?time='
+
new
Date
().
getTime
()
+
'&pf=2&Yo4teW_gid='
+
Yo4teW_gid
+
'&Yo4teW_csrf='
+
Yo4teW_csrf
+
'&Yo4teW_uid='
+
Yo4teW_uid
+
'&id=2'
;
},
/**
* 手机验证码
...
...
pages/mine/setting.vue
View file @
aac0d1b8
...
...
@@ -34,13 +34,13 @@
</view>
</navigator>
<view
class=
"company"
>
<
view
class=
"box row bothSide verCenter curr
"
style=
"margin-bottom: 0;border-radius:0;border-bottom: 1px solid #F0F0F2;"
>
<
navigator
class=
"box row bothSide verCenter curr"
url=
"/user/company"
hover-class=
"none
"
style=
"margin-bottom: 0;border-radius:0;border-bottom: 1px solid #F0F0F2;"
>
<view
class=
"text"
><text
class=
"t1"
>
公司信息
</text></view>
<view
class=
"right"
>
<text
class=
"t1"
>
编辑
</text>
<text
class=
"iconfont icon-bjt"
></text>
</view>
</
view
>
</
navigator
>
<view
class=
"show-info"
>
<view
class=
"label-box"
>
<text
class=
"t1"
>
公司名称:
</text>
...
...
router/index.js
View file @
aac0d1b8
...
...
@@ -207,6 +207,13 @@ const router = new Router({
meta
:
{
title
:
'绑定邮箱'
}
},
{
path
:
'/pages/mine/company'
,
aliasPath
:
'/user/company'
,
meta
:
{
title
:
'公司信息'
}
}
]
});
...
...
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