fix(custom):
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-05-25 10:28:32 +08:00
parent f67dc80a49
commit 0816707bdd
2 changed files with 4 additions and 3 deletions

View File

@@ -7,7 +7,6 @@
<nut-price :price="orderData.price" size="large" />
<view class="line"></view>
<nut-price
:decimal-digits="0"
position="after"
symbol="积分"
:price="orderData.exchange"

View File

@@ -53,6 +53,8 @@ interface OrderList {
pay_type: number;
exchange: number;
price: number;
joint_oid: string;
bid: string;
}
interface GoodsItem {
@@ -291,7 +293,7 @@ const getTj = async () => {
plain
size="mini"
type="primary"
@click="delOrder(item.oid)"
@click.stop="delOrder(item.oid)"
>取消订单
</nut-button>
<!-- <nut-button
@@ -306,7 +308,7 @@ const getTj = async () => {
size="mini"
type="primary"
v-if="item.status === 0"
@click="openPay(item)"
@click.stop="openPay(item)"
>立即付款
</nut-button>
</view>