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
d25f3c81
Commit
d25f3c81
authored
Aug 18, 2021
by
wildfirecode13
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
u
parent
3635b2fe
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
memberGuide.ts
project/src/panels/memberGuide.ts
+1
-1
notEnoughMoney.ts
project/src/panels/notEnoughMoney.ts
+1
-1
No files found.
project/src/panels/memberGuide.ts
View file @
d25f3c81
...
...
@@ -17,7 +17,7 @@ export class memberGuidePanel extends Panel {
console
.
log
(
'memberGuide_btn'
);
window
[
'wx'
].
miniProgram
.
redirectTo
({
url
:
'/pages/
member-center/member-center/member-center-index
'
url
:
'/pages/
open-card/open-card/open-card
'
});
sendLog
(
"click"
,
6
);
...
...
project/src/panels/notEnoughMoney.ts
View file @
d25f3c81
...
...
@@ -16,7 +16,7 @@ export class notEnoughMoneyPanel extends Panel {
sendLog
(
"click"
,
5
);
window
[
'wx'
].
miniProgram
.
redirectTo
({
url
:
'/pages/points
mall-index/pointsmall-index
'
url
:
'/pages/points
-mall/member-task/member-task
'
});
}
...
...
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