去除无用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",
|
||||
|
@ -27,7 +27,7 @@ export default {
|
||||
return {};
|
||||
},
|
||||
props: {
|
||||
cId: 0,
|
||||
id: 0,
|
||||
img: '',
|
||||
title: '',
|
||||
info: '',
|
||||
|
@ -9,7 +9,7 @@
|
||||
</view>
|
||||
<view class="group-box">
|
||||
<view class="goods-item" v-for="(groupon, index) in grouponList" :key="groupon.id">
|
||||
<activity-card :cId="groupon.id" :title="groupon.title" :info="groupon.info" :img="groupon.image"
|
||||
<activity-card :id="groupon.id" :title="groupon.title" :info="groupon.info" :img="groupon.image"
|
||||
:price="groupon.price" :productPrice="groupon.productPrice">
|
||||
<block slot="tag">
|
||||
<view class="tag" v-if="index < 3">TOP{{ index + 1 }}</view>
|
||||
|
@ -207,7 +207,6 @@ export default {
|
||||
console.log(item);
|
||||
setAdminOrderDelivery(item)
|
||||
.then(res => {
|
||||
console.log(res);
|
||||
uni.showToast({
|
||||
title: res.msg,
|
||||
icon: "none",
|
||||
|
@ -593,7 +593,7 @@
|
||||
//选择属性;
|
||||
ChangeAttr: function (res) {
|
||||
// 修改了规格
|
||||
console.log(res);
|
||||
|
||||
let productSelect = this.productValue[res.value];
|
||||
if (productSelect) {
|
||||
this.attr.productAttr[res.indexw].index = res.indexn;
|
||||
@ -754,10 +754,10 @@
|
||||
configAppMessage
|
||||
)
|
||||
.then((res) => {
|
||||
console.log(res);
|
||||
|
||||
})
|
||||
.catch((res) => {
|
||||
console.log(res);
|
||||
|
||||
if (res.is_ready) {
|
||||
res.wx.updateAppMessageShareData(configAppMessage);
|
||||
res.wx.updateTimelineShareData(configAppMessage);
|
||||
@ -776,10 +776,10 @@
|
||||
configAppMessage
|
||||
)
|
||||
.then((res) => {
|
||||
console.log(res);
|
||||
|
||||
})
|
||||
.catch((res) => {
|
||||
console.log(res);
|
||||
|
||||
if (res.is_ready) {
|
||||
res.wx.updateAppMessageShareData(configAppMessage);
|
||||
res.wx.updateTimelineShareData(configAppMessage);
|
||||
|
@ -165,7 +165,6 @@
|
||||
rechar_id: that.rechar_id,
|
||||
})
|
||||
.then((res) => {
|
||||
console.log(res);
|
||||
var data = res.data.data;
|
||||
weappPay(res.data.data)
|
||||
.then(() => {
|
||||
|
@ -228,7 +228,6 @@
|
||||
iv: e.mp.detail.iv
|
||||
})
|
||||
.then(res => {
|
||||
console.log(res);
|
||||
// this.User();
|
||||
thit.$store.dispatch("userInfo", true);
|
||||
uni.hideLoading();
|
||||
|
Reference in New Issue
Block a user