UNPKG

ng-yunzai-mobile

Version:

1. 修改wechat.micro.ts

7 lines (6 loc) 160 B
export interface ITitle { title?: string; success?: (success: any) => void; fail?: (error: any) => void; complete?: (msg: any) => void; }