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
4f91520e
Commit
4f91520e
authored
Oct 13, 2020
by
zhangjinzhou
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'jiaoneiqunuan' of gitlab2.dui88.com:wanghongyuan/new_taobao into jiaoneiqunuan
parents
4ec59866
7be1a217
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
27 additions
and
11 deletions
+27
-11
compkprizemodal.acss
...jn/client/components/compkprizemodal/compkprizemodal.acss
+1
-1
comtask.js
taobao_jn/client/components/comtask/comtask.js
+2
-2
comtempitemmodal.acss
.../client/components/comtempitemmodal/comtempitemmodal.acss
+1
-1
comtempitemmodal.axml
.../client/components/comtempitemmodal/comtempitemmodal.axml
+1
-1
pagegamemain.axml
taobao_jn/client/pages/pagegamemain/pagegamemain.axml
+7
-6
pagegamemain.js
taobao_jn/client/pages/pagegamemain/pagegamemain.js
+12
-0
jn.doBrowseGoodsTask.json
taobao_jn/mocks/jn.doBrowseGoodsTask.json
+0
-0
jn.doCollectGoodsTask.json
taobao_jn/mocks/jn.doCollectGoodsTask.json
+3
-0
No files found.
taobao_jn/client/components/compkprizemodal/compkprizemodal.acss
View file @
4f91520e
...
...
@@ -5,7 +5,7 @@
left: 112rpx;
top: 315rpx;
position: absolute;
transform-origin:
0rpx 0rpx
0rpx;
transform-origin:
50% 50%
0rpx;
}
.pksuccessmodal .pksuccessbg {
width: 527rpx;
...
...
taobao_jn/client/components/comtask/comtask.js
View file @
4f91520e
...
...
@@ -181,9 +181,9 @@ Component({
},
onModalClose
()
{
const
{
on
Modal
Close
onClose
}
=
this
.
props
;
on
ModalClose
&&
onModal
Close
();
on
Close
&&
on
Close
();
// console.log('com task onModalClose')
}
}
...
...
taobao_jn/client/components/comtempitemmodal/comtempitemmodal.acss
View file @
4f91520e
...
...
@@ -5,7 +5,7 @@
left: 112rpx;
top: 350rpx;
position: absolute;
transform-origin:
0rpx 0rpx
0rpx;
transform-origin:
50% 50%
0rpx;
}
.tempitemmodal .tempitembg {
width: 527rpx;
...
...
taobao_jn/client/components/comtempitemmodal/comtempitemmodal.axml
View file @
4f91520e
<view class="tempitemmodal ">
<view class="tempitemmodal
modal-animate-zoom-in
">
<image class="tempitembg " src={{resList['96de1c81-6629-4226-830b-2a64ec3b54b0'].url}} />
<view class="tempitemtext ">
<label class="tempitemtitle ">蕉内旗下热装备 持久保温</label>
...
...
taobao_jn/client/pages/pagegamemain/pagegamemain.axml
View file @
4f91520e
...
...
@@ -58,7 +58,7 @@
<image class="gamemsharebtn" onTap="shareact" src={{resList['8c1a94d3-8181-41f4-9d47-1eb0c7719f3d'].url}} />
</view>
<view class="gamemtask">
<image class="gamemtask1" src={{resList['578cb214-b8d4-4d91-b57a-9477ec61933e'].url}} />
<image class="gamemtask1"
onTap="openTask"
src={{resList['578cb214-b8d4-4d91-b57a-9477ec61933e'].url}} />
<image class="gamemtask2" src={{resList['d9ce0594-e262-4e9a-adfc-0b5b2a16d9c5'].url}} />
</view>
<scroll-view class="gameinfogro" scroll-y={{true}} scroll-animation-duration={{300}} scroll-with-animation={{true}} scroll-top={{(attionlist.length)*130}} disable-scroll={{false}} >
...
...
@@ -91,8 +91,9 @@
</view>
</view>
</scroll-view>
<pkprize-modal a:if="{{pkshow1_v}}" onClose="closetohome" gameOverData="{{pk1data}}"></pkprize-modal>
<pknoprize-modal a:if="{{pkshow2_v}}" onClose="closetohome" gameOverData="{{pk2data}}"></pknoprize-modal>
<pkfailnoprize-modal a:if="{{pkshow3_v}}" onClose="closetohome" gameOverData="{{pk3data}}"></pkfailnoprize-modal>
<pksuccessnoprize-modal a:if="{{pkshow4_v}}" onClose="closetohome" gameOverData="{{pk4data}}"></pksuccessnoprize-modal>
<tempitem-modal a:if="{{toolshow_v}}" onClose="usetool1"></tempitem-modal>
\ No newline at end of file
<view class="popcontainer" a:if="{{pkshow1_v}}"><pkprize-modal onClose="closetohome" gameOverData="{{pk1data}}"></pkprize-modal></view>
<view class="popcontainer" a:if="{{pkshow2_v}}"><pknoprize-modal onClose="closetohome" gameOverData="{{pk2data}}"></pknoprize-modal></view>
<view class="popcontainer" a:if="{{pkshow3_v}}"><pkfailnoprize-modal onClose="closetohome" gameOverData="{{pk3data}}"></pkfailnoprize-modal></view>
<view class="popcontainer" a:if="{{pkshow4_v}}"><pksuccessnoprize-modal onClose="closetohome" gameOverData="{{pk4data}}"></pksuccessnoprize-modal></view>
<view class="popcontainer" a:if="{{toolshow_v}}"><tempitem-modal onClose="usetool1"></tempitem-modal></view>
<view class="popcontainer_down" a:if="{{taskshow_v}}"><task-modal onClose="closeTask"></task-modal></view>
\ No newline at end of file
taobao_jn/client/pages/pagegamemain/pagegamemain.js
View file @
4f91520e
...
...
@@ -72,6 +72,7 @@ Page({
pkshow3_v
:
false
,
pkshow4_v
:
false
,
toolshow_v
:
false
,
taskshow_v
:
false
,
pk1data
:
{
warms
:
0
,
isWin
:
false
,
...
...
@@ -605,4 +606,15 @@ Page({
pkshow4_v
:
false
})
},
openTask
(){
this
.
setData
({
taskshow_v
:
true
})
},
closeTask
(){
this
.
setData
({
taskshow_v
:
false
})
}
});
\ No newline at end of file
taobao_jn/mocks/
tmallCat
.doBrowseGoodsTask.json
→
taobao_jn/mocks/
jn
.doBrowseGoodsTask.json
View file @
4f91520e
File moved
taobao_jn/mocks/jn.doCollectGoodsTask.json
0 → 100644
View file @
4f91520e
{
"success"
:
true
}
\ No newline at end of file
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