- 请问小程序中使用 wx:key时到底需不需要加双括号{{}}?
- 请问小程序中使用 wx:key时到底需不需要加双括号{{}}? 官方文档不用加双括号,且直接写字段的名称字符串,如下:[图片] [图片] 而官方的demo却是这样的: [图片] [图片] 这就很让人迷茫了,希望能得到解答
2018-08-17 - 小程序wx:for时使用 wx:key=“index”时到底需不需要加双括号{{}}?
官方文档上面是直接字段名而且没有双花括号,所以想请问如果是index是不是也是同样的写法,不需要双花括号?
2019-12-05 - input组件清空value,无法清除问题
input组件清空value, 无法清除
2019-08-08 - 引入regenerator-runtime/runtime.js报错
使用 import regeneratorRuntime from './../../utils/regenerator-runtime/runtime.js'; 或者使用 const regeneratorRuntime= require('./../../utils/regenerator-runtime/runtime.js') 在使用async await时回报 VM4677:1 thirdScriptError sdk uncaught third Error Function(...) is not a function TypeError: Function(...) is not a function Page is not constructed because it is not found. 的错误,请问应该怎么解决?
2019-05-11 - 小程序官方是不是已经支持async await了?
我在windows上使用的微信开发者工具版本是1.02.1907160。本地设置勾选了“ES6转ES5"和"增强编译"两个选项,也并未引用regenerator-runtime,可以在开发工具里正常写async await,真机调试也是OK的。 那是不是官方已经完美支持了async await编译为es5,如果是的,那就可以放心的使用了,而不用担心低端机型的问题了。
2019-07-20