|
@@ -136,15 +136,15 @@ export class NoticeComponent implements OnInit {
|
|
|
}
|
|
|
async toUrlService(url: string){
|
|
|
if (this.showModal) return;
|
|
|
- if(!this.accServ.userVip?.rights?.['vip-service']){
|
|
|
- const toast = await this.toastController.create({
|
|
|
- message: '高级会员专享服务',
|
|
|
- color: 'warning',
|
|
|
- duration: 1500,
|
|
|
- });
|
|
|
- toast.present();
|
|
|
- return
|
|
|
- }
|
|
|
+ // if(!this.accServ.userVip?.rights?.['vip-service']){
|
|
|
+ // const toast = await this.toastController.create({
|
|
|
+ // message: '高级会员专享服务',
|
|
|
+ // color: 'warning',
|
|
|
+ // duration: 1500,
|
|
|
+ // });
|
|
|
+ // toast.present();
|
|
|
+ // return
|
|
|
+ // }
|
|
|
this.router.navigate([url]);
|
|
|
}
|
|
|
async download() {
|