测试环境链接替换,部分问题修复,增加批量退菜功能

This commit is contained in:
2026-07-07 15:26:08 +08:00
parent b93429ed99
commit c001f982b4
29 changed files with 1975 additions and 349 deletions

View File

@@ -250,6 +250,10 @@
return infoBox.showToast("请输入退菜原因");
}
const shopInfo = uni.getStorageSync('shopInfo')
if(props.data.isTemporary){
return refundGoods()
}
if (shopInfo.refundMode == 1) {
const res = await getGoodsCategory(props.data)
if (res.refundMode === 3) {