stalkercn

Results 9 issues of stalkercn

## 问题 lazyAMapApiLoaderInstance在绝大多数情况下工作正常 但有非常小的几率Promise返回的时候AMap全局变量已经载入了但插件如AMap.Geocoder还未载入 控制台输出错误信息"AMap.Geocoder is not a constructor" ### VueAMap 版本 0.5.10 ### OS/Browsers version Win10/1903 ### Vue 版本 2.6.10 ### 复现地址 https://codesandbox.io/s/damp-hooks-fon8c [https://imgur.com/download/I97ZQzs](https://imgur.com/download/I97ZQzs) ### 预期 在lazyAMapApiLoaderInstance的Promise回调执行的时候包括高德地图和引入的插件全部都载入完毕 ### 实际...

## [扼要问题描述] **mpvue 版本号:** [[email protected]] **最小化复现代码:** ``` // 示例代码: {{x.y ? x.y : 'undefined'}} export default { data () { return { i: 0, x: {} } }, methods: {...

如果事件已经绑定的情况下target发生变化 因为binded始终为true 则bindEvents里的if判断永远无法成立而直接return

drop-effect="move" or e.target.style.cursor = 'move' both not working.

WARN  deprecated [email protected]: < 22.8.2 is no longer supported, which is a dependency of grunt 1.4

internal fun checkIfDataIsNegative(data: List) { data.forEach { if (it < 0.0) { throw Exception("The data can't contains negative values.") } } }

sscms7.3.0版本,ubuntu 20.04操作系统,最近使用一键发布的时候有一定几率nginx返回502错误,查看nginx错误日志发现连接失败,但sscms服务在本机127.0.0.1:5000上,连接本机端口怎么会失败呢? ``` 2025/08/06 15:28:05 [error] 1352#1352: *658450 connect() failed (111: Unknown error) while connecting to upstream, client: 10.10.40.9, server: xxxxxx.com, request: "GET /api/admin/cms/create/createStatus?siteId=189 HTTP/1.0", upstream: "http://127.0.0.1:5000/api/admin/cms/create/createStatus?siteId=189", host: "xxxxxx.com", referrer:...