zzefff
zzefff
slideTo时能否有“滑动到某页”的动画效果?
没有flex兼容性的担忧
**问题描述** 如题,uni-app构建微信小程序时发现会对文本内容trim 原生的微信小程序开发方式不会出现该问题 **复现步骤** ` 1 2 3 4 5 ` 构建后查看 WXML 内容,发现其变成了 `1 2 3 4 5` 开启微信提供的 `decode`属性后也能复现该问题: ` 1 2 3 ` 构建后查看 WXML 内容发现: `1 2 3` 另一个例子,发现其在 `text`...
### 相关平台 微信小程序 **小程序基础库: 2.30.2** **使用框架: React** ### 复现步骤 ```javascript // app.tsx class App extends React.Component { componentDidMount() {} taroGlobalData = { test: 123} ... } // some native wx...