
小程序
萨摩敲代码
这个作者很懒,什么都没留下…
展开
-
小程序扫描小程序码进入页面获取参数scene
onLoad: function (options) { if (options.scene) { const scene = decodeURIComponent(options.scene); console.log(scene); let a = scene.slice(2); let arr=a.split(","); // console.log(arr); // console.log(a); }}原创 2020-06-16 17:27:13 · 6218 阅读 · 0 评论 -
如何解决小程序富文本转化工具wxparse有些样式不显示的问题?
强烈推荐将富文本插件工具由Wxparse换成Parser。亲测可用,解决了好多wxparse的bug。git下载地址https://github.com/jin-yufeng/Parser功能介绍https://jin-yufeng.github.io/Parser/#/解决了样式显示不出来,有些元素没有转化出来的问题。...原创 2020-06-12 11:53:43 · 1469 阅读 · 0 评论