- 每次进入小程序都提示‘部分资源已更新,可重启小程序以使用最新功能’
小程序:广发证券智汇 appid:wxb4c4507fcf03a877 [图片] 有问题的机型是 iphone14 plus,业务同事报的错,不是每个人都能复现(不确定安卓有没有问题,暂时没有个例) 这个小程序 6-28号首次发布,业务就遇到这个问题(不是某次更新的过程) 我看别人提过类似的问题 https://developers.weixin.qq.com/community/develop/doc/000e421607870072b4903c29d6c000 但是似乎没有有效答复和结果 ps 代码中有按照 https://developers.weixin.qq.com/miniprogram/dev/framework/runtime/update-mechanism.html 文档建议的更新机制,但是这个报错不是我们小程序本身的提示,应该是微信的
07-02 - 企业微信打开微信小程序体验版 一闪而过 就退出是什么问题?
企业微信打开微信小程序体验版 一闪而过 就退出是什么问题? 没有报错,就是loading转了两下小程序就闪退了。这个体验版小程序在个人微信是可以正常进入访问的,在企微就闪退,请问是为什么呢? 企微版本 4.0.6,同一个企微可以打开另一个小程序(同为体验版)以及其他正式版小程序 已复现手机型号:理论上安卓机都可复现
2022-06-10 - umi + dva + kbone 运行报错,请问有人成功过吗?
umi3创建的项目,拿其中一个页面来测试,编译后运行报错: TypeError: Cannot read property 'store' of null at Connect(AppGuide) var store = didStoreComeFromProps ? props.store : contextValue.store; var contextValue = Object(react["useContext"])(ContextToUse); var ContextToUse = Object(react["useMemo"])(function () { // Users may optionally pass in a custom context instance to use instead of our ReactReduxContext. // Memoize the check that determines which context instance we should use. return propsContext && propsContext.Consumer && Object(react_is["isContextConsumer"])( /*#__PURE__*/react_default.a.createElement(propsContext.Consumer, null)) ? propsContext : Context; }, [propsContext, Context]); connect是dva,主要问题应该还是在dva上,请问这个组合有人有成功过吗?有案例/经验分享吗?网上找不到什么类似的case
2022-04-26