去除无用log;修改H5端登录无法重定向的问题
This commit is contained in:
@ -276,6 +276,7 @@
|
||||
this.getBargainHelpCount();
|
||||
},
|
||||
openAlone: function () {
|
||||
debugger
|
||||
this.$yrouter.push({
|
||||
path: "/detail/" + this.bargain.productId
|
||||
});
|
||||
@ -305,6 +306,8 @@
|
||||
} else {
|
||||
that.bargainPartake = parseInt(this.partake);
|
||||
}
|
||||
|
||||
debugger;
|
||||
that.getBargainHelpCountStart();
|
||||
that.getBargainDetail();
|
||||
that.getBargainShare(0);
|
||||
@ -343,6 +346,7 @@
|
||||
goPoster: function () {
|
||||
var that = this;
|
||||
that.getBargainShare(that.bargainId);
|
||||
debugger
|
||||
this.$yrouter.push({
|
||||
path: "/pages/activity/Poster/index",
|
||||
query: {
|
||||
@ -352,6 +356,7 @@
|
||||
});
|
||||
},
|
||||
goList: function () {
|
||||
debugger
|
||||
this.$yrouter.push({
|
||||
path: "/pages/activity/GoodsBargain/index"
|
||||
});
|
||||
@ -524,6 +529,7 @@
|
||||
|
||||
})
|
||||
.catch(() => {
|
||||
debugger
|
||||
debugger
|
||||
this.$yrouter.push({
|
||||
path: "/pages/activity/DargainDetails/index",
|
||||
|
Reference in New Issue
Block a user