Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
hello_taobao
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
wildfirecode13
hello_taobao
Commits
e512d576
Commit
e512d576
authored
Sep 11, 2020
by
汪欢
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
4411ee9c
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
17 additions
and
11 deletions
+17
-11
comgou_mai_ji_lu32.acss
dist/components/comgou_mai_ji_lu32/comgou_mai_ji_lu32.acss
+4
-2
comgou_mai_ji_lu32.axml
dist/components/comgou_mai_ji_lu32/comgou_mai_ji_lu32.axml
+3
-3
pagehuo_dong_ye.axml
dist/pages/pagehuo_dong_ye/pagehuo_dong_ye.axml
+2
-2
pagehuo_dong_ye.js
dist/pages/pagehuo_dong_ye/pagehuo_dong_ye.js
+8
-4
No files found.
dist/components/comgou_mai_ji_lu32/comgou_mai_ji_lu32.acss
View file @
e512d576
...
...
@@ -52,7 +52,8 @@
}
.gou_mai_ji_lu32 .gou_mai_ji_lu_kao_bei33 .zu135 .list {
width: 453rpx;
/* width: 453rpx; */
width: 500rpx;
height: 383rpx;
opacity: 1;
top: 150rpx;
...
...
@@ -76,12 +77,13 @@
*/
.gou_mai_ji_lu32 .gou_mai_ji_lu_kao_bei33 .zu135 .list .zu13434 {
width:
453
rpx;
width:
500
rpx;
height: 183rpx;
opacity: 1;
top: 10rpx;
position: absolute;
}
.gou_mai_ji_lu32 .gou_mai_ji_lu_kao_bei33 .zu135 .zu13434 .tu_ceng09_yue15_ri43 {
width: 101rpx;
height: 21rpx;
...
...
dist/components/comgou_mai_ji_lu32/comgou_mai_ji_lu32.axml
View file @
e512d576
...
...
@@ -7,9 +7,9 @@
<view class="zu135">
<view class="list" a:if="{{orderList != null}}">
<view class="zu13434" a:for="{{orderList}}" a:key="index" a:for-item="item">
<label style="{{item.order.orderDay}}">{{item.monthDate}}</label>
<label style="{{item.order.orderFloor}}">{{item.floorRange}}</label>
<label style="{{item.order.orderCredits}}">{{item.credits}}</label>
<label
class="day1"
style="{{item.order.orderDay}}">{{item.monthDate}}</label>
<label
class="floor1"
style="{{item.order.orderFloor}}">{{item.floorRange}}</label>
<label
class="credits1"
style="{{item.order.orderCredits}}">{{item.credits}}</label>
</view>
</view>
<view class="no_order" a:elif="{{orderList == null}}">暂无购买记录</view>
...
...
dist/pages/pagehuo_dong_ye/pagehuo_dong_ye.axml
View file @
e512d576
...
...
@@ -32,8 +32,8 @@
<!-- bianli -->
<image style="width:100rpx;height:100rpx;display:block;marginLeft:25rpx" src={{item.image}}></image>
<!-- <view style="width:100rpx;height:100rpx;background:white;marginLeft:25rpx"></view> -->
<view style="fontSize:22rpx;marginTop:10rpx">
{{totalFloor}}
*{{item.probability}}楼层</view>
<label style="fontSize:22rpx;height:40rpx;
overflow:hidden
">{{item.name}}</label>
<view style="fontSize:22rpx;marginTop:10rpx">
N
*{{item.probability}}楼层</view>
<label style="fontSize:22rpx;height:40rpx;
width:128rpx;overflow:hidden;letter-spacing:-1rpx;text-overflow:ellipsis;white-space:nowrap
">{{item.name}}</label>
</view>
</view>
...
...
dist/pages/pagehuo_dong_ye/pagehuo_dong_ye.js
View file @
e512d576
...
...
@@ -374,19 +374,23 @@ Page({
left
:
0
,
top
:
40
*
(
lens
-
i
)
+
'rpx'
,
position
:
'absolute'
,
color
:
'white'
color
:
'white'
,
},
orderFloor
:
{
left
:
20
0
+
'rpx'
,
left
:
18
0
+
'rpx'
,
top
:
40
*
(
lens
-
i
)
+
'rpx'
,
position
:
'absolute'
,
color
:
'white'
color
:
'white'
,
width
:
150
+
'rpx'
,
textAlign
:
'center'
},
orderCredits
:
{
left
:
400
+
'rpx'
,
top
:
40
*
(
lens
-
i
)
+
'rpx'
,
position
:
'absolute'
,
color
:
'white'
color
:
'white'
,
width
:
100
+
'rpx'
,
textAlign
:
'center'
}
}
data
[
i
].
order
=
orderStyle
;
...
...
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