Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
D
doublescreen-front
Project
Project
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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
pengguangpu
doublescreen-front
Commits
60adba16
Commit
60adba16
authored
Mar 03, 2020
by
jiangjiantao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bugfixed
parent
8813b8ac
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
1 deletion
+13
-1
scan.acss
pages/scan/scan.acss
+12
-0
scan.axml
pages/scan/scan.axml
+1
-1
No files found.
pages/scan/scan.acss
View file @
60adba16
...
...
@@ -24,6 +24,18 @@
align-items: left;
}
/* 商品头部 */
.scan-header-no-member {
display: flex;
flex-direction: column;
width: 100%;
height: 130rpx;
justify-content: center;
color: white;
align-items: left;
}
/* 会员手机号 */
.scan-header-member-phone {
...
...
pages/scan/scan.axml
View file @
60adba16
<view class="pagex">
<view class="
scan-header"
>
<view class="
{{showMemberPhone == '' ? 'scan-header-no-member' : 'scan-header' }}"
>
<view class="scan-header-member-phone" hidden="{{showMemberPhone == ''}}">
欢迎您,{{showMemberPhone}}
</view>
...
...
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