Commit 3c934dfb authored by IvyXia123's avatar IvyXia123

支付情况

parent f4482277
<template>
<div class="buy-success">
{{ subscribe }}
<div v-if="subscribe==0">
<div class="topTop">
<div>
......@@ -121,6 +122,8 @@ export default {
} else {
this.userDesc = JSON.parse(localStorage.getItem("userDesc"));
this.subscribe = this.userDesc.open_info.is_subscribe;
console.log(this.userDesc.open_info)
console.log(this.subscribe, 87687678)
getOrderDetailApi(this.orderNo).then(res => {
console.log(3333)
this.goods_id = res.goods_id;
......
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