Commit 553e306e authored by malin's avatar malin

t

parent 8bb0074a
......@@ -149,7 +149,7 @@ export default {
// 获取订单号
let res_order = await API.API_createorder(
params_createorder,
this.$route.query.info
this.baseInfo
);
const orderId = res_order.result.data.orderId;
......
......@@ -9,7 +9,7 @@
</div>
<!-- 支付信息 -->
<pay-info />
<pay-info ref="pay" />
<!-- 内容 -->
<div class="row-center-center">
......@@ -57,6 +57,7 @@
<div
v-show="is_show_btn"
class="btn row-center-center fc-f ff-pp fw-5 fs-36"
@click="pay"
>
付费查看全部解析
</div>
......@@ -76,6 +77,12 @@ export default {
is_show_btn: false,
};
},
methods: {
pay() {
this.$refs.pay._payment();
},
},
};
</script>
......
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