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
eea9bccf
Commit
eea9bccf
authored
Oct 15, 2020
by
Edwise
🍷
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nice
parent
a9786f01
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3583 additions
and
2 deletions
+3583
-2
comtempitemmodal.axml
.../client/components/comtempitemmodal/comtempitemmodal.axml
+1
-1
myprize.js
taobao_jn/client/pages/myprize/myprize.js
+3
-0
pagepageindex.js
taobao_jn/client/pages/pagepageindex/pagepageindex.js
+3
-1
debug.log
taobao_jn/debug.log
+3576
-0
No files found.
taobao_jn/client/components/comtempitemmodal/comtempitemmodal.axml
View file @
eea9bccf
...
...
@@ -6,6 +6,6 @@
<label class="tempitemprize ">双十一惊喜价:¥299</label>
</view>
<image class="tempitemImg
btn
" src={{resList['e41300b7-bee4-4224-9f12-7a8513ce8fe9'].url}} onTap="goGoodsDetail" />
<image class="tempitemImg " src={{resList['e41300b7-bee4-4224-9f12-7a8513ce8fe9'].url}} onTap="goGoodsDetail" />
<image class="tempitembtn btn" src={{resList['bb187403-c5fc-4c33-aea1-072bac77f32e'].url}} onTap="onClose" />
</view>
\ No newline at end of file
taobao_jn/client/pages/myprize/myprize.js
View file @
eea9bccf
...
...
@@ -129,6 +129,9 @@ Page({
}
// my.showLoading();
flag
=
true
;
setTimeout
(()
=>
{
flag
=
false
},
500
)
console
.
log
(
'领取实物'
)
const
{
activityId
}
=
app
;
const
{
item
}
=
e
.
target
.
dataset
;
...
...
taobao_jn/client/pages/pagepageindex/pagepageindex.js
View file @
eea9bccf
...
...
@@ -306,13 +306,15 @@ Page({
modalStatus
:
modalType
[
'rankprize'
]
})
}
this
.
canOpenGamePage
=
true
;
my
.
hideLoading
();
}
},
canOpenGamePage
:
false
,
/**进入游戏页面 */
async
openGamePage
()
{
if
(
!
this
.
canOpenGamePage
)
return
;
my
.
showLoading
();
const
{
success
,
...
...
taobao_jn/debug.log
View file @
eea9bccf
This diff is collapsed.
Click to expand it.
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