-
**问题描述**
在使用canvas的時候無法繪圖出來, 但用u-charts卻可以正常使用
**复现步骤**
[源代码](https://gist.github.com/alexyoubaifu/5dfb53d0f7853faa3b7b1d4303e51965)
**预期结果**
[如範例](https://uniapp.dcloud.io/api/canvas/Canva…
-
**问题描述**
微信小程序
使用picker,mode=selector, picker-view显示不出。
使用mode="date" fields="month" 是可以的
**复现步骤**
```
选择
```
**预期结果**
**实际结果**
![image](https://user-…
-
**问题描述**
引用npm文件时,如果npm包中使用class语法,会导致编译报错。
仅vue-cli创建的项目可复现,HBuilderX创建的项目无此现象。
**复现步骤**
1. 使用vue-cli创建一个uni-app项目
2. `npm install fancy-mini@2.x`
3. 在src/App.vue中写入以下代码
```js
import …
-
### 问题描述
更新了微信开发者工具 stable 1.02.1910120 版本,出现了 onPageNotFound 的问题,原因有可能是绑定 onPageNotFound 的时机要晚于 小程序执行代码启动的某个阶段。
目前怀疑是当前Taro的实现中, onPageNotFound 的绑定操作是在异步的环境下执行的,比如在setTimeout 或者 promise.resolve 里…
-
运行示例perl脚本之后,一直显示如下错误:
```sh
[18/12/17 10:51:28] [info] 当前正在使用 Mojo-Weixin v1.4.3
[18/12/17 10:51:28] [info] 客户端加载cookie[ /tmp/mojo_weixin_cookie_default.dat ]
[18/12/17 10:51:28] [info] 获取最新公告信息.…
-
-
1.4.5版本 centos6.7 74位,其他正常使用,就是无法访问api 3000 端口
`[19/09/24 22:18:36] [warn] Mojo::Reactor::Poll: I/O watcher failed: Can't locate object method "context" via package "Mojo::Weixin::Log" at /usr/loc…
lkddi updated
5 years ago
-
**问题描述**
像下面这种禁掉autoprefixer处理的注释,在dev下编译后会保留background: -webkit-linear-gradien,但更新uni-app后build时候会被删掉,猜测是build压缩css时候会删掉该注释,导致之后autoprefix删掉兼容的属性
`
/* autoprefixer: off */
background: -webkit-li…
-
In Moodle 3.6 with version 2018102901 of the plugin on the View all submissions page for an assignment with TII plagiarism enabled, none of the drop-down menus work (user menu, edit menu, etc). The co…
-
**问题描述**
H5 端 input 自动聚焦 ( focus ) 没有生效 ( 仅ios,安卓无问题 ) , 小程序端没问题
问题所述均在 h5 端 ios 系统下:
1: 第一次进入页面 , input 没有自动聚焦也没有唤起键盘 ;
2: 当刷新当前页面 , 点击页面任意位置 ( 除 input ) 可自动聚焦并唤起键盘.
**复现步骤**
```
// da…