积分商城问题修复

This commit is contained in:
2025-12-11 15:51:14 +08:00
parent 62af2a81f8
commit 9a0164eff6
11 changed files with 773 additions and 479 deletions

View File

@@ -2260,7 +2260,7 @@ async function getDiscountActivity() {
const res = await discountActivityApi.config({
shopId: uni.cache.get('shopId')
});
if (res) {
if (res&&typeof res=='object') {
fullAmountActivity.value = res;
}
}