Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
梁建民
/
h5
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
5f5caff7
authored
May 13, 2019
by
林翔
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
lx
parent
ae8d9f9e
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
5 deletions
src/store/modules/wallet/wallet.js
view/app.js
src/store/modules/wallet/wallet.js
View file @
5f5caff7
...
...
@@ -481,10 +481,6 @@ const actions = {
let
data
=
res
.
data
;
if
(
data
.
err_code
==
0
)
{
Toast
({
message
:
data
.
err_msg
,
duration
:
2000
});
commit
({
type
:
'walletRecharge'
,
data
:
data
.
data
...
...
@@ -570,7 +566,7 @@ const actions = {
if
(
is_miniProgram
())
{
//微信小程序
wx
.
requestPayment
(
data
.
data
);
}
else
{
window
.
location
.
href
=
data
.
data
;
window
.
location
.
href
=
data
.
data
.
data
;
}
}
else
{
Toast
({
...
...
view/app.js
View file @
5f5caff7
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