Commit 5f5caff7 by 林翔

lx

parent ae8d9f9e
......@@ -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({
......
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