-
### 重现链接
### Vant Weapp 版本
1.11.6
### 描述一下你遇到的问题。
组件里的图标都无法显示
![WX20240801-173328@2x](https://github.com/user-attachments/assets/8a870da8-84ef-4c38-bdc6-ad7469719272)
### 重…
-
### 重现链接
![WX20240919-181800@2x](https://github.com/user-attachments/assets/1d545745-e18e-40fa-a90d-7b4b1e8c5f2f)
### Vant Weapp 版本
1.11.6
### 描述一下你遇到的问题。
NavBar组件无法适配skyline模式,开发者工具和手机预览都无法正常展…
-
### Taro UI 版本信息
v2.3.4
### 问题描述
按照官方示例,全局引入组件样式后,编译失败
### 复现步骤
1、在 app.scss 中全局引入样式库
2、在 pages/index/index.vue 中使用 AtButton 组件
3、编译为微信小程序
### 复现代码
``` js
// app.scss
@import …
-
```javascript
/* eslint-disable */
import Taro from '@tarojs/taro';
const IconFont = (props) => {
const { name, size, color } = props;
return ;
};
IconFont.defaultProps = {
size:…
zhiyu updated
2 years ago
-
### 重现链接
相同的代码,内容位置不一致。真机和右侧胶囊位置持平,而在开发工具上直接展示在了最最上面。
![e60a432c8db7dacc9f1a15f58e30a1f](https://github.com/user-attachments/assets/f49ba203-9cd9-4bdc-b6e8-9bc9f6dc4a03)
![企业微信截图_17211007383866](ht…
-
### nutui-uniapp 版本号
1.7.3
### 平台
weapp, 其他小程序
### 重现链接
#小程序://埔企通/85bsRGFRUgIJp4h
### 重现步骤
用户手机 iPhone xs 所有页面的表单组件出不来
![Snipaste_2024-05-28_11-54-01](https://github.com/nutui-uniapp/nutui…
-
### 重现链接
filterTime(type, options) {
console.log('type1', type);
console.log('options', options);
if(this.data.offline) {
}
return options;
},
### V…
gansx updated
1 month ago
-
miniprogram_npm\weapp-cookie\index.js
这个文件的2412行处,当设备是IOS的时候,responseCookies将是数组,此时responseCookies.replace(/\;([^\s\;]*?(?=\=))/ig, ',$1')将会报错
![Dingtalk_20210629131231](https://user-images.githubus…
-
### 相关平台
微信小程序
**小程序基础库: 1.06.2303060 Stable**
**使用框架: Vue 3**
### 复现步骤
- config/index.js
使用了 webpack5,默认开启了 prebundle
```
compiler: 'webpack5',
```
- 微信小程序 Console
``` shell
…
-
报错如下
Install component field fail.
You can try cmd: 'cli.js install field --no-cache' to fix it.