...
|
...
|
@@ -50,7 +50,7 @@ |
|
|
<div class="order-button" v-show="order.status != 1 && order.status != 2 && order.status != 3">
|
|
|
<template v-if="order.is_cancel === 'Y'">
|
|
|
<button @click="deleteOrder(order.order_code)" class="leftpad">删除订单</button>
|
|
|
<button @click="readdOrder(order)" class="normal">再次购买</button>
|
|
|
<button @click="readdOrder(order)" class="normal">再次购买</button>
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
<button v-if="order.status == 0" @click="cancelOrder()">取消订单</button>
|
...
|
...
|
@@ -273,7 +273,7 @@ |
|
|
if (yoho.goShopingKey && result.data && result.data.shopping_key) {
|
|
|
yoho.goShopingKey({shoppingKey: result.data.shopping_key});
|
|
|
}
|
|
|
yoho.goShopingCart();
|
|
|
yoho.goShopingCart();
|
|
|
}
|
|
|
});
|
|
|
});
|
...
|
...
|
|