|
@@ -1,6 +1,7 @@
|
|
|
import { FunctionTrigger } from '$mixins/trigger/class/index';
|
|
|
|
|
|
import personalDetail from '$utils/control/personal-detail/index';
|
|
|
+import popup, {PopupExportComponent} from "$utils/tool/popup";
|
|
|
|
|
|
export default [
|
|
|
{
|
|
@@ -17,6 +18,7 @@ export default [
|
|
|
where:'is_player',
|
|
|
trigger:new FunctionTrigger(function (){
|
|
|
if (this.userInfo && this.userInfo.uid && this.userInfo.pid) {
|
|
|
+ popup.$close(PopupExportComponent.detail);
|
|
|
personalDetail.openDetail(this.userInfo);
|
|
|
}
|
|
|
})
|
|
@@ -30,4 +32,4 @@ export default [
|
|
|
this.toggleFollow();
|
|
|
})
|
|
|
}
|
|
|
-]
|
|
|
+]
|