Commit 3c934dfb authored by IvyXia123's avatar IvyXia123

支付情况

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