测试环境链接替换,部分问题修复,增加批量退菜功能
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user