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
6e69240a
Commit
6e69240a
authored
May 26, 2020
by
王建威
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化
parent
e9658908
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
82 additions
and
0 deletions
+82
-0
pages.json
pages.json
+6
-0
setaccount.vue
pages/setaccount/setaccount.vue
+76
-0
No files found.
pages.json
View file @
6e69240a
...
...
@@ -126,6 +126,12 @@
"style"
:
{
"navigationBarTitleText"
:
"支付状态-谛宝多多商城"
}
},
{
"path"
:
"pages/setaccount/setaccount"
,
"style"
:
{
"navigationBarTitleText"
:
"账号设置-谛宝多多商城"
}
}
],
"globalStyle"
:
{
...
...
pages/setaccount/setaccount.vue
0 → 100644
View file @
6e69240a
<
template
>
<view
style=
"padding-top: 80rpx;"
>
<view
class=
"main_content"
>
<TopBar
title=
"账号设置"
/>
<view
class=
"account_base_info flex"
>
<view
class=
"flex flex_center"
>
<image
class=
"portrait"
:src=
"$defaultPortrait"
></image>
<view
class=
"flex flex_center base_info"
>
<text
class=
"customer_name"
>
谛宝多多_北京测试
</text>
<text
class=
"custommer_integral"
>
总积分:121…
</text>
</view>
</view>
<text
class=
"eosfont right_icon"
>

</text>
</view>
<view>
</view>
</view>
</view>
</
template
>
<
script
>
import
TopBar
from
'../../components/TopBar/TopBar'
export
default
{
data
()
{
return
{
}
},
components
:
{
TopBar
}
}
</
script
>
<
style
lang=
"less"
scoped
>
.flex {
display: flex;
}
.flex_center {
justify-content: center;
}
.right_icon {
font-size: 24rpx;
color: #7C7C7C;
}
.main_content {
.account_base_info {
height: 160rpx;
align-items: center;
justify-content: space-between;
border-bottom: 1Px solid #ECECEC;
padding: 0 24rpx;
.base_info {
flex-direction: column;
}
.portrait {
width: 100rpx;
height: 100rpx;
border-radius: 50%;
margin-right: 20rpx;
}
.customer_name {
color: #16171C;
font-size: 28rpx;
line-height: 40rpx;
}
.custommer_integral {
color: #7C7C7C;
font-size: 22rpx;
line-height: 32rpx;
}
}
}
</
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