Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
wfc13
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
wildfirecode13
wfc13
Commits
ddd19e3a
Commit
ddd19e3a
authored
Aug 18, 2021
by
shunx 马
Browse files
Options
Browse Files
Download
Plain Diff
合并
parents
8e0ded46
1bba8287
Changes
5
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
156 additions
and
8 deletions
+156
-8
package.json
project/package.json
+1
-0
cost.ts
project/src/panels/cost.ts
+0
-1
memberGuide.ts
project/src/panels/memberGuide.ts
+1
-1
notEnoughMoney.ts
project/src/panels/notEnoughMoney.ts
+1
-1
yarn.lock
project/yarn.lock
+153
-5
No files found.
project/package.json
View file @
ddd19e3a
...
@@ -24,6 +24,7 @@
...
@@ -24,6 +24,7 @@
"dependencies"
:
{
"dependencies"
:
{
"@spark/api-base"
:
"^2.0.30"
,
"@spark/api-base"
:
"^2.0.30"
,
"@spark/share"
:
"^2.0.90"
,
"@spark/share"
:
"^2.0.90"
,
"@spark/ui"
:
"^2.0.36"
,
"duiba-utils"
:
"^1.0.11"
"duiba-utils"
:
"^1.0.11"
},
},
"scripts"
:
{
"scripts"
:
{
...
...
project/src/panels/cost.ts
View file @
ddd19e3a
...
@@ -15,7 +15,6 @@ import { waitAPI } from "./wait2";
...
@@ -15,7 +15,6 @@ import { waitAPI } from "./wait2";
import
{
polling
}
from
'@spark/api-base'
;
import
{
polling
}
from
'@spark/api-base'
;
let
section
;
let
section
;
let
projectId
:
string
;
let
projectId
:
string
;
const
projectxString
=
"projectx/"
;
const
projectxString
=
"projectx/"
;
...
...
project/src/panels/memberGuide.ts
View file @
ddd19e3a
...
@@ -17,7 +17,7 @@ export class memberGuidePanel extends Panel {
...
@@ -17,7 +17,7 @@ export class memberGuidePanel extends Panel {
console
.
log
(
'memberGuide_btn'
);
console
.
log
(
'memberGuide_btn'
);
window
[
'wx'
].
miniProgram
.
redirectTo
({
window
[
'wx'
].
miniProgram
.
redirectTo
({
url
:
'/pages/
member-center/member-center/member-center-index
'
url
:
'/pages/
open-card/open-card/open-card
'
});
});
sendLog
(
"click"
,
6
);
sendLog
(
"click"
,
6
);
...
...
project/src/panels/notEnoughMoney.ts
View file @
ddd19e3a
...
@@ -16,7 +16,7 @@ export class notEnoughMoneyPanel extends Panel {
...
@@ -16,7 +16,7 @@ export class notEnoughMoneyPanel extends Panel {
sendLog
(
"click"
,
5
);
sendLog
(
"click"
,
5
);
window
[
'wx'
].
miniProgram
.
redirectTo
({
window
[
'wx'
].
miniProgram
.
redirectTo
({
url
:
'/pages/points
mall-index/pointsmall-index
'
url
:
'/pages/points
-mall/member-task/member-task
'
});
});
}
}
...
...
project/yarn.lock
View file @
ddd19e3a
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