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
877366eb
Commit
877366eb
authored
Oct 19, 2020
by
zhangjinzhou
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'jiaoneiqunuan' of gitlab2.dui88.com:wanghongyuan/new_taobao into jiaoneiqunuan
parents
2ed625e4
276efeda
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
3603 additions
and
4 deletions
+3603
-4
app.js
taobao_jn/client/app.js
+3
-2
pagegamemain.js
taobao_jn/client/pages/pagegamemain/pagegamemain.js
+1
-0
pagepageindex.js
taobao_jn/client/pages/pagepageindex/pagepageindex.js
+1
-0
pagepagerank.acss
taobao_jn/client/pages/pagepagerank/pagepagerank.acss
+2
-2
debug.log
taobao_jn/debug.log
+3596
-0
No files found.
taobao_jn/client/app.js
View file @
877366eb
import
cloud
from
'@tbmp/mp-cloud-sdk'
;
import
tbcc
from
'./tbcc-sdk'
;
const
env
=
'
test
'
// 云函数环境 test 测试环境 online 线上环境
const
env
=
'
online
'
// 云函数环境 test 测试环境 online 线上环境
cloud
.
init
({
env
:
env
});
...
...
@@ -33,7 +33,8 @@ App({
const
{
activityId
}
=
query
;
// this.activityId = activityId || '5f8550a3964f97be3647a635';
// this.activityId = activityId || '5f8831e67389891bfd6bb35f'; //赵然1
this
.
activityId
=
activityId
||
'5f895d0f0cb733e071b4082b'
;
//开发者测试
// this.activityId = activityId || '5f895d0f0cb733e071b4082b'; //开发者测试
this
.
activityId
=
activityId
||
'5f8d0026114fbb9493d3f0cb'
;
//线上id
}
...
...
taobao_jn/client/pages/pagegamemain/pagegamemain.js
View file @
877366eb
...
...
@@ -585,6 +585,7 @@ Page({
}
},
onShow
()
{
my
.
hideBackHome
();
let
laststat
=
this
.
data
.
laststat
;
let
firstin
=
this
.
data
.
firstin
;
if
(
!
firstin
)
{
//laststat == "normal"
...
...
taobao_jn/client/pages/pagepageindex/pagepageindex.js
View file @
877366eb
...
...
@@ -495,6 +495,7 @@ Page({
}
},
onShow
()
{
my
.
hideBackHome
();
if
(
app
.
isGoVip
)
{
this
.
doHelp
();
app
.
isGoVip
=
false
;
...
...
taobao_jn/client/pages/pagepagerank/pagepagerank.acss
View file @
877366eb
...
...
@@ -44,7 +44,7 @@
transform-origin: 0rpx 0rpx 0rpx;
}
.pagerank .ranktex .myrank .rankid {
width:
155
rpx;
width:
400
rpx;
height: 20rpx;
opacity: 0.61960784;
left: 150rpx;
...
...
@@ -161,7 +161,7 @@
text-align: center;
}
.pagerank .ranktex .rankList .rankItem .itemrankid{
width:
3
00rpx;
width:
4
00rpx;
height: 40rpx;
opacity: 1;
display: block;
...
...
taobao_jn/debug.log
View file @
877366eb
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