Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
new_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
new_taobao
Commits
0b78ea6b
Commit
0b78ea6b
authored
Oct 16, 2020
by
Edwise
🍷
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
小细节
parent
75f7a73d
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
2778 additions
and
10 deletions
+2778
-10
compkprizemodal.acss
...jn/client/components/compkprizemodal/compkprizemodal.acss
+2
-2
compkprizemodal.axml
...jn/client/components/compkprizemodal/compkprizemodal.axml
+2
-2
countDownModal.js
taobao_jn/client/components/countDownModal/countDownModal.js
+3
-3
goodsModal.js
taobao_jn/client/components/goodsModal/goodsModal.js
+3
-3
debug.log
taobao_jn/debug.log
+2768
-0
No files found.
taobao_jn/client/components/compkprizemodal/compkprizemodal.acss
View file @
0b78ea6b
...
...
@@ -127,7 +127,7 @@
left: 82rpx;
top: 613rpx;
position: absolute;
transform-origin:
0rpx 0rpx
0rpx;
transform-origin:
50% 50%
0rpx;
}
.pksuccessmodal .pksuccessmodalclose {
width: 72rpx;
...
...
@@ -136,7 +136,7 @@
left: 227rpx;
top: 791rpx;
position: absolute;
transform-origin:
0rpx 0rpx
0rpx;
transform-origin:
50% 50%
0rpx;
}
.pksuccessmodal .pkPrizeImg {
width: 260rpx;
...
...
taobao_jn/client/components/compkprizemodal/compkprizemodal.axml
View file @
0b78ea6b
...
...
@@ -11,7 +11,7 @@
<label class="pkfailedtitle" a:if="{{!isWin}}">继续加油,蕉内送您一份小礼物</label>
</view>
<image class="pksuccessmodalbtn " onTap="redirectToIndex" src={{resList['75801bab-c16e-4814-ab19-081933e4abc5'].url}} />
<image class="pksuccessmodalclose " onTap="redirectToIndex" src={{resList['5eee69bb-482c-4ce0-beb1-c7c38cdb6fe4'].url}} />
<image class="pksuccessmodalbtn
btn
" onTap="redirectToIndex" src={{resList['75801bab-c16e-4814-ab19-081933e4abc5'].url}} />
<image class="pksuccessmodalclose
btn
" onTap="redirectToIndex" src={{resList['5eee69bb-482c-4ce0-beb1-c7c38cdb6fe4'].url}} />
<image class="pkPrizeImg " src={{prizeImg}} />
</view>
taobao_jn/client/components/countDownModal/countDownModal.js
View file @
0b78ea6b
...
...
@@ -19,15 +19,15 @@ Component({
props
:
{
percent
:
10
,
usePercent
:
0
,
countTime
:
1
0
,
countTime
:
2
0
,
styleType
:
'01'
,
//browse_txt_bg count_bg_02
data
:
{
text
:
'浏览商品
1
0s,获得任务奖励'
,
text
:
'浏览商品
2
0s,获得任务奖励'
,
textBg
:
'//yun.dui88.com/taobaomini/clientCTest/count_bg_02@2x.png'
,
progressWidth
:
'130'
,
progressHeight
:
'18'
,
clock_bg
:
'//yun.dui88.com/taobaomini/clientCTest/clock@2x.png'
,
countTxt
:
'
1
0'
,
countTxt
:
'
2
0'
,
countTxtColor
:
'#1CA4ED'
,
countTxtSize
:
'32'
}
...
...
taobao_jn/client/components/goodsModal/goodsModal.js
View file @
0b78ea6b
...
...
@@ -68,7 +68,7 @@ Component({
if
(
taskType
==
'browseGoods'
)
{
this
.
browseGoodsTimes
()
}
console
.
log
(
1
0
-
this
.
usePercent
)
console
.
log
(
2
0
-
this
.
usePercent
)
}
}
},
...
...
@@ -129,13 +129,13 @@ Component({
this
.
setData
({
usePercent
:
this
.
data
.
usePercent
+
1
},
()
=>
{
if
(
this
.
data
.
usePercent
>=
1
0
)
{
if
(
this
.
data
.
usePercent
>=
2
0
)
{
console
.
log
(
this
.
data
.
usePercent
)
this
.
props
.
onCompleteTask
(
taskType
)
clearInterval
(
this
.
timer
)
}
})
},
2
000
)
},
1
000
)
}
},
});
\ No newline at end of file
taobao_jn/debug.log
View file @
0b78ea6b
This source diff could not be displayed because it is too large. You can
view the blob
instead.
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