真机可以复现吗
skyline 中使用background-image 会频繁触发请求?同一张图片,每次滚动都会触发。 http的并发请求直接到了上限了...... [图片]
14小时前请提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
skyline渲染下,字体为什么变粗了?[图片] skyline渲染下,为什么字体变粗了,webview下是正常粗细,手机端skyline也是正常粗细。
15小时前请按照链接提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
skyline模式下的margin为什么无效?skyline模式下,手机端排版margin和padding都失效, [图片] 手机端webview和开发者工具skyline和webview中,margin和padding都是可以的 [图片][图片] wxml代码 <view class="goods_category"> <view class="goods_category_swiper"> <view wx:key="*this" wx:for="{{goods_category}}" class="goods_category_item" bindtap="select_category" data-goods_category_id="{{item.id}}"> <image src="{{item.img}}"></image> <view class="goods_category_title" wx:if="{{item.is_select == 1}}" style="background-color: #003B90;color:white;">{{item.title}}</view> <view class="goods_category_title" wx:else>{{item.title}}</view> </view> </view> </view> wxss代码 .goods_category_swiper {width:auto;height:192rpx;display: flex;overflow-x: scroll; margin-top:32rpx;} .goods_category_swiper::-webkit-scrollbar {width: 0;} .goods_category_item{width:136rpx;height:148rpx;margin:0 0 0 40rpx;} .goods_category_item image{width:96rpx;height:96rpx;} .goods_category_title{width:96rpx;height:52rpx;line-height: 52rpx;text-align: center;border-radius: 26rpx;color:black;font-size:24rpx;background-color: white;} goods_category_item中的margin或换成padding都无效
15小时前https://developers.weixin.qq.com/miniprogram/dev/framework/runtime/skyline/wxss.html#:%7E:text=%E2%9C%93-,%3Ccolor%3E,-color%20keywords:~:text=%E5%8C%96%E6%B8%B2%E6%9F%93%E6%80%A7%E8%83%BD-,%E7%B1%BB%E5%9E%8B%E6%94%AF%E6%8C%81%E5%88%97%E8%A1%A8,-%E7%B1%BB%E5%88%AB
skyline中css不支持color()函数?box-shadow: 0 0 5px 1px color(from white r g b); 这样的写法就不能显示出阴影。
15小时前你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
手机号快速验证登录组件真机调试报错?getPhoneNumber(e){ var that = this var code = e.detail.code console.log(code) console.log(22222) // debugger LoginByWxPhone({code:code,username:that.openIdCode}).then(res=>{ console.log(res) if (res.code == 200 && res.token) { uni.setStorageSync('token', res.token); this.loadUserInfo() }else{ this.$u.toast('验证失败') } }).catch((res) => { console.log("catch") console.log(res) uni.showToast({ title: res, icon: "none" }) }).finally(() => { console.log("finally") uni.hideLoading() }) }, 报错内容为[图片]
16小时前你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
开启enableChunked onChunkReceived只触发了一次?[图片][图片]
16小时前请提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
applyAnimatedStyle 返回的styleId 为undifine我在 runOnJS 内调用的applyAnimatedStyle和clearAnimatedStyle applyAnimatedStyle返回的回调函数styleId为undifine。使用clearAnimatedStyle传入class和[styleId]时无法清除 3.1.5版本基础库 可以正常返回 3.7.11 3.7.10 3.7.9 都是返回undifine
21小时前请具体描述问题出现的流程
导入又不行了?今天导入个文档又给我跳导入出错,什么东西啊
1天前[图片]
转发出去的卡片内容区域一定是一个正方形吗https://developers.weixin.qq.com/miniprogram/dev/platform-capabilities/miniapp/api/miniapp/shareMiniProgramMessage.html https://developers.weixin.qq.com/miniprogram/dev/platform-capabilities/miniapp/component/onShareAppMessage.html
2天前不支持此功能。
关于胶囊按钮如何在通话中禁止小程序重启、禁止关闭小程序?您好。 之前发送过邮件申请权限屏蔽这两个操作,可还是无效果,还能通过这两个操作重启、关闭小程序。请问需要通过官方审核吗?
2天前