moka12579
moka12579
I want to replace my Chinese font, otherwise only the English alphabet will be replaced, which will look uncomfortable.
**问题描述** 使用up-swiper组件,运行到微信小程序,提示 display-multiple-items 不能大于 swiper-item 数量 **复现步骤** 使用up-swiper组件 ```vue ``` 当list1为如下数据时,运行到微信小程序正常 ```js [ 'https://cdn.uviewui.com/uview/swiper/swiper1.png', 'https://cdn.uviewui.com/uview/swiper/swiper2.png', 'https://cdn.uviewui.com/uview/swiper/swiper3.png', ] ``` 但为如下数据时,运行到微信小程序就会提示display-multiple-items 不能大于 swiper-item 数量 ```js [ { image: 'https://cdn.uviewui.com/uview/swiper/swiper2.png', title: '昨夜星辰昨夜风,画楼西畔桂堂东', },...
**问题描述** 清晰地描述该错误是什么,请不要直接贴一张图或者一句话描述,需要提供尽可能多的信息才能便于问题定位,特别是连个版本号都没有的无从下手。 cate-tab组件在h5正常使用,微信小程序就只能做展示,左侧分类列表点击无效果,分类跟随页面滚动 https://github.com/user-attachments/assets/6864981f-8279-484a-9a45-1d1b2072558e **复现步骤** 复现该行为的步骤: 1. 前往'...' 2. 点击'....' 3. 滚动到'....' 4. 查看错误 **预期行为** 清晰地描述你期望发生什么。 正常使用 **截图** 如果适用,请添加截图以帮助解释你的问题。 **版本(请填写以下信息)**: - HBuilderX:[例如 4.24] - uview-plus:[例如 3.3.8] - 开发者工具版本:[例如 微信开发者工具1.0.1] ```...
After booting up, opening the software that needs to access the local network will prompt 'No route to host', even if it is telnet, the same error will be returned...