Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
taobao-mini-template
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
2
Issues
2
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
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
qinhaitao
taobao-mini-template
Commits
555c0714
Commit
555c0714
authored
Apr 27, 2021
by
mqf_0707
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
任务跳转更改
parent
438900ea
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
10 deletions
+7
-10
TasksModal.jsx
c_client/src/components/TasksModal/TasksModal.jsx
+3
-5
index.jsx
c_client/src/pages/index/index.jsx
+0
-1
yarn.lock
c_client/yarn.lock
+4
-4
No files found.
c_client/src/components/TasksModal/TasksModal.jsx
View file @
555c0714
...
...
@@ -65,13 +65,11 @@ export default function TasksModal(props) {
doCompleteTaskHandle
(
taskType
)
}
},
// 跳转任务
// 跳转任务
https://www.feizhu.com
jumpLink
:
async
()
=>
{
navigateToOutside
(
url
||
'https://www.feizhu.com'
)
navigateToOutside
(
url
)
if
(
browseType
===
1
)
{
setTimeout
(()
=>
{
doCompleteTaskHandle
(
taskType
)
},
1000
)
doCompleteTaskHandle
(
taskType
)
}
else
{
app
.
isFlashTask
=
true
setPreBrowseTime
(
Date
.
now
())
...
...
c_client/src/pages/index/index.jsx
View file @
555c0714
...
...
@@ -82,7 +82,6 @@ function Index() {
{
/* <View className={styles.countTime}>
<CountDown endTime={(Date.now() + 3 * 60 * 60 * 1000)} fontSize={'20rpx'} color={'#1B5F7F'} onUpdate={() => updateFlash()} />
</View> */
}
<
View
className=
{
styles
.
rule
}
style=
{
{
backgroundImage
:
`url(${INDEX_CONFIG.ruleButton})`
}
}
onTap=
{
()
=>
setRuleModalVisible
(
true
)
}
>
活动规则
</
View
>
<
View
className=
{
styles
.
my_prize
}
style=
{
{
backgroundImage
:
`url(${INDEX_CONFIG.myPrizeButton})`
}
}
onTap=
{
onGoMyPrizePage
}
>
我的奖品
</
View
>
<
View
className=
{
styles
.
share
}
style=
{
{
backgroundImage
:
`url(${INDEX_CONFIG.shareButton})`
}
}
onTap=
{
onShare
}
>
分享
</
View
>
...
...
c_client/yarn.lock
View file @
555c0714
...
...
@@ -14194,10 +14194,10 @@ taro-ui@^3.0.0-alpha.3:
lodash "^4.17.10"
prop-types "^15.7.2"
tbcc-sdk-ts@^1.0.
2
:
version "1.0.
2
"
resolved "https://registry.yarnpkg.com/tbcc-sdk-ts/-/tbcc-sdk-ts-1.0.
2.tgz#af78ef609af8e972a8628cd2ac4cfa5757c422ce
"
integrity sha512-
cVXOZmY9sjGjEsSVlFxBcrOmRA5K099DoCfGEtYuFfR94gsR4OdSnB/BELfIan4bnzPXPddS5MjM567wsNbnw
w==
tbcc-sdk-ts@^1.0.
4
:
version "1.0.
5
"
resolved "https://registry.yarnpkg.com/tbcc-sdk-ts/-/tbcc-sdk-ts-1.0.
5.tgz#f32d819388534ea0706613a63d0d1f44907646fa
"
integrity sha512-
CdzjEYOGfZ4pVqRNGJmJ5G9x29r/55jMK3Rb1fiRQiCcOZVrpMbwwuvjJNCwpWCdfJHfFkwos+X6R2vhbLktP
w==
optionalDependencies:
"@types/lodash" "^4.14.160"
"@types/node" "^14.6.0"
...
...
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