Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
X
XiTianSenMall
Project
Project
Details
Activity
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
leiqingsong
XiTianSenMall
Commits
0590a157
Commit
0590a157
authored
4 years ago
by
leiqingsong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
e50dedc2
master
dev_lqs
dev_wm
dev_xll
1 merge request
!40
修改
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
9 deletions
+2
-9
App.vue
H5/src/App.vue
+2
-1
wallet.vue
H5/src/views/income/wallet.vue
+0
-8
No files found.
H5/src/App.vue
View file @
0590a157
...
...
@@ -22,7 +22,8 @@ export default {
this
.
currentTitle
=
val
.
meta
.
title
;
}
},
mounted
()
{
created
()
{
console
.
log
(
'和App开始交互'
);
getAuthToken
().
then
(
res
=>
{
console
.
log
(
'获取token成功'
,
res
);
}).
catch
(
err
=>
{
...
...
This diff is collapsed.
Click to expand it.
H5/src/views/income/wallet.vue
View file @
0590a157
...
...
@@ -55,7 +55,6 @@
</
template
>
<
script
>
import
{
getAuthToken
}
from
"@/utils/bridgeToAppFun"
;
import
{
getMoneyPackage
}
from
"@/api/wallet"
;
export
default
{
...
...
@@ -71,13 +70,6 @@ export default {
},
mounted
()
{
this
.
getWalletInfo
();
getAuthToken
()
.
then
(
res
=>
{
console
.
log
(
"success"
,
res
);
})
.
catch
(
err
=>
{
console
.
log
(
"error"
,
err
);
});
},
methods
:
{
// 跳转到可提现界面
...
...
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