hdtopku

Results 20 issues of hdtopku

`cms_prefrence_area_product_relation`和`cms_prefrence_area`中的`prefrence`应该为`preference`

- [ ] I have searched the [issues](https://github.com/vueComponent/ant-design-vue/issues) of this repository and believe that this is not a duplicate. ### Version 3.2.5 ### Environment 华为手机自带浏览器,鸿蒙系统2.0 ### Reproduction link [https://www.antdv.com/components/back-top-cn](https://www.antdv.com/components/back-top-cn) ###...

help wanted
Stale

### 当前使用版本(必填,否则不予处理) 1.4.5 ### 该问题是如何引起的?(确定最新版也有问题再提!!!) ```java package com.github.davidfantasy.mybatisplus.generatorui.common; import com.baomidou.mybatisplus.extension.api.R; /** * 响应结果生成工具 */ public class ResultGenerator { private static final String DEFAULT_SUCCESS_MESSAGE = "SUCCESS"; public static R genSuccessResult() {...

### 当前使用版本(必填,否则不予处理) 1.4.5 ### 该问题是如何引起的?(确定最新版也有问题再提!!!) 1、逆向工程的TableId类未导入的bug ![image](https://user-images.githubusercontent.com/14859466/156077383-3bc9d41f-ce2d-451b-bef8-147dbc9909be.png) ![image](https://user-images.githubusercontent.com/14859466/156078513-42a16c36-3d4c-431f-8bf8-2e0300eaf80f.png) 2、包冲突 ``` com.baomidou mybatis-plus-boot-starter 3.5.1 ``` 目前官网最新版本为3.5.1,与改项目中的3.4.0冲突 ### 重现步骤(如果有就写完整) 1、逆向工程的TableId类未导入的bug ``` CREATE TABLE `ums_member_collect_spu` ( `id` bigint(20) NOT NULL COMMENT 'id', `member_id`...

1. 像掘金这种,url编码或base64编码的,有好多%2,无法进行跳转,能否增加这种处理: https://link.juejin.cn/?target=https%3A%2F%2Fhub.fastgit.xyz%2Falibaba%2Fp3c%2Ftree%2Fmaster%2Fp3c-formatter 我的替换规则是: ``` https://link\.juejin\.cn/\?target=http(s?)%3A%2F%2F(.*) http$1://$2 ``` 结果跳转不了 2. 能否增加一个pinned issue,专门用来共享广大使用者的规则,每个人都可以分享或借鉴别人的规则

enhancement
help wanted

类似这篇文章的问题:https://www.imooc.com/wenda/detail/507150 ### 1. 该问题的重现步骤是什么? docker 环境 ``` docker run -d -p 8006:80 --name typecho -v /mydata/typecho:/var/www/html yangxuan8282/typecho:php ``` #### nginx中的server配置 ``` server { listen 80; server_name v.taojingling.cn; rewrite ^(.*)$ http://$host$1...

当对象包含null属性时,就有bug ``` deepMerge.js:16 Uncaught (in promise) TypeError: Cannot read property 'concat' of null at Object.deepMerge (deepMerge.js:16) at eval (goods.vue:163) at Array.forEach () at eval (goods.vue:158) ``` `deepMerge.js` ``` import deepClone...

question

u-line-2为例,第二行出现了...,结果第三行文字又出现了 ``` {{item.name}} ``` ![image](https://user-images.githubusercontent.com/14859466/119487516-1298b180-bd8c-11eb-9f3e-4b35f8b6acd9.png)

question

这个bug去年就存在,至今 如下两图,弹窗出现时,上下滑动弹窗或阴影,底部的会跟着一起滑动 期望:底部不滑动 测试地址:https://h5.uviewui.com/#/pages/componentsC/popup/index 参考方案:https://juejin.cn/post/6905643392324239367 ![image](https://user-images.githubusercontent.com/14859466/119760552-cad56f80-bedc-11eb-922e-62c0e90b5bc2.png) ![image](https://user-images.githubusercontent.com/14859466/119760567-d32daa80-bedc-11eb-9f84-bbd86e62adaa.png)

bug

优化一: 很多场景下需要,比如用户输入的数值不合法,或者值改变前需要一些警告或提示 比如购物车中某个商品的数量为1,按一下减号,就变为0了,可以询问用户是否删除,如果用户不删除,就不继续改变值 beforeChange事件 优化二: 像element那种变换后change返回旧值和新值。用来做增加还是减少操作

help wanted