- wx-open-launch-app 唤起不了app?
微信开发工具 显示跳转成功。 公众号appid:wxdbc615789f380efb 跳转app应用的appid:wxdcc383c74eb6439d 日志时间点:2022-06-14 10:20 微信号:loubingzhuxue 在 安卓真机 wx-open-launch-app 标签里面 launch 事件中 看到 appId ,extInfo 信息
2022-06-14 - TypeSrcipt模板更新添加miniprogram-api-typings编译出错。求助官方?
[图片][图片] [图片] 之前TypeSrcipt 模板里面 package.json 中dependencies 里面没有 miniprogram-api-typings。 npm install miniprogram-api-typings 之后在 tsconfig.json 中修改 typeRoots : [ "./node_modules/miniprogram-api-typings" ] 1.编译出现 错误 miniprogram/pages/auc/special/special.ts:62:3 - error TS2345: Argument of type '{ data: { curPage: number; pageSize: number; specials: never[]; session: {}; sesCode: string; loading: false; footer: false; showmask: false; loadAfresh: false; }; onLoad(options: any): void; onPullDownRefresh(): void; ... 4 more ...; handleTapLots(event: any): void; }' is not assignable to parameter of type 'Options<{ curPage: number; pageSize: number; specials: never[]; session: {}; sesCode: string; loading: boolean; footer: boolean; showmask: boolean; loadAfresh: boolean; }, {}>'. Object literal may only specify known properties, and 'eventLoadAfresh' does not exist in type 'Options<{ curPage: number; pageSize: number; specials: never[]; session: {}; sesCode: string; loading: boolean; footer: boolean; showmask: boolean; loadAfresh: boolean; }, {}>'. 62 eventLoadAfresh() { 2.miniprogram-api-typings 文件里面也出现错误 node_modules/miniprogram-api-typings/types/wx/lib.wx.api.d.ts:15775:15 - error TS2451: Cannot redeclare block-scoped variable 'console'. 15775 declare const console: WechatMiniprogram.Console ~~~~~~~ node_modules/typescript/lib/lib.dom.d.ts:17510:13 17510 declare var console: Console; ~~~~~~~ 'console' was also declared here.
2020-02-14 - Typesrcipt 模板 无法 添加npm 支持? 官方能给解答下么
使用 javasrcipt 模板 可以支持npm 。 Typesrcipt 总是 找找不到 npm 包 。查询资料 还是没解决 问题已解决。 1. 把项目根里面 package.json 负责一份到 miniprogram 目录下 2. cmd 到项目的 miniprogram 目录下 npm i , 自动构建 node_modules 在npm 更新锁需要的库例:npm i @vant/weapp -S --production 3. 按照官网文档操作 注意 引用路径别写错了 。 汗.... 感谢下面 官方 的回复。
2020-02-12 - typesrcitp 编译无法没有 selectComponent ?
Property 'selectComponent' does not exist on type?
2019-08-01