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
03bd381d
Commit
03bd381d
authored
Aug 16, 2021
by
wildfirecode13
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
u
parent
479dde76
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
memberGuide.ts
project/src/panels/memberGuide.ts
+5
-1
notEnoughMoney.ts
project/src/panels/notEnoughMoney.ts
+4
-1
No files found.
project/src/panels/memberGuide.ts
View file @
03bd381d
...
...
@@ -15,7 +15,11 @@ export class memberGuidePanel extends Panel {
}
click_memberGuide_btn
(){
console
.
log
(
'memberGuide_btn'
);
location
.
href
=
'pages/customView/customView1'
;
window
[
'wx'
].
miniProgram
.
redirectTo
({
url
:
'/pages/customView/customView1'
});
sendLog
(
"click"
,
6
);
}
...
...
project/src/panels/notEnoughMoney.ts
View file @
03bd381d
...
...
@@ -14,7 +14,10 @@ export class notEnoughMoneyPanel extends Panel {
click_notEnoughMoney_btn
(){
sendLog
(
"click"
,
5
);
location
.
href
=
'pages/pointsmall-index/pointsmall-index?pageId=ff8080816deed7ce016df398f7662325'
;
window
[
'wx'
].
miniProgram
.
redirectTo
({
url
:
'/pages/pointsmall-index/pointsmall-index?pageId=ff8080816deed7ce016df398f7662325'
});
}
get
groupNames
()
{
return
[
"notEnoughMoney"
]
}
...
...
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