|
|
|
|
@ -19,8 +19,9 @@ import PopupAlert from "../../components/popup/popup-alert";
|
|
|
|
|
import {
|
|
|
|
|
GetIntegralRule,
|
|
|
|
|
GetObtainUserIntegral,
|
|
|
|
|
GetOfficialAccount,
|
|
|
|
|
GetIsAttentionOfficialAccount,
|
|
|
|
|
GetOfficialAccount,
|
|
|
|
|
GetCloseOfficialAccount,
|
|
|
|
|
} from "../../utils/Interface";
|
|
|
|
|
|
|
|
|
|
class IntegralList extends Component<any, any> {
|
|
|
|
|
@ -54,9 +55,9 @@ class IntegralList extends Component<any, any> {
|
|
|
|
|
|
|
|
|
|
async initData() {
|
|
|
|
|
this.GetObtainUserIntegral();
|
|
|
|
|
this.checkOfficialAccount();
|
|
|
|
|
// this.GetOfficialAccount();
|
|
|
|
|
// this.GetIsAttentionOfficialAccount();
|
|
|
|
|
// this.checkOfficialAccount();
|
|
|
|
|
this.GetOfficialAccount();
|
|
|
|
|
this.GetIsAttentionOfficialAccount();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// 检查是否关注公众号:只在每年的09-30号前提醒,如果没有关注则弹窗提醒
|
|
|
|
|
|