-
**问题描述**
新建空白项目,只引用了weixin-js-sdk一个库,在index页面引入weixin-js-sdk,进行初始化,浏览器打开无错误,使用微信小程序进行调试,报错TypeError: Cannot read property 'jWeixin' of undefined
**复现步骤**
[复现问题的步骤]
1. 安装weixin-js-sdk,yarn add w…
-
**问题描述**
企业微信JS-SDK中的wx.chooseImage被覆写,调用后无法获取localIds(文档中描述的图片返回结果)
**复现步骤**
测试Demo:https://github.com/litangyu/uni-app_issues-3613
1. 启动项目
2. 浏览器打开项目,打开调试模式
3. 在console中打印wx.chooseImage
…
-
**BUG 描述**
Taro.redirectTo({ url: backUrl })}
onClickRight={() => Toast.show({ message: '点击按钮 right' })}
/>
**复现步骤**
**期望结果**
**实际结果**
**截图**
![image](https://user-images.…
-
微信小程序环境判断:
`export const isWeChatMiniProgram = !isByteDanceMicroApp && typeof wx !== 'undefined' && wx !== null && (typeof wx.request !== 'undefined' || typeof wx.miniProgram !== 'undefined');`
we…
-
like sometime our do Single page application in index.html:
-
**问题描述**
uniapp 钉钉小程序,h5使用uni.postMessage发送消息,webview无法接收
**html**
直接使用官方的h5 demo
```html
网络网页
.btn {
display: block;
margin: 20px auto;
…
-
- 之前用过nextjs做ssr, 现在打算看看umi3, 使用umi3之后希望能更好的和阿里的生态有个紧密的结合, 以期有新的好的方案, 如果我司需要能更好更方便的集成
## What happens?
1. tdk问题
title description keywords
开发环境, title的内容, 页面显示的和源码中的不一样, 但是keywords description是一…
-
[openTagList](https://developers.weixin.qq.com/doc/offiaccount/OA_Web_Apps/Wechat_Open_Tag.html#23)
-
通过指定CustomURL为http://res2.wx.qq.com/open/js/jweixin-1.6.0.js,加载微信 jssdk 1.6.0。
后台计算 url 的签名好像也没啥问题。
前端调用代码好像也没什么问题。
用的下面两个接口:
updateAppMessageShareData
updateTimelineShareData
但是无法调起…
-
Upgrade to 4.0.0-alpha.3, I got this:
`resolve-url-loader: webpack misconfiguration
webpack or the upstream loader did not supply a source-map`
webpack-base-config.js:
```js
const path = …