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
a8c14c7b
Commit
a8c14c7b
authored
Oct 09, 2020
by
AU-Pro-mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add new code
parent
dcc308f4
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
13 additions
and
5 deletions
+13
-5
homePage.js
taobao_mini/client/pages/homePage/homePage.js
+1
-1
myprize.js
taobao_mini/client/pages/myprize/myprize.js
+1
-1
pagecanvas.js
taobao_mini/client/pages/pagecanvas/pagecanvas.js
+4
-2
turnTablePage.js
taobao_mini/client/pages/turnTablePage/turnTablePage.js
+1
-1
resList.js
taobao_mini/client/resconfig/resList.js
+6
-0
No files found.
taobao_mini/client/pages/homePage/homePage.js
View file @
a8c14c7b
...
...
@@ -434,7 +434,7 @@ Page({
onShareAppMessage
()
{
// 返回自定义分享信息
clickStat
(
app
.
activityId
,
'share'
)
SHARE_CONFIG
.
imageUrl
=
''
SHARE_CONFIG
.
imageUrl
=
'
https://yun.duiba.com.cn/spark/assets/雅顿分享.df56b46d59b3048292e0891ab2f5540bfa1d6dd8.png
'
SHARE_CONFIG
.
path
=
this
.
changeURLArg
(
'/pages/homePage/homePage'
,
'inviteId'
,
app
.
openId
)
return
SHARE_CONFIG
;
},
...
...
taobao_mini/client/pages/myprize/myprize.js
View file @
a8c14c7b
...
...
@@ -48,7 +48,7 @@ Page({
onShareAppMessage
()
{
// 返回自定义分享信息
clickStat
(
app
.
activityId
,
'share'
)
SHARE_CONFIG
.
imageUrl
=
''
SHARE_CONFIG
.
imageUrl
=
'
https://yun.duiba.com.cn/spark/assets/雅顿分享.df56b46d59b3048292e0891ab2f5540bfa1d6dd8.png
'
SHARE_CONFIG
.
path
=
this
.
changeURLArg
(
'/pages/homePage/homePage'
,
'inviteId'
,
app
.
openId
)
return
SHARE_CONFIG
;
},
...
...
taobao_mini/client/pages/pagecanvas/pagecanvas.js
View file @
a8c14c7b
...
...
@@ -226,7 +226,8 @@ Component({
this
.
gamePrize
=
{
name
:
data
.
prize
.
name
,
image
:
data
.
prize
.
image
,
type
:
data
.
prize
.
type
type
:
data
.
prize
.
type
,
num
:
data
.
prize
.
awardLotteryTimes
?
data
.
prize
.
awardLotteryTimes
:
1
}
console
.
log
(
'%cgamePrize:'
,
ConsoleStyle
,
this
.
gamePrize
)
this
.
postMessage
(
'mine.getPrizeInfo'
,
{
data
:
this
.
gamePrize
})
...
...
@@ -234,7 +235,8 @@ Component({
this
.
gamePrize
=
{
name
:
'谢谢参与'
,
image
:
''
,
type
:
5
type
:
5
,
num
:
data
.
prize
.
awardLotteryTimes
?
data
.
prize
.
awardLotteryTimes
:
1
}
console
.
log
(
'%cgamePrize:'
,
ConsoleStyle
,
this
.
gamePrize
)
this
.
postMessage
(
'mine.getPrizeInfo'
,
{
data
:
this
.
gamePrize
})
...
...
taobao_mini/client/pages/turnTablePage/turnTablePage.js
View file @
a8c14c7b
...
...
@@ -368,7 +368,7 @@ Page({
onShareAppMessage
()
{
// 返回自定义分享信息
clickStat
(
app
.
activityId
,
'share'
)
SHARE_CONFIG
.
imageUrl
=
''
SHARE_CONFIG
.
imageUrl
=
'
https://yun.duiba.com.cn/spark/assets/雅顿分享.df56b46d59b3048292e0891ab2f5540bfa1d6dd8.png
'
SHARE_CONFIG
.
path
=
this
.
changeURLArg
(
'/pages/homePage/homePage'
,
'inviteId'
,
app
.
openId
)
return
SHARE_CONFIG
;
},
...
...
taobao_mini/client/resconfig/resList.js
View file @
a8c14c7b
...
...
@@ -736,6 +736,12 @@ const resList = {
ext
:
'.png'
,
url
:
'//yun.duiba.com.cn/spark/assets/关闭按钮_白.482eff6f4b25953c989ddaa608b754cd8af488b7.png'
,
uuid
:
'4d77ca71-1a5f-4db9-87dd-e54dfc671266'
},
'b93248a7-a134-4b2f-8426-a52864ded90f'
:
{
name
:
'雅顿分享'
,
ext
:
'.png'
,
url
:
'//yun.duiba.com.cn/spark/assets/雅顿分享.df56b46d59b3048292e0891ab2f5540bfa1d6dd8.png'
,
uuid
:
'b93248a7-a134-4b2f-8426-a52864ded90f'
}
};
export
default
resList
;
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