优化积分模块

This commit is contained in:
gyq
2025-12-15 09:17:31 +08:00
parent ade25a0880
commit b6d4715655
4 changed files with 23 additions and 5 deletions

View File

@@ -91,13 +91,13 @@ onPullDownRefresh(() => {
case 0:
break;
case 1:
// productPageRef.value.reachBottom();
productPageRef.value.pointsGoodsPageAjax(1, true);
break;
case 2:
recordRef.value.goodsRecordPageAjax(1, true);
break;
case 3:
// userRecordRef.value.reachBottom();
userRecordRef.value.pointUserPageAjax(1, true);
break;
default:
break;