Commit 95e09ea6 authored by IvyXia123's avatar IvyXia123

支付情况3

parent b9c3299d
......@@ -104,14 +104,16 @@ export default {
console.log(sessionStorage.getItem('groupDetail'), 2222);
console.log(JSON.parse(sessionStorage.getItem('groupDetail')), 333);
this.groupDetail = JSON.parse(sessionStorage.getItem('groupDetail'));
console.log(this.$route.query.shopId, 'id+'+87897)
getGoodsDetailApi(this.$route.query.shopId).then(res => {
this.groupDetail = res
})
if (sessionStorage.getItem("buyindex") == 1) {
getUserDetailApi().then(res => {
console.log(9999)
localStorage.setItem("userDesc", JSON.stringify(res));
this.userDesc = res;
getGoodsDetailApi(this.$route.query.shopId).then(res => {
console.log(res, 737373)
})
this.subscribe = this.userDesc.open_info.is_subscribe;
conosle.log(this.userDesc.open_info, 786876)
getOrderDetailApi(this.orderNo).then(res => {
......@@ -126,9 +128,6 @@ export default {
} else {
this.userDesc = JSON.parse(localStorage.getItem("userDesc"));
this.subscribe = this.userDesc.open_info.is_subscribe;
getGoodsDetailApi(this.$route.query.shopId).then(res => {
console.log(res, 737373)
})
console.log(this.userDesc.open_info)
console.log(this.subscribe, 87687678)
getOrderDetailApi(this.orderNo).then(res => {
......
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 to comment