Commit 5e595d9f authored by malin's avatar malin

r

parent 03f0a75b
......@@ -67,7 +67,11 @@
class="row-center-center fc-f fs-36 ff-pp fw-5"
style="margin-top: 0.66rem"
>
<div ref="payBtn" class="pay-btn row-center-center" @click="_payment">
<div
ref="payBtn"
class="pay-btn row-center-center"
@click.once="_payment"
>
立即支付
</div>
</div>
......
......@@ -57,7 +57,7 @@
<div
v-show="is_show_btn"
class="btn row-center-center fc-f ff-pp fw-5 fs-36"
@click="pay"
@click.once="pay"
>
付费查看全部解析
</div>
......
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