mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-22 03:31:09 +08:00
mod: show member coin/like archives(web)
Closes #265 Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -254,10 +254,10 @@ class MemberController extends GetxController {
|
||||
|
||||
// 请求投币视频
|
||||
Future getRecentCoinVideo() async {
|
||||
if (userInfo == null) return;
|
||||
var res = await MemberHttp.getRecentCoinVideo(mid: mid!);
|
||||
recentCoinsList.value = res['data'];
|
||||
return res;
|
||||
// if (userInfo == null) return;
|
||||
// var res = await MemberHttp.getRecentCoinVideo(mid: mid!);
|
||||
// recentCoinsList.value = res['data'];
|
||||
// return res;
|
||||
}
|
||||
|
||||
// 跳转查看动态
|
||||
|
||||
Reference in New Issue
Block a user