Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
shop_mobile_uni
Project
Project
Details
Activity
Releases
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
郑秀明
shop_mobile_uni
Commits
8da02f81
Commit
8da02f81
authored
May 27, 2020
by
王建威
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
商城优化
parent
0e17e6e9
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
53 additions
and
1 deletion
+53
-1
pages.json
pages.json
+6
-0
setaccount.vue
pages/setaccount/setaccount.vue
+1
-1
setinfo.vue
pages/setinfo/setinfo.vue
+46
-0
No files found.
pages.json
View file @
8da02f81
...
@@ -132,6 +132,12 @@
...
@@ -132,6 +132,12 @@
"style"
:
{
"style"
:
{
"navigationBarTitleText"
:
"账号设置-谛宝多多商城"
"navigationBarTitleText"
:
"账号设置-谛宝多多商城"
}
}
},
{
"path"
:
"pages/setinfo/setinfo"
,
"style"
:
{
"navigationBarTitleText"
:
"账号设置-谛宝多多商城"
}
}
}
],
],
"globalStyle"
:
{
"globalStyle"
:
{
...
...
pages/setaccount/setaccount.vue
View file @
8da02f81
...
@@ -37,7 +37,7 @@
...
@@ -37,7 +37,7 @@
</
template
>
</
template
>
<
script
>
<
script
>
import
TopBar
from
'../../components/TopBar/TopBar'
import
TopBar
from
'../../components/TopBar/TopBar'
;
export
default
{
export
default
{
data
()
{
data
()
{
return
{
return
{
...
...
pages/setinfo/setinfo.vue
0 → 100644
View file @
8da02f81
<
template
>
<view
class=
"main"
>
<TopBar
/>
<view>
<view
class=
"set_title"
>
请完成以下认证
</view>
<view
class=
"set_subtitle"
>
请输入131****0038收到的短信验证码
</view>
<view
class=
"flex"
></view>
</view>
</view>
</
template
>
<
script
>
import
TopBar
from
'../../components/TopBar/TopBar'
export
default
{
data
()
{
return
{
}
},
components
:
{
TopBar
}
}
</
script
>
<
style
lang=
"less"
scoped
>
.main {
padding: 80rpx 40rpx 0;
.flex {
}
.set_title {
font-size: 32rpx;
color: #212121;
line-height: 44rpx;
font-family:PingFangSC-Medium,PingFang SC;
font-weight:500;
}
.set_subtitle {
font-size: 28rpx;
color: #212121;
line-height: 40rpx;
margin-top: 16rpx;
}
}
</
style
>
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