Yakima Teng

Results 9 comments of Yakima Teng

这个接口的使用场景是DCloud项目捐赠,捐赠金额是由用户定的。

不过这个接口有问题,返回的字符串含有"amp;"字符串,客户端直接使用这个接口返回的字符串是无法唤起新版支付宝APP支付的,需要将里面所有的"amp;"都替换掉(删掉,即把"&"替换成"&")。

> 没懂啥意思…… 就是,比如你在浏览器里执行js,那么history.go这个方法就是运行时环境的内置函数,区别于用户或者第三方库自定义的函数。

```javascript function isNativeFunc (func) { // 判断函数是否为运行时环境的内置函数 return /[native code]/.test(func) } ```

> There is also an accessibility concern here. `readonly` is announced by screen readers and other assistive technologies. > > If you are allowing editing via the datepicker when it...

There seems no available solution to this problem?

Does anyone know how to solve this problem?

Oh, it's a problem to other package instead of nuxt. For me, it's caused by the package "@sxzz/popperjs-es". I am not using @iconify/vue. But they seem to have the same...