Style(订单):按钮样式调整
This commit is contained in:
@@ -223,7 +223,7 @@
|
||||
</template>
|
||||
<template v-if="parseInt(order._status._type) === 1 && order.isTickets === 0">
|
||||
<view
|
||||
class="bnt bg-color-lightred v12-white v12-primary-text v12-primary-border v12-radius-40"
|
||||
class="bnt service"
|
||||
@click="goOrderDetails(order)"
|
||||
>查看详情</view>
|
||||
</template>
|
||||
@@ -252,7 +252,7 @@
|
||||
>去评价</view>
|
||||
</template>
|
||||
<template v-if="parseInt(order._status._type) === 4">
|
||||
<view class="bnt bg-color-lightred" @click="goOrderDetails(order)">查看订单</view>
|
||||
<view class="bnt service" @click="goOrderDetails(order)">查看订单</view>
|
||||
</template>
|
||||
</view>
|
||||
</view>
|
||||
@@ -284,7 +284,7 @@
|
||||
class="gift-btn service v12-primary-text v12-primary-border"
|
||||
@click="subscribePay(order)"
|
||||
>立即支付</button>
|
||||
<view class="bnt service v12-primary-text v12-primary-border" @click="goOrderDetails(order)">查看详情</view>
|
||||
<view class="bnt service" @click="goOrderDetails(order)">查看详情</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user