支持使用三角箭头吗?
map中 conver-view通过slot=callout 里面的conver-view样式无效?<map :scale="scale" style="width: 100%; height: 100%;" :enable-3D="false" :show-compass="false" layer-style="1" subkey="*****" enable-overlooking="false" :enable-satellite="false" :enable-traffic="false" :show-location="false" :latitude="latitude" :longitude="longitude" :markers="covers" @tap="tapMap" @callouttap="labeltap"> <cover-view slot="callout"> <cover-view v-for="(item, index) in covers" :key="index"> <cover-view class="customCallout" :marker-id="item.id"> <cover-view class="content"> <cover-view>{{ item.title }}</cover-view> <cover-view class="content-info"> <cover-view class="content-enpty" v-if="!item.isFull">空:8个</cover-view> <cover-view class="content-full" v-if="item.isFull">满</cover-view> <cover-view class="content-price">¥1.22/度</cover-view> </cover-view> </cover-view> </cover-view> </cover-view> </cover-view> </map> css 如下 .customCallout { background: linear-gradient(#5D75F5, #5d75f5d9); color: #fff; font-size: 12px; padding: 6px 7px 5px 7px; border-radius: 25rpx; .content-info{ display: flex; padding: 10rpx 0 0 0; font-size: 14px; } .content-enpty { background: linear-gradient(#20BB2B , #78D67F); border-radius: 12px; padding: 0 8px; color: #fff; line-height: 24px; } .content-full { width: 24px; height: 24px; border-radius: 50%; background: linear-gradient(#F65353 , #F69F53 ); text-align: center; line-height: 48rpx; } .content-price { line-height: 50rpx; padding-left: 10rpx; } } 模拟器上显示如图 [图片] 真机如图: [图片]
2023-07-07设置textarea的box-sizing为content-box,计算的时候不会出错,而且也能完美保留padding
textarea设置auto-height后第一行或者最后一行被顶出?固定在底部的textarea设置auto-height之后输入文字如图所示(开发者工具端)顶部被遮挡[图片],基础库是2.17.0(如下图) [图片]; 手机端是底部行被遮挡,而且输入法弹框会遮挡部分输入框,效果如下图[图片], 聚焦到哪一行下面的文字会被输入法遮挡如下图 [图片][图片] 基础库版本也是2.17.0如图[图片] 代码片段如下:https://developers.weixin.qq.com/s/oUHMhVmj7Nq0
2023-03-08这个问题我也遇到过。input要写到组件里动态赋值。当输入文字后删除不了。安卓。啥时候能解决?
input 安卓手机 设置 focus属性后异常?[图片]
2021-02-03共15秒的视频,感觉是前几秒还是挺正常的,越往后越卡顿。
VideoContext.seek真机的调用频率是多少?我用touchmove事件触发seek改变视频进度,感觉慢慢划还可以,划快了就跳帧的厉害。系统是ios14.1,微信也是最新的。
2020-11-05为什么感觉距离稍微远一点就误差特别大,比如离开大概只有半米,却显示是1.8多,中间也没有隔挡。
IBeaconInfo的accuracy的单位是什么?IBeaconInfo的accuracy的单位是什么?
2020-08-10安卓7.0.10,遇到了同样的问题
订阅消息fail last call has not ended?复现:快速连续点击调起的时候(已勾选总是允许) 机型:所有机型 微信:安卓苹果最新版本 是故意这样设计的还是?
2020-01-09直接把一个链接赋给web-view的src,就会出现http://about这个链接,华为手机
http://aboutweb-view中有个业务逻辑要实现在刷新上一页的web-view中的链接,并且不多增加一条链接记录(增加后,后退键就要多退几次)所以用了以下方法 var pages = getCurrentPages(); // 当前页面 var beforePage = pages[pages.length - 2]; // 前一个页面 var shareUrl = beforePage.data.shareUrl; // 前一个页面当前加载的url beforePage.setData({ sceneUrl: '' }) beforePage.setData({ sceneUrl: shareUrl }) wx.navigateBack({ delta: 1 }),现在发现在特定机型(现出现问题的都是 华为手机)中会出现 http://about这个链接,导致小程序跳出不能打开的页面,在调试模式下不会产品 这个问题,关闭后就会出现
2019-10-28每天还是有大量的这样的报错,都7.0.6时代了,基础库是最新的2.8.0。我们的小程序每天使用人数特别多,麻烦官方引起重视。
webviewSDKScriptError Failed get storage- 当前 Bug 的表现(可附上截图) webviewSDKScriptError Failed get storage group data;getGlobalStorage:fail function cannot run on webview be@https://servicewechat.com/wx1fa1ec3f3a3f6855/27/page-frame.html:2:103646 https://servicewechat.com/wx1fa1ec3f3a3f6855/27/page-frame.html:2:106828 v@https://servicewechat.com/wx1fa1ec3f3a3f6855/27/page-frame.html:2:1387 global code@https://servicewechat.com/wx1fa1ec3f3a3f6855/27/page-frame.html:1:37 - 预期表现 - 复现路径 - 提供一个最简复现 Demo {"errMsg":"getSystemInfo:ok","batteryLevel":100,"version":"6.7.3","system":"iOS 12.2","windowHeight":642,"pixelRatio":3,"screenHeight":812,"language":"zh_CN","statusBarHeight":44,"windowWidth":375,"model":"unknown<iPhone11,6>","screenWidth":375,"fontSizeSetting":16,"brand":"iPhone","platform":"ios","SDKVersion":"2.4.4"}
2019-08-18真的都解决了吗?为什么我们还是会接到大量的报错,Failed get storage group data, getGlobalStorage:fail:access denied。都是andriod,有7.0.5也有7.0.6,基础库2.8.0
线上小程序获取本地存储报错,官方来看看吧线上小程序获取本地存储时报错,通过onError接口捕捉到了错误日志。日志中包含了错误的具体信息和当前使用手机型号和微信客户端具体信息,具体错误日志如下: "error": { "errorMessage": "webviewSDKScriptError", "description": "Failed get storage group metadata;getGlobalStorage:fail:data not found", "detail": { "1": "Error: Failed get storage group metadata", "2": " at Ke (<anonymous>:4:20578)", "3": " at <anonymous>:4:23185", "4": " at Object.w (<anonymous>:1:2398)", "5": " at Object.ret.invokeCallbackHandler (<anonymous>:21:28)", "6": " at <anonymous>:1:67" } }, "currentPage": { "__wxExparserNodeId__": "aa4f6e27", "__route__": "pages/addPolicy/addPolicy", "route": "pages/addPolicy/addPolicy", "__displayReporter": { "showOptions": { "scene": 1005, "scene_note": "::13817515574007588371:3849032081:1:1::1541070993942:::::64::3", "sessionid": "SessionId@249656585#1541070993981", "usedstate": 2, "referpagepath": "com.tencent.mm.plugin.appbrand.report.model.h%24b%40ca0e2c8", "clickTimestamp": 1541071291819, "prescene": 0, "prescene_note": "", "publicLibVersion": "2.3.0", "query": "" }, "hideOptions": { "targetAction": 7, "targetPagePath": "" }, "route": "pages/addPolicy/addPolicy", "pageType": 2, "deferred": [], "showTimeStamp": 1541071449851, "pageReadyTime": 1541071291945, "lastSessionId": "SessionId@249656585#1541070993981", "entrancePage": "pages/addPolicy/addPolicy", "lastPageRoute": "pages/addPolicy/addPolicy" }, "options": {} }, "breadcrumb": { "time": "2018/11/01 19:24:09", "belong": "Page", "route": "pages/addPolicy/addPolicy", "options": {} }, "networkType": "4g", "systemInfo": { "screenWidth": 360, "statusBarHeight": 18, "pixelRatio": 3, "system": "Android 7.1.1", "benchmarkLevel": 13, "windowWidth": 360, "deviceOrientation": "portrait", "brand": "OPPO", "version": "6.7.3", "screenHeight": 640, "fontSizeSetting": 16, "language": "zh_CN", "windowHeight": 574, "model": "OPPO R11 Plusk", "platform": "android", "SDKVersion": "2.3.0" } } 貌似getGlobalStorage接口挂了,即使没有数据那么得到应该是个空字符串吧(根据接口自测,推测),出错页面调用的实际接口为:getStorageSync
2019-08-18我们每天也有很大多这样的报错,现在还没有解决吗? 还是有大量的报错,有没有人再管一管?
线上错误,Failed get storage group..[图片] webviewSDKScriptError Failed get storage group metadata; getGlobalStorage:fail:access denied Error: Failed get storage group metadata at Ke (:44:20578) at :44:23185 at Object.w (:41:2398) at Object.ret.invokeCallbackHandler (:21:28) at :1:67 小程序名称:【足球战术板】 开发框架:wepy 错误原因分析:我在onError()中设置了将错误信息发送到邮箱, 然后就看到这些错误,应该是获取storage数据出错,错误原因可能是这个小程序较为频繁的操作storage,但详细信息不清楚,错误堆栈也很模糊,请问这是程序问题还是小程序本身问题?
2019-07-26