feat: 订单再次预定跳转修复
This commit is contained in:
@@ -67,7 +67,7 @@ const emit = defineEmits(["refund", "refresh"]);
|
|||||||
const handleButtonClick = async (orderData) => {
|
const handleButtonClick = async (orderData) => {
|
||||||
try {
|
try {
|
||||||
// 再次预定跳转商品详情
|
// 再次预定跳转商品详情
|
||||||
if (["3", "5", "6"].includes(statusCode.value)) {
|
if (["1", "2", "3", "4", "5", "6"].includes(statusCode.value)) {
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: `/pages/goods/index?commodityId=${orderData.commodityId}`,
|
url: `/pages/goods/index?commodityId=${orderData.commodityId}`,
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user