Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
D
doublescreen-back
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-back
Commits
69c3b614
Commit
69c3b614
authored
Feb 26, 2020
by
jiangjiantao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bugfix
parent
8ebb0b7d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
index.acss
pages/index/index.acss
+1
-0
index.axml
pages/index/index.axml
+1
-1
No files found.
pages/index/index.acss
View file @
69c3b614
...
@@ -369,6 +369,7 @@
...
@@ -369,6 +369,7 @@
display: flex;
display: flex;
flex-direction: row;
flex-direction: row;
margin-left: 15rpx;
margin-left: 15rpx;
align-items: center
}
}
/* 优惠券抵扣金额 */
/* 优惠券抵扣金额 */
...
...
pages/index/index.axml
View file @
69c3b614
...
@@ -227,7 +227,7 @@
...
@@ -227,7 +227,7 @@
<view style="position: absolute;display: flex;flex-direction: row;align-items: baseline;bottom:22rpx;left:0rpx;padding-left: 29rpx;">
<view style="position: absolute;display: flex;flex-direction: row;align-items: baseline;bottom:22rpx;left:0rpx;padding-left: 29rpx;">
<view class="descText">应收款:</view>
<view class="descText">应收款:</view>
<view class="moneySign">¥</view>
<view class="moneySign">¥</view>
<view class="payPrice">{{totalPrice}}</view>
<view class="payPrice">{{totalPrice
- totalDisc
}}</view>
<view class="descText">(共{{totalQuantity}}件)</view>
<view class="descText">(共{{totalQuantity}}件)</view>
</view>
</view>
</view>
</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