faat: 用户专栏

This commit is contained in:
guozhigq
2024-09-28 16:17:23 +08:00
parent 846bd31938
commit b10b147ce3
8 changed files with 387 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');
}