去除无用log;修改H5端登录无法重定向的问题

This commit is contained in:
Gaoxs
2020-09-19 16:12:41 +08:00
parent da68997cee
commit 6a33c4ec80
10 changed files with 97 additions and 70 deletions

View File

@ -165,7 +165,6 @@
rechar_id: that.rechar_id,
})
.then((res) => {
console.log(res);
var data = res.data.data;
weappPay(res.data.data)
.then(() => {

View File

@ -228,7 +228,6 @@
iv: e.mp.detail.iv
})
.then(res => {
console.log(res);
// this.User();
thit.$store.dispatch("userInfo", true);
uni.hideLoading();