官方就没打算管这个破玩意,不是多个font-face问题,是字体过大了就会报这个错误。。。。吗的,内置也没有好看的 字体,用loadFont体验感极差
微信小程序中把字体文件转换为base64并使用多个@font-face时会报错,怎么解决?[图片] 请教各位大神有没有解决办法
05-21/Applications/wechatwebdevtools.app/Contents/Resources/package.nw/node_modules.wxvpkg/@sentry/utils/cjs/instrument.js:1 [2025-05-19 11:33:40.430][ERROR][unknow][/core.wxvpkg/5cb7046b97133841284379871d9204c7.js] webview on error Error: 编译 .wxss 文件错误,错误信息如上,可在控制台查看更详细信息 at /Applications/wechatwebdevtools.app/Contents/Resources/package.nw/core.wxvpkg/87a62805083e81d34d4b0351d6739eac.js:2:2386 at f (/Applications/wechatwebdevtools.app/Contents/Resources/package.nw/core.wxvpkg/87a62805083e81d34d4b0351d6739eac.js:2:2520) at async Object.transWXSSToJSLazyload (/Applications/wechatwebdevtools.app/Contents/Resources/package.nw/core.wxvpkg/87a62805083e81d34d4b0351d6739eac.js:2:4508) at async Proxy.getSubPackage (/Applications/wechatwebdevtools.app/Contents/Resources/package.nw/core.wxvpkg/49ddd04996117f42269f0bbe780400b1.js:2:1774) at async L.loadPage (/Applications/wechatwebdevtools.app/Contents/Resources/package.nw/core.wxvpkg/24f0d258ad7b8a2049c853385e9ad11c.js:2:16510) { code: 10041, msgForConsole: 'something must be wrong\n' + 'something must be wrong\n' + 'something must be wrong\n' + 'something must be wrong\n' + 'something must be wrong\n' + 'something must be wrong\n' + 'something must be wrong\n' + 'something must be wrong\n' + 'something must be wrong\n' + 'something must be wrong\n' + 'something must be wrong\n' + 'something must be wrong\n' + 'something must be wrong\n' + 'something must be wrong\n' + 'something must be wrong\n' + 'something must be wrong\n' + 'something must be wrong\n' + 'something must be wrong\n' }
在skyline渲染模式下,某些页面使用webview模式,提示编译错误?在IDE(1.06.2505152)中,全局设置skyline模式,在某个页面使用webview模式,直接报编译错误: [ WXSS 文件编译错误] something must be wrong(env: macOS,wxext14566970e7e9f62,1.06.2505152; lib: 3.6.5-34) 。。。准备弃坑了,感觉太不稳定了。。。。
05-19不要用type=custom,用type=list还是可以用scroll-into-view的
skyline模式 scroll-view支持scroll-into-view吗?skyline模式 scroll-view里的scroll-into-view用不了,切回webview模式下又可以用了;还有list-builder我想使用类似scroll-into-view的效果,要怎么实现,有哪位同学可以解答下吗?我看了文档说列表构造器不能使用scroll-into-view [图片]
02-19使用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