微信
Ella Shen
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
微信小程序onShareAppMessage不起作用
大坑!!! onShareAppMessage里面不能加请求 去掉我选中的部分就生效了 /** * 用户点击右上角分享 */ onShareAppMessage: function (res) { if (res.from === 'button') { // 来自页面内转发按钮 console.log(" 来自页面内转发按钮") //获取参数id this.data.idList = this.data.certInfo.id原创 2021-05-26 11:42:24 · 2823 阅读 · 2 评论 -
Cannot read property ‘replace‘ of undefined小程序报错
VM1226 WAService.js:2 TypeError: Cannot read property 'replace' of undefined at e.onShow (app.js? [sm]:37) at e.<anonymous> (VM1226 WAService.js:2) at De (VM1226 WAService.js:2) at new e (VM1226 WAService.js:2) at Function.<an.原创 2021-05-25 15:03:27 · 1324 阅读 · 1 评论 -
小程序动画animation左右移动效果
wxml <view animation="{{animation}}" style="position: absolute"> <image src="/images/background.png" alt="" class="background"></image> </view> 因为小程序边框所限,所以最外层的view应该设置宽度大一点,我设置的是2000px js onLoad() { //动画原创 2021-03-23 13:12:27 · 1657 阅读 · 0 评论
分享