- 小程序订阅消息多个一次性订阅,随机订阅一个其他会一起订阅吗?
小程序订阅消息多个一次性订阅,随机订阅一个其他会一起订阅吗?
2024-05-07 - app关联应用被驳回?
已经上传app相关流程图但还是提示未通过[图片] [图片]
2023-03-06 - 视频组件video android与ios在切换的时候一直转圈?,然后再播放,界面只有一个video
<swiper class="video-swiper" vertical duration="10" current="{{current}}" bindchange="onChange" circular="{{circular}}"> <swiper-item wx:for="{{videoList}}" wx:key="index"> <!-- wx:if="{{(index+1)===(current) || index===current ||(index-1)===(current)}}" --> <!-- <block wx:if="{{item.url!=''}}"> --> <block > <video wx:if="{{index===current?true:false}}" id="video_{{index}}" class="video-swiper" show-fullscreen-btn="{{false}}" enable-play-gesture show-center-play-btn="{{false}}" controls enable-progress-gesture="{{false}}" show-bottom-progress src="{{item.url}}" data-id="{{item.id}}" object-fit="cover" data-index="{{index}}" bindtap="videoTap" data-videoId="{{item.id}}" show-play-btn="{{false}}" auto-pause-if-navigate autoplay="{{index===current}}" loop bindplay="onBindplay" custom-cache="{{false}}"> <image class="playImage" src="../../assets/images/play.png" wx:if="{{item.play}}"></image> </video> </block> </swiper-item> </swiper>
2022-09-20 - 分享页进来再次重新进入小程序,进来的是分享页而不是首页?
小程序是从判断页进入每个页面的,点击分享页面,进去之后,再次点击左上角的小房间进入首页,然后重新进入小程序,会进刚刚进来的分享页面,(要求进入app.json配置的第一项),app.js打印的路径都是分享页路径,怀疑是数据被缓存,开发者工具不会出现这种情况,真机会出现,这个要怎么解决呢
2022-09-16 - canvas生成海报二维码无法扫描?
[图片][图片]
2022-05-06