获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
- 小程序转发出来的卡片无法长按进行二次转发 没有配置禁止转发
onShareAppMessage:function(e){var t=this.id;return console.log(this.imgUrls[0]),{title:this.goods_name,imageUrl:this.imgUrls[0],path:"/pages/index/Seckill-purchase-details/Seckill-purchase-details?id="+t+"&store_id="+this.$store.store_id+"&share_uid="+getApp().globalData.XcxData.userInfo.uid}} [图片]
05-24 - video组件设置show-progress="{{false}}"工具调试隐藏成功真机调试隐藏失败
<video show-progress="{{false}}" show-center-play-btn="{{true}}"enable-auto-rotation="{{true}}" autoplay="{{true}}" enable-progress-gesture="{{false}}" style="height: 356rpx; width: 100%;" src="http://192.168.10.44:8080/uploadfile/filesrc/20210510/1620617347842.mp4" ></video> src动态赋值则失效
2021-05-28