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
6ef90dfc
Commit
6ef90dfc
authored
Oct 17, 2020
by
zhangjinzhou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
代码暂存
parent
ac49b1e2
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
4 deletions
+9
-4
compileMode.json
taobao_mini/client/.kaitian/compileMode.json
+1
-1
comsui_pian_dan_chuang.js
...mponents/comsui_pian_dan_chuang/comsui_pian_dan_chuang.js
+3
-0
prizeModal.axml
taobao_mini/client/components/prizeModal/prizeModal.axml
+2
-2
pageshou_ye.js
taobao_mini/client/pages/pageshou_ye/pageshou_ye.js
+3
-1
No files found.
taobao_mini/client/.kaitian/compileMode.json
View file @
6ef90dfc
...
...
@@ -4,7 +4,7 @@
{
"title"
:
"分享进"
,
"page"
:
"pages/pageshou_ye/pageshou_ye"
,
"pageQuery"
:
"
openId=AAGK5ZBAMaFIi626fKFCdXP&shoestype=3
"
,
"pageQuery"
:
"
inviteId=AAGK5ZCBAMaFIi626fMDCdXP&shoesType=4
"
,
"update"
:
true
}
]
...
...
taobao_mini/client/components/comsui_pian_dan_chuang/comsui_pian_dan_chuang.js
View file @
6ef90dfc
...
...
@@ -62,6 +62,9 @@ Component({
}
}
else
if
(
btntype
==
2
)
{
tit
=
"哇~获得一张稀有碎片"
;
if
(
nearchashare
&&
nearchaprize
.
length
>
0
&&
nearchashare
<=
3
){
subtit
=
"再召唤"
+
nearchashare
+
"位好友就能获得"
+
nearchaprize
;
}
}
else
if
(
btntype
==
3
)
{
tit
=
"你的好友邀请你一起集碎片
\n
赢特步全年12双新款鞋"
;
}
else
if
(
btntype
==
4
)
{
...
...
taobao_mini/client/components/prizeModal/prizeModal.axml
View file @
6ef90dfc
...
...
@@ -19,8 +19,8 @@
<!-- 未领取 -->
<block a:if="{{item.drawStatus===PRIZE_DRAW_STATUS_MAP.RECEIVE}}">
<!-- 实物填写地址 -->
<
image a:if="{{item.type === PRIZE_TYPE_MAP.ENTITY}}" onTap="handleClick" data-item="{{item}}" src="{{task.image.getBth}}" /
>
<
!--<image a:if="{{item.type === PRIZE_TYPE_MAP.ENTITY}}" onTap="handleClick" data-item="{{item}}" src="{{task.image.addressBth}}" />--
>
<
!-- <image a:if="{{item.type === PRIZE_TYPE_MAP.ENTITY}}" onTap="handleClick" data-item="{{item}}" src="{{task.image.getBth}}" /> --
>
<
image a:if="{{item.type === PRIZE_TYPE_MAP.ENTITY}}" onTap="handleClick" data-item="{{item}}" src="{{task.image.addressBth}}" /
>
<!-- 优惠券立即领取 -->
<image a:else onTap="handleClick" data-item="{{item}}" src="{{task.image.getBth}}" />
</block>
...
...
taobao_mini/client/pages/pageshou_ye/pageshou_ye.js
View file @
6ef90dfc
...
...
@@ -183,9 +183,11 @@ Page({
// console.log("弹窗序列=======》", dianame, data);
this
.
setData
(
data
);
setTimeout
(()
=>
{
this
.
changeBtnReady
(
true
);
if
(
dianame
==
"zhuli"
)
{
this
.
openSp
();
}
else
if
(
dianame
==
"xinshou"
)
{
this
.
openGift
();
}
else
if
(
dianame
==
"jinxi"
)
{
this
.
openInfo
();
...
...
@@ -205,7 +207,7 @@ Page({
checkOpenAttion
()
{
let
needattion
=
this
.
data
.
needattion
;
let
dialogsData
=
this
.
data
.
dialogsData
;
this
.
changeBtnReady
(
true
);
if
(
dialogsData
.
length
>
0
&&
needattion
)
{
this
.
setData
({
needattion
:
false
...
...
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