pc端支持wx.showShareImageMenu,但弹出来的三个button只支持保存到本地。
使用wx.showShareImageMenu进行分享时报错:not supported使用wx.showShareImageMenu分享时,手机端都正常分享,电脑端windows和mac都分享和收藏不了,报:not supported {errMsg: "showShareImageMenu:fail :not supported"} 在mac端真机调试时预览图片路径为:wxfile://temp/2117552542.jpg 图片是通过canvas绘制生成的本地图片(使用这个:绘制插件 的canvasToTempFilePathSync方法生成图片) [图片] wx.showShareImageMenu({ path: 'wxfile://temp/2117552542.jpg', success() { console.log('分享成功'); }, fail(e) { console.log('分享失败', e); } });
2024-09-27企业微信相关问题请到企业微信社区咨询 https://developer.work.weixin.qq.com/community/question
企业微信安卓客户端调用wx.qy.sendChatMessage执行多次?在企业微信安卓客户端里,打开外部联系人聊天窗口。点击聊天工具栏上的小程序,进入小程序。 ios正常,可以正确的发送消息。 安卓手机异常。 业务背景:工具栏进入小程序,一开始我在onLoad 里面调用,给一个外部客户发送消息后,换个客户进入这个页面,没有走请求,我本身的请求和发消息的弹窗都没有走。 后来我把业务放在onShow里面,给外部客户发送消息,安卓手机变得很卡,并且多次弹出发送消息的那个弹窗,点弹窗上的取消也是,变得很卡,点都点不掉一直显示那个发消息的弹窗,我把debug打开了,像看下右下角的打印,点击,也一直走接口,右下角的debug页面打不开。 ios和安卓代码是一样的,在ios不管业务代码放在onLoad还是onShow里面都能正常发送一次,并且换个客户也走流程了。 [图片] 一开始 enterChat:true,我设置的true,也是不行的,这里设置为false是我想看下console,但是安卓console点击不了一直走请求。
2024-09-27企业微信相关问题请到企业微信社区咨询 https://developer.work.weixin.qq.com/community/question
提交企业微信审批出现错误,Money-1727329917575?errcode":301025,"errmsg":"get approval param error:has no require control Money-1727329917575" "data":{ "creator_userid": "KaiKuLeGouGou", "template_id": "-------------------", "use_template_approver": 1, "process": { "node_list": [{ "type": 1, "apv_rel": 1, "userid": [ "KaiKuLeGouGou", "KaiKuLeGouGou" ] }, { "type": 1, "apv_rel": 1, "userid": [ "KaiKuLeGouGou" ] } ] }, "apply_data": { "contents": [ { "property": { "control": "Text", "id": "Text-1727329654335", "title": [ { "text": "报销人", "lang": "zh_CN" } ], "placeholder": [ { "text": "KaiKuLeGouGou", "lang": "zh_CN" } ], "require": 0, "un_print": 0, "inner_id": "", "un_replace": 0, "display": 1 } }, { "property": { "control": "Textarea", "id": "Textarea-1727329669563", "title": [ { "text": "事由", "lang": "zh_CN" } ], "placeholder": [ { "text": "132312", "lang": "zh_CN" } ], "require": 0, "un_print": 0, "inner_id": "", "un_replace": 0, "display": 1 } }, { "property": { "control": "Table", "id": "Table-1727329684582", "title": [ { "text": "报销明细", "lang": "zh_CN" } ], "placeholder": [ { "text": "wrewr", "lang": "zh_CN" } ], "require": 0, "un_print": 0, "inner_id": "", "un_replace": 0, "display": 1 }, "config": { "table": { "children": [ { "property": { "control": "Text", "id": "Text-1727329853449", "title": [ { "text": "费用类型", "lang": "zh_CN" } ], "placeholder": [ { "text": "dsfvsdx", "lang": "zh_CN" } ], "require": 0, "un_print": 0, "un_replace": 0, "display": 1 } }, { "property": { "control": "Money", "id": "Money-1727329858761", "title": [ { "text": "费用金额", "lang": "zh_CN" } ], "placeholder": [ { "text": "56", "lang": "zh_CN" } ], "require": 0, "un_print": 0, "un_replace": 0, "display": 1 } } ], "stat_field": [], "sum_field": [], "print_format": 0 } } }, { "property": { "control": "Money", "id": "Money-1727329917575", "title": [ { "text": "总报销金额", "lang": "zh_CN" } ], "placeholder": [ { "text": "12", "lang": "zh_CN" } ], "value": [ { "new_money": "12" } ], "require": 1, "un_print": 0, "inner_id": "", "un_replace": 0, "display": 1 } }, { "property": { "control": "File", "id": "File-1727329940658", "title": [ { "text": "附件", "lang": "zh_CN" } ], "placeholder": [ { "text": "", "lang": "zh_CN" } ], "require": 0, "un_print": 0, "inner_id": "", "un_replace": 0, "display": 1 }, "config": { "file": { "is_only_photo": 0 } } } ] } }
2024-09-27企业微信相关问题请到企业微信社区咨询 https://developer.work.weixin.qq.com/community/question
业微信点击文档导航栏按钮后,右侧一直是空白企业微信点击文档导航栏按钮后,右侧一直是空白,没有任何反应和内容。其他导航按钮的切换正常,其他已有链接进入文档也正常,可新建文档,但就是右侧没有文档列表了,重启也没用[图片]
2024-09-27提供具体截图看下呢
商品标题怎么编辑不了?商品标题怎么编辑不了
2024-09-27能复现吗?
基础库报错Script error?Empty stack, maybe muted error报错的集中在—小程序版本:3.1.3 客户端版本:8.0.51 基础库版本:3.5.7 系统类型:Android [图片] [图片]
2024-09-27企业微信相关问题请到企业微信社区咨询 https://developer.work.weixin.qq.com/community/question
企业微信修改群聊,新增群聊成员报错,如何解决?{ "errcode": 86006, "errmsg": "invalid chat member list size, hint: [1727246023562581927408076], from ip: xxxxxxx more info at https://open.work.weixin.qq.com/devtool/query?e=86006" }
2024-09-27Android 地图组件位置区域多出绿色标记问题已修复,正逐步恢复中
华为手机上小程序地图没有设置show-location的情况下出现了带有方向的当前定位点华为手机上小程序地图没有设置show-location的情况下出现了带有方向的当前定位点,其他手机没问题 [图片][图片][图片][图片]
2024-09-27Android 地图组件位置区域多出绿色标记问题已修复,正逐步恢复中
微信小程序map组件本周突然显示当前用户定位点?用户反馈,map地图本周开始显示定位点。之前未设置过showLocation,修改代码加上了setting之后,还是显示用户定位点(仅部分安卓用户,iOS目前未发现) 微信版本8.0.51,安卓系统:鸿蒙 <map id="map" :markers="markers" style="width: 100%; height: 100%;" @markertap="markertapAction" @updated="bindupdatedAction" :polyline="polyline" :setting="setting"> </map> setting: { showCompass: false, showLocation: false, },
2024-09-27Android 地图组件位置区域多出绿色标记问题已修复,正逐步恢复中
在地图上显示当前用户位置的指针,怎么才能不显示?[图片]
2024-09-27