使用innerAudioContext一定要放到自定义组件里去执行,特别是操作音频特别频繁的
InnerAudioContext的IOS真机音频播放结束后,不在继续播放会报错?InnerAudioContext 播放完成/暂停/停止播放 在IOS真机上,只要暂停个 几秒钟不播放总会报错 errCode: 10001errMsg: "INNERERRCODE:0, ERRMSG:(null)"我就想知道是什么原因,已经好几天了,基本上没有找到任何问题, 安卓机播放没有任何问题, 开发工具上也没有问题,但是一旦iOS真机预览,就必定会出现问题https://developers.weixin.qq.com/s/rofZN5mN7EkJ 求解决办法, 同样的, IOS真机一直无法获取到音频文件的时长
2022-07-22现在大家都着急给微信送钱,人家看不上这点苍蝇腿肉😂
微信红包封面无法购买[图片]
2022-01-16虚拟产品只要没有支付,就没问题
IOS手机做小程我的里面能有“我的订单”吗,订单里课程,没有什么支付功能的?IOS手机做小程我的里面能有“我的订单”吗,订单里课程,没有什么支付功能的,课程产品是虚拟产品,审核时是否有限制,如下图:[图片][图片]
2020-05-22显然是第三方平台上的移动应用没有通过审核
由于不支持的分享类型,无法分享到微信,如何解决?我开发app,要把文字共享微信好友,已经得到原始ID,并按照平台范例编码,但是运行时出现“由于不支持的分享类型,无法分享到微信"(未审核应用),请问如何解决
2020-05-22同样问题,楼主解决了吗
cover-view 内wx:for中的内容在真机上无法显示。已填加代码片段cover-view内wx:for中的内容在真机上不显示 wxml文件: <view class="custom" style="padding-top:0px"> <image src='/pages/images/head2.png'></image> <view class='tarbar'> <view class='tarbar-1'> <view class='goback' bindtap='goback' ><image src='/pages/images/goback.png' style='width:8px;height:14px'></image></view> <view style='font-size:13px;margin-left:40rpx;text-align:center;'>{{onsiteName}}——{{offsiteName}}</view> <view></view> </view> </view> </view> <!--<view class="empty_custom" style="padding-top:{{statusBarHeight}}px"></view>--> <view class='container' style='margin-top:105px;'> <map id="map" longitude="{{cenLng}}" latitude="{{cenLat}}" scale="13" controls="{{controls}}" bindcontroltap="controltap" markers="{{markers}}" bindmarkertap="markertap" polyline="{{polyline}}" bindregionchange="regionchange" show-location style="width: 100%; height: {{mheight}}px;"> </map> <cover-view class='modal-dialog'> <cover-view class='lineinfo'> <cover-view class='lineinfo-im'> <cover-view style='margin-top:10rpx;'><cover-image src='/pages/images/line/lineon.png' style='width:25px;height:28px;'></cover-image></cover-view> <cover-view style='margin-top:10rpx;'>{{onsiteName}}</cover-view> </cover-view> <cover-view class='lineinfo-cen'> <cover-view class='lineinfo-cen-on' style='border-bottom: 1px solid #fff;'> <cover-view>{{start_time}}</cover-view> <cover-view>¥{{price}}</cover-view> </cover-view> <cover-view class='lineinfo-cen-on'> <cover-view>{{mileage}}公里</cover-view> <cover-view>{{}}站</cover-view> <cover-view>{{take_time}}分钟</cover-view> </cover-view> </cover-view> <cover-view class='lineinfo-im'> <cover-view style='margin-top:10rpx;'><cover-image src='/pages/images/line/lineoff.png' style='width:25px;height:28px;'></cover-image></cover-view> <cover-view style='margin-top:10rpx;'>{{offsiteName}}</cover-view> </cover-view> </cover-view> <cover-view class='arrowdown' hidden='{{arrowdown}}'> <cover-image src='/pages/images/line/arrow-down.png' bindtap='open_down' style='width:16px;height:9px;margin-top:20rpx;'></cover-image> </cover-view> <cover-view class='line-site' hidden='{{!arrowdown}}'> <cover-view wx:for="{{markers}}" wx:key="id"> <cover-view class='tuijian' bindtap='switch' data-id='{{item.id}}' > <cover-view class='map-line-text' style='width:95%;margin-top:20rpx;'> <cover-view style='width:10%;'><cover-image src="{{item.iconPath}}" style='{{item.style}}' /></cover-view> <cover-view style='width:70%;padding-top:5px;'>{{item.name}}</cover-view> <cover-view style='width:20%;color:666;text-align:right;padding-top:5px;'>{{item.site_time}}</cover-view> </cover-view> </cover-view> </cover-view> <cover-view class='up-img' hidden='{{!arrowdown}}'> <cover-image src="/pages/images/line/arrow-line-route.png" bindtap='kindToggle' style="width:16px;height:15px;z-index:99px"></cover-image> </cover-view> </cover-view> </cover-view> <cover-view class='nav1' bindtap='{{tickstu?"tpticket":""}}'> <cover-view class='nav'> <cover-view class='bt' style='margin-left:30rpx;'>日票</cover-view> </cover-view> </cover-view> <cover-view class='tickdate' hidden='{{dateflag}}'> <cover-view class='dateBox' style='height:80rpx;padding-top:10rpx;'> <cover-view class='boxwn'><cover-image src='/pages/images/line/arrow-left.png' bindtap='lastmonth' style='width:9px;height:16px;'></cover-image> </cover-view> <cover-view style='width:80%;'>{{ year }} 年 {{ month}}月</cover-view> <cover-view class='boxwn'><cover-image src='/pages/images/line/arrow-right.png' bindtap='nextmonth' style='width:9px;height:16px;'></cover-image></cover-view> </cover-view> <cover-view class="week"> <cover-view style='display: flex;flex-direction: row;font-size:14px,width:100%;'> <cover-view style='width: {{ sysW+1 }}px; height: 80rpx; line-height: {{ sysW }}px;text-align:center;'>日</cover-view> <cover-view style='width: {{ sysW+1 }}px; height: 80rpx; line-height: {{ sysW }}px;text-align:center;'>一</cover-view> <cover-view style='width: {{ sysW+1 }}px; height: 80rpx; line-height: {{ sysW }}px;text-align:center;'>二</cover-view> <cover-view style='width: {{ sysW+1 }}px; height: 80rpx; line-height: {{ sysW }}px;text-align:center;'>三</cover-view> <cover-view style='width: {{ sysW+1 }}px; height: 80rpx; line-height: {{ sysW }}px;text-align:center;'>四</cover-view> <cover-view style='width: {{ sysW+1 }}px; height: 80rpx; line-height: {{ sysW }}px;text-align:center;'>五</cover-view> <cover-view style='width: {{ sysW+1 }}px; height: 80rpx; line-height: {{ sysW }}px;text-align:center;'>六</cover-view> </cover-view> </cover-view> <cover-view style='width:100%;' > <cover-view class='box1' style='width: {{ (sysW+1) * 7 }}px;'> //wx:for块内的内容在真机上都不显示,模拟器上正常 <block wx:for='{{ arr }}'> <cover_view data-id='cch_{{item.id}}' bindtap='{{item.state==1&&!item.state1 ? "choose" : ""}}' style='background:{{item.bkcolor}};width: {{ sysW }}px; height: {{ sysW }}px; border-right:1rpx solid #ccc;border-bottom:1px solid #ccc;margin-top:5rpx;font-size:26rpx;text-align:center' > <cover_view style='display:flex;flex-direction:column;width: {{ sysW }}px; height: {{ sysW }}px;' wx:if='{{item.state==1}}'> <cover_view style='display:flex;flex-direction:row;height:40px;width:100%'><cover_view style="width:40%;text-align:center;">{{ item.day }}</cover_view><cover_view style="width:60%;text-align:center;color:{{item.color}}">{{item.name}}</cover_view></cover_view> <cover_view style='color:#fff;height:40px;'>¥{{item.curprice}}</cover_view> </cover_view> <cover_view style="line-height: {{ sysW }}px;" wx:else>{{item.day}}</cover_view> </cover_view> </block> </cover-view> </cover-view> <cover-view class='buytick'> <cover-view class='ticklan'> <cover-view style='width:30%;font-size:14px;margin-top:15rpx;'>¥{{total_price}}.00</cover-view> <cover-view style='width:20%;font-size:12px;margin-top:25rpx;'>共{{tickets}}张</cover-view> <cover-view class='bul'> <cover-view class='but' bindtap='{{etflag?"buyticket":""}}' style='font-size:15px;padding-top:15rpx;'>购票</cover-view> </cover-view> </cover-view> </cover-view> </cover-view> </view> 在真机调试实数据监测是正常的。监测数据如下 [图片] 真机显示截屏: [图片] 模拟器显示: [图片] 有哪位大侠帮我看看,谢谢了!
2019-09-17textarea在scroll-view里的异常不止这个吧,textarea设置fixed=true后,内容会偏移到textarea的上方,并且固定不再动里,不知道官方啥时候解决,最新版本库还存在
textarea在scroll-view里使用时滑动异常textarea在scroll-view里使用时,手指放在textarea上下拖动,scroll-view无法滑动
2019-09-04很多内部使用的,企业的,私密的,等,需要先登录的估计都被拒了
来来来,我来统计下,有多少因为9月1号审核规则变更,登录这里被拒的?不知道是哪个产品经理脑残想出来的
2019-09-01有没有大佬给说下问题在哪?
同样后台传过来的图片一个可以渲染,另一个不行,浏览器下都能渲染- 当前 Bug 的表现(可附上截图) [图片] 模拟器下,同样后台传过来的图片一个可以渲染,另一个不行,浏览器下都能渲染,真机上都不能渲染 - 预期表现 期望找到问题的出在哪里 - 复现路径 imaTAT <Image style='width: 300px; height: 300px;' mode='aspectFill' src='https://mini.ytsjq.com/8643757533.png' /> <Image style='width: 300px; height: 300px;' mode='aspectFill' src='https://mini.ytsjq.com/5463815314.png' /> image - 提供一个最简复现 Demo
2019-08-29快2年了,这个问题还是存在,image加载网络图片平均刷新3-5次,就会出现一次无法显示,wxml里面看了image的src是正常的,图片浏览器打开也正常,就是不显示。。。
小程序image组件有的时候会无法显示网络图片image组件的src是网络图片,就是微信头像的链接,但是有的时候可以显示,有的时候就不能显示。 我把src同步输出在页面上,确保链接是正确的,但image就是不显示,不知道怎么回事,求教~
2019-08-20电商 自营
这种小程序选择什么分类(见帖子描述)产品设计如下: 1、用户在小程序上传图片制作网络相册 2、用户选择网络相册,并在小程序内支付购买由该网络相册制作的成实体精美相册 3、支付完成后,我们制作好实体相册,然后根据用户填写的收货地址进行邮寄 有两个问题: 1、这种涉及虚拟支付范畴吗? 2、这样的小程序需要选择什么类型呢,需要特殊的材料证件资质吗?
2019-07-24