mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-21 19:28:27 +08:00
mod: show member coin/like archives(web)
Closes #265 Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -23,7 +23,7 @@ extension MemberTabTypeExt on MemberTabType {
|
||||
class MemberControllerNew extends CommonController
|
||||
with GetTickerProviderStateMixin {
|
||||
MemberControllerNew({required this.mid});
|
||||
int? mid;
|
||||
int mid;
|
||||
RxDouble scrollRatio = 0.0.obs;
|
||||
String? username;
|
||||
int? ownerMid;
|
||||
@@ -154,7 +154,7 @@ class MemberControllerNew extends CommonController
|
||||
|
||||
void _onBlock() async {
|
||||
dynamic res = await VideoHttp.relationMod(
|
||||
mid: mid ?? -1,
|
||||
mid: mid,
|
||||
act: relation.value != -1 ? 5 : 6,
|
||||
reSrc: 11,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user