aimerthyr

Results 9 comments of aimerthyr

列宽自适应需求 + 1

大佬呀,2023年了,还是没有更新 serviceMarket 的类型注释 @SgLy

```js importOrderParserPlugins: ['typescript', 'jsx', 'classProperties', 'decorators-legacy'] ``` just set this config, can fix this problem

okok,大佬还有个问题 ```typescript import { View, Text } from '@tarojs/components'; import { VirtualWaterfall, VirtualWaterfallProps } from '@tarojs/components-advanced'; import { useLoad, useReady } from '@tarojs/taro'; import { memo, useEffect, useLayoutEffect, useRef }...

这个我试过了,加了 false 之后,它就不能滚动了,你可以打开我的代码,把那个scrollToItem 的注释解开。并且为什么我设置 initialScrollOffset 也没有反应呢,还有什么别的方式嘛,太奇怪了

@lvisei 大佬,我需要在哪里查找数据来源,我在这个网站上 https://geojson.cn/preview/100000.topo.json 找到的数据,和仓库里的数据,不是同一个

我在这个网站找到了中山市的数据 https://lbs.amap.com/api/javascript-api/guide/services/district-search ![image](https://github.com/user-attachments/assets/7e658559-f4f5-4bf5-895c-ef0537b17c7b) 然后我往对应的 arcs数组里面加了这个 但是好像地图变得很奇怪,应该是我数据添加得不对,但是我不知道哪里不对 ![image](https://github.com/user-attachments/assets/7376f2bf-e40d-4e40-a37c-bfd93a2fcc9b)