feat(pay/success): 充值文案调整
This commit is contained in:
parent
a11f104adc
commit
c53c7f86e3
|
@ -25,7 +25,11 @@
|
|||
<!-- 操作按钮区域 -->
|
||||
<view class="action-section">
|
||||
<view class="button-group">
|
||||
<button class="btn btn-secondary" @click="goToOrderList">
|
||||
<button
|
||||
v-if="isRecharge === undefined"
|
||||
class="btn btn-secondary"
|
||||
@click="goToOrderList"
|
||||
>
|
||||
查看订单
|
||||
</button>
|
||||
<button class="btn btn-primary" @click="goToHome">返回首页</button>
|
||||
|
|
Loading…
Reference in New Issue