套餐问题修复

This commit is contained in:
2025-12-20 14:55:53 +08:00
parent 5b2c925fad
commit 1b1e75b5d1
2 changed files with 2 additions and 2 deletions

View File

@@ -558,7 +558,7 @@
function getDetail() {
Api.orderDetail(query).then(res => {
if(!item.id ) {
if(!res) {
uni.showModal({
title: '提示',
content: '记录不存在',