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
9d985411
Commit
9d985411
authored
Sep 08, 2020
by
wildfirecode13
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
4f156923
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
11 deletions
+14
-11
prizeModal.acss
dist/components/prizeModal/prizeModal.acss
+9
-6
prizeModal.axml
dist/components/prizeModal/prizeModal.axml
+4
-4
myprize.js
dist/pages/myprize/myprize.js
+1
-1
No files found.
dist/components/prizeModal/prizeModal.acss
View file @
9d985411
...
...
@@ -16,10 +16,10 @@
}
.my-prize-page .my-prize-label {
width: 2
08
rpx;
height:
36
rpx;
width: 2
86
rpx;
height:
49
rpx;
margin: 140rpx auto 40rpx;
background: url('//yun.dui
88.com/duiba-components-c-myprizeprize_title
.png') no-repeat;
background: url('//yun.dui
ba.com.cn/aurora/assets/a15fe07a819f3f6deb271725b37468030523dc05
.png') no-repeat;
background-size: 100% 100%;
}
...
...
@@ -45,7 +45,10 @@
width: 700rpx;
height: 161rpx;
background-color: #ffffff;
box-shadow: 2rpx 3rpx 18rpx 0 rgba(230, 146, 255, 0.6);
border-color:rgb(255, 63, 38);
border-width: 1rpx;
border-style: solid;
/* box-shadow: 2rpx 3rpx 18rpx 0 rgb(255, 63, 38); */
border-radius: 10rpx;
box-sizing: border-box;
}
...
...
@@ -58,7 +61,7 @@
.my-prize-page .my-prize-item .my-prize-content {
flex: 1;
min-width: 0;
padding:
0 20rpx
;
padding:
10rpx 20rpx 0
;
display: flex;
flex-direction: column;
height: 130rpx;
...
...
@@ -97,7 +100,7 @@
}
.my-prize-page .my-prize-item .my-prize-tip {
margin-top:
8
rpx;
margin-top:
16
rpx;
font-size: 20rpx;
line-height: 20rpx;
letter-spacing: 0;
...
...
dist/components/prizeModal/prizeModal.axml
View file @
9d985411
...
...
@@ -6,11 +6,11 @@
<image class="my-prize-avatar" src="{{item.image}}"/>
<view class="my-prize-content">
<label class="my-prize-name">{{item.name}}</label>
<
view class="my-prize-subtitle"
>
<
label class="my-prize-code">奖品编码:{{item._id}}</label
>
<
!-- <view class="my-prize-subtitle"> --
>
<
!-- <label class="my-prize-code">奖品编码:{{item._id}}</label> --
>
<!-- 复制按钮 -->
<
image class="my-prize-copy" data-text="{{item._id}}" onTap="handleCopyId" src="{{task.image.copyIcon}}" /
>
<
/view
>
<
!-- <image class="my-prize-copy" data-text="{{item._id}}" onTap="handleCopyId" src="{{task.image.copyIcon}}" /> --
>
<
!-- </view> --
>
<view class="my-prize-tip" a:if="{{item.drawStatus === PRIZE_DRAW_STATUS_MAPPRIZE_DRAW_STATUS_MAP.FAILURE}}">{{item.remark}}</view>
<view class="my-prize-tip" a:if="{{item.drawStatus === PRIZE_DRAW_STATUS_MAP.REPEAT || (item.drawStatus === PRIZE_DRAW_STATUS_MAP.RECEIVE)}}">请于{{endTime}}前领取</view>
<view class="my-prize-tip" a:if="{{item.drawStatus === PRIZE_DRAW_STATUS_MAP.FINISHED }}">奖品已过期失效</view>
...
...
dist/pages/myprize/myprize.js
View file @
9d985411
...
...
@@ -15,7 +15,7 @@ Page({
endTime
:
null
,
//到期时间
task
:
{
image
:
{
bg
:
'//yun.duiba.com.cn/aurora/assets/
e13fab3165d3a6bb4cbe8827e8f0fd41084b0091.pn
g'
,
//背景图
bg
:
'//yun.duiba.com.cn/aurora/assets/
7283d715cc5c7d13a5f498d15f5f5b9f4d9c29e5.jp
g'
,
//背景图
copyIcon
:
'//yun.dui88.com/duiba-components-c-myprizemyprize_copy_code.png'
,
//复制
addressBth
:
'//yun.dui88.com/duiba-components-c-myprizeto_address.png'
,
//填写地址(实物奖品)
getBth
:
'//yun.dui88.com/duiba-components-c-myprizeget_now.png'
,
//立即领取(除实物奖品外)
...
...
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