超包了,做分包处理
上传失败?[图片]跟昨天一样上传失败
2023-05-11需要说明什么业务用这个接口才行
创建接口一直审核不通过?创建接口一直审核不通过、图片也齐全? [图片] [图片] [图片]
2023-05-11我的理解是按照屏幕比例自适应模型大小的
XR-FRAME模型默认尺寸单位是什么?XR-FRAME中展示模型尺寸是以什么作为单位?
2023-01-16大佬,有解决方案么
IOS切换页面底部短暂出现一片空白"navigationStyle"设置为"custom" 的模式下,IOS切换页面底部短暂出现一片空白(测试机型6Plus,安卓无此问题) navigator跳转路由或者使用wx.navigator 均会出现此类问题。
2022-12-12老哥,找到解决方案了么,iPhone x和13都有这个问题
textarea获取焦点后为什么会自动失去焦点?代码如下: html代码: <view class="chat-box" style="{{keyboardHeight != 0 ? 'bottom:' + keyboardHeight + 'px;' : ''}}" bindtap="keyboardClick"> <textarea auto-height class="chat-input" show-confirm-bar="{{false}}" bindfocus="focusInput" bindblur="bindblur" adjust-position="{{false}}" maxlength="70" value="{{textAreaValue}}" bindinput="bindTextarea" placeholder="请输入短信内容" /> <text class="chat_box_num">{{textAreaValue.length}}/70</text> <view class="sendMsg" bindtap="sendSms"> 发送 </view> </view> css代码: .chat-box { position: fixed; left: 0; width: calc(100% - 10rpx); bottom: constant(safe-area-inset-bottom); /*兼容 IOS<11.2*/ bottom: env(safe-area-inset-bottom); /*兼容 IOS>11.2*/ background: #FFFFFF; padding: 11rpx 25rpx; display: flex; align-items: center; } .chat_box_num { position: absolute; right: 88px; bottom: 10px; color: #9a9a9a; font-size: 24rpx; } .chat-input { /*width: calc(580rpx - 10rpx - 12rpx);*/ /*margin-right: 10rpx;*/ /*overflow: scroll;*/ /*background: #F4F4F4;*/ /*border-radius: 8rpx;*/ /*padding: 11rpx 24rpx;*/ width: calc(580rpx - 10rpx - 12rpx); margin-right: 10rpx; overflow: scroll; background: #F4F4F4; border-radius: 8rpx; padding: 11rpx 24rpx 40rpx; min-height: 44rpx!important; } .sendMsg { padding: 12rpx 21rpx; background: #007AFF; border-radius: 6rpx; border: 1rpx solid rgba(5, 5, 5, 0.08); font-size: 27rpx; font-family: PingFangSC-Regular, PingFang SC; font-weight: 400; color: #FFFFFF; text-align: center; } js代码: focusInput(e) { console.log('获取键盘', e) setTimeout(() => { if (!this.data.keyboardStatus) { return } this.setData({ keyboardHeight: e.detail.height }) }, 100) }, bindblur(e) { console.log('失去焦点', e) this.setData({ keyboardHeight: 0 }) } 出现问题的手机型号: ios 13,软件版本: 15.5 微信版本号: 8.0.23
2022-11-18请问解决了么
微信小程序分享到朋友圈,点开后一直显示加载中,或者直接白屏?[图片] 这是点开后的效果。 代码: <template> <view> testtest testtest testtest testtest <view class="">testtest</view> <view class="">testtest</view> <view class="">testtest</view> <view class="">testtest</view> <view class="">testtest</view> <view class="">testtest</view> <image style='width:750upx;height:1206upx;' src='http://coop.incopat.com/appservice/resources/images/patentManagerAdvConent.png'></image> </view> </template> <script> export default { data() { return { }; }, onShareAppMessage: function() { }, onShareTimeline (res) { return { title: '', query: '', imageUrl: 'https://www.incopat.com/resources/css/images/dawang-bg.png' } } } </script> <style lang="scss"> </style> 代码中仅包含一张图片,以及几行测试用的文字 使用UNI-APP开发。 微信开发者工具版本:Stable 1.03.2006090
2021-04-06解决了么?
小程序user agent stylesheet 优先级高于class样式,无法覆盖[图片][图片] button[size="mini"] { font-size: 24rpx; border-radius: 8rpx; line-height: 48rpx; padding: 0 20rpx; } <button open-type="share" class="itembtn" size="mini" share-type="{{1}}">分享</button>
2021-03-12楼主解决了么
小程序提示网络错误?小程序一打开提示网络错误,手机有网,接口未报错,偶发提示网络错误
2020-10-10 解决了么了,大佬
插件能不能使用drawImage绘制图像到画布插件能不能使用drawImage绘制图像到画布?目前想在插件内绘制海报 可是drawImage方法不能使用 没有效果 ,有什么其他的方法可以替代吗
2018-10-18open-type :redirect可以跳转后关闭前面的页面,可以在c跳d的时候调用
navigator 转跳很多层次各位大佬,因为产品设计的需要,要求A,B,C,D四个页面能够一直转跳类似这样 A->B->C->D->A,每个页面携带的参数不一样,而且要可以回退D->C->B->A,有方法实现这样的需求吗,,,或者A->D页面时候,关闭ABC三个页面,,
2018-09-25