一样的问题,请问解决了吗
jenkins使用miniprogram-ci上传报 errcode: 800059?jenkins上传小程序,构建正常,上传代码提示 (node:7921) UnhandledPromiseRejectionWarning: Error: Error: {"errCode":-1,"errMsg":"inner test source fail with errcode: 800059, err msg: error: pages/qiping/index.js, file not found"} at innerUpload (/app/jenkins-slave/workspace/msc-test-c-uat/dist/node_modules/miniprogram-ci/dist/ci/upload.js:1:4168) at processTicksAndRejections (internal/process/task_queues.js:95:5) at async preview (/app/jenkins-slave/workspace/msc-test-c-uat/dist/node_modules/miniprogram-ci/dist/ci/preview.js:1:967) at async Object. (/app/jenkins-slave/workspace/msc-test-c-uat/dist/node_modules/miniprogram-ci/dist/utils/report.js:1 :1426) at async /app/jenkins-slave/workspace/msc-test-c-uat/dist/wxci.js:57:27 (Use `node --trace-warnings ...` to show where the warning was created) (node:7921) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an asy nc function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on u nhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_reje ctions_mode). (rejection id: 1) (node:7921) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are no t handled will terminate the Node.js process with a non-zero exit code. 实际pages/qiping/index.js文件存在,且目录层级正常,近期代码无变动 miniprogram-ci版本 2.0.4 npm 版本 6.14.15 node 版本 v14.18.1 miniprogram-ci版本 2.0.4
08-132024年了还没解决吗,近期试了下,设置 X 值,数据更新了,视图有时候不更新。。。
小程序movable-view的x y赋值成功位置没有移动小程序movable-view的x y赋值成功位置没有移动
05-16我也遇到这样的问题,webview 里跳转一个不存在的页面,未触发 fail 函数,请问这个问题解决了吗
webview用redirectTo跳小程序,跳转失败也不执行fail回调?页面通过webview内嵌到小程序中, 版本 "weixin-js-sdk": "1.6.0" 现象 1.传入错误url时候,跳转失败但不会执行fail回调。 难道说 接口调用失败 和 跳转失败是两回事吗? 求解答 [图片] 测试错误路径demo 期待:调用传入的fail方法 结果:未调用fail方法,调用了complete方法 [图片] [图片] [图片]
01-18不支持参数,那订单中心是个H5页面,怎么办。。。
小程序订单中心path设置如何操作?不操作的话可以吗?[图片]官方通知要备份订单中心页的路径,这个路径需要在哪里找到呀?
2023-12-26太坑了,我这也不小心点了手动填写,就没有复用了。。。
小程序备案复用主体资料按钮如何恢复?微信小程序开放了备案复用主体资料的按钮,我点了放弃复用人工填写,请问怎么能够恢复复用主体资料啊进行备案啊
2023-12-19挖坟,支付宝都可以随时触发,微信就这么没人性吗
想了解webview的postMessage方法不能做到随时发吗?微信小程序里的webview为何要做这个特定时机的限制呢?有什么原因吗? 网页向小程序 postMessage 时,会在特定时机(小程序后退、组件销毁、分享)触发并收到消息。e.detail = { data },data是多次 postMessage 的参数组成的数组。 为了更好的让小程序和h5进行交互 不能做到访问该h5后,该h5在任何时候都可以与小程序通信吗? 测试了支付宝的没做任何限制,用起来很爽。[图片] 微信的限制一加感觉特别的鸡肋,就没有想法放开限制吗?
2023-12-05我这用cookie也遇到过类似的问题,不同小程序 webview 数据不隔离坑的很, 我这边会涉及到 A小程序 webivew 跳 B小程序 webivew,操作完后再回 A 小程序, 还想用 cookie 给不同小程序做标识的,请教下大家有什么合适的方案吗?
不同小程序的web-view加载同一个h5,数据没有做隔离2个不同小程序内web-view加载同一个h5,h5通过localstorage存储在本地的数据没有做隔离 例子: 2个小程序分别为a、b 打开a小程序加载的h5页面,h5本地存储localstorage.setItem('token', '11111'),a小程序切到后台 打开b小程序加载的h5页面,h5本地存储localstorage.setItem('token', '22222'),b小程序切到后台 a小程序从后台切到前台,读取localstorage.getItem('token')的值为22222
2023-12-01同问,小程序的 web-view 支持 wx-open-launch-weapp 吗?
小程序webview 如何使用wx-open-launch-weapp?<div class="home">测试按钮 <wx-open-launch-weapp id="launch-btn" username="gh_579f93fee087" @launch="handleLaunchFn" @error="handleErrorFn" > <script type="text/wxtag-template"> <style>.wx-btn { width: 200px; height: 40px; text-align: center; line-height: 40px; font-size: 16px; border-radius: 20px; background: #62c655; color:#fff; border: 0;}</style> <button class="wx-btn">跳转小程序</button> </script> </wx-open-launch-weapp> </div> 在微信网页里打开是可以的,但webview的小程序里按钮不显示是为什么啊
2020-10-15同问,小程序的 web-view 支持 wx-open-launch-weapp 吗?
微信小程序使用web-view打开H5页面,wx-open-launch-weapp 为什么不显示?在微信里打开H5页面,可以正常显示wx-open-launch-weapp 的按钮,在小程序的web-view里看不到,不知道什么原因? btw:在开发工具里打开,也看不到
2020-10-15同问,小程序的 web-view 支持 wx-open-launch-weapp 吗?
小程序 webview h5页面 wx-open-launch-weapp标签按钮不展示?请问小程序webview h5页面使用的 wx-open-launch-weapp按钮不显示,用微信打开是可以的,小程序必须要是云开发下的静态托管模式吗
2020-10-15