Commit 5f5caff7 by 林翔

lx

parent ae8d9f9e
...@@ -481,10 +481,6 @@ const actions = { ...@@ -481,10 +481,6 @@ const actions = {
let data = res.data; let data = res.data;
if (data.err_code == 0) { if (data.err_code == 0) {
Toast({
message: data.err_msg,
duration: 2000
});
commit({ commit({
type: 'walletRecharge', type: 'walletRecharge',
data: data.data data: data.data
...@@ -570,7 +566,7 @@ const actions = { ...@@ -570,7 +566,7 @@ const actions = {
if (is_miniProgram()) { //微信小程序 if (is_miniProgram()) { //微信小程序
wx.requestPayment(data.data); wx.requestPayment(data.data);
} else { } else {
window.location.href = data.data; window.location.href = data.data.data;
} }
} else { } else {
Toast({ Toast({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment