Commit 5e595d9f authored by malin's avatar malin

r

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