This commit is contained in:
@@ -7,7 +7,6 @@
|
|||||||
<nut-price :price="orderData.price" size="large" />
|
<nut-price :price="orderData.price" size="large" />
|
||||||
<view class="line"></view>
|
<view class="line"></view>
|
||||||
<nut-price
|
<nut-price
|
||||||
:decimal-digits="0"
|
|
||||||
position="after"
|
position="after"
|
||||||
symbol="积分"
|
symbol="积分"
|
||||||
:price="orderData.exchange"
|
:price="orderData.exchange"
|
||||||
|
|||||||
@@ -53,6 +53,8 @@ interface OrderList {
|
|||||||
pay_type: number;
|
pay_type: number;
|
||||||
exchange: number;
|
exchange: number;
|
||||||
price: number;
|
price: number;
|
||||||
|
joint_oid: string;
|
||||||
|
bid: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
interface GoodsItem {
|
interface GoodsItem {
|
||||||
@@ -291,7 +293,7 @@ const getTj = async () => {
|
|||||||
plain
|
plain
|
||||||
size="mini"
|
size="mini"
|
||||||
type="primary"
|
type="primary"
|
||||||
@click="delOrder(item.oid)"
|
@click.stop="delOrder(item.oid)"
|
||||||
>取消订单
|
>取消订单
|
||||||
</nut-button>
|
</nut-button>
|
||||||
<!-- <nut-button
|
<!-- <nut-button
|
||||||
@@ -306,7 +308,7 @@ const getTj = async () => {
|
|||||||
size="mini"
|
size="mini"
|
||||||
type="primary"
|
type="primary"
|
||||||
v-if="item.status === 0"
|
v-if="item.status === 0"
|
||||||
@click="openPay(item)"
|
@click.stop="openPay(item)"
|
||||||
>立即付款
|
>立即付款
|
||||||
</nut-button>
|
</nut-button>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
Reference in New Issue
Block a user