H5支持微信支付

This commit is contained in:
Gaoxs
2020-08-20 17:55:27 +08:00
parent 48e073d573
commit 12238a98d6
7 changed files with 168 additions and 74 deletions

View File

@ -150,15 +150,20 @@ export default {
});
} else {
uni.showToast({
title: "已取消绑定",
title: "操作成功",
icon: "none",
duration: 2000
});
// uni.showToast({
// title: "已取消绑定",
// icon: "none",
// duration: 2000
// });
// that.$yrouter.replace({
// path: "/pages/user/PersonalData/index"
// });
}
that.$yrouter.go(-1);
that.$yrouter.back();
});
} catch (err) {
uni.showToast({