faat: 用户专栏

This commit is contained in:
guozhigq
2024-09-28 16:17:23 +08:00
parent 150745bb2d
commit 43750142ae
9 changed files with 393 additions and 19 deletions

View File

@ -240,4 +240,6 @@ class MemberController extends GetxController {
}
void pushfavPage() => Get.toNamed('/fav?mid=$mid');
// 跳转图文专栏
void pushArticlePage() => Get.toNamed('/memberArticle?mid=$mid');
}