amihhs
amihhs
> 编译到哪个平台?你条件编译写的是 ifndef MP-WEIXIN,表示的是`非微信小程序平台` 我写的那三个我都试了改成 `MP`测的
> 测试没问题,发测试工程 [测试工程地址](https://github.com/amihhs/uni-app-issue-3612-2)
I have the same problem. The data of asycnData will be null after the request is completed. Appears when requested by the client add some code ```js async function test()...
If I understand correctly, adding `overflow: scroll;` can achieve the effect you want. 
I ran into the same problem. After I encountered a strange problem I reinstalled pnpm using the following command ``` iwr https://get.pnpm.io/install.ps1 -useb | iex ``` Then I installed the...
@adelarsq This problem is caused by the existence of an old version of pnpm and installing `sh` at the time of execution. The execution of sh downloaded the new `pnpm.exe`...