积分商城问题修复
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user