修改bug

This commit is contained in:
2026-02-02 10:56:40 +08:00
parent 4d4ec340a5
commit 21562e57a6
7 changed files with 2939 additions and 832 deletions

View File

@@ -808,7 +808,7 @@ const isGoodsCategory = computed(() => {
const isSpecialServiceCategory = computed(() => {
const category = getCategoryInfo();
if (!category) return false;
return category.isMallService === 1 && category.isProjectService === 1;
return Number(category.isMallService) === 1 || Number(category.isProjectService) === 1;
});
// 判断是否自动选择网上商城采购方式5万<=金额<40万服务类目特殊服务类目