Results 5 issues of Dust

## Description wepy2.1.0未正常触发bindregionchange事件 ## Environment * Platform: [开发者工具/iOS/Andriod] * Platform version: [1.05.2110110] * Wechat version: [微信版本号] * wepy-cli version: [2.1.0] * wepy version: ["@wepy/core": "^2.0.0-alpha.16", "@wepy/use-promisify": "^2.1.0", "@wepy/x": "^2.0.2"] ##...

### 运行环境 ### - [x] 设备型号:`小米10` - [x] 设备系统版本: `Android 10.0` - [x] Gradle 版本: `7.0.1` - [x] QMUI Android 版本:`2.0.1` ### 具体问题描述 ### QMUI.Compat实际继承了`Theme.AppCompat.DayNight`,使用NavigationBarView的getOrCreateBadge方法时会报错。将` `改为``即可解决该问题。建议增加或修改主题,增加对MaterialComponents的支持。 #### 问题截图 #### ![image](https://user-images.githubusercontent.com/50127086/131205232-be0c508b-c6cf-43a2-aaa6-9549c9397c31.png)...

### 运行环境 ### - [x] 设备型号:如:`Nexus 6` - [x] 设备系统版本:如 `Android 10.0` - [x] Gradle 版本:如 `4.1.2` - [x] QMUI Android 版本:`2.0.0-alpha11` ### 具体问题描述 ### 希望QMUIBottomSheetListDialog支持多选,适应“选择多个联系人”等场景的需求。

应将index.js第59行中‘const duration = rect.width / 40 * this.data.speed;’更改为‘const duration = (rect.width + wrapRect.width) / 40 * this.data.speed;’

A low-cost solution to distinguish the tapped marker from other markers with the help of onSingleTapUp & onSingleTapConfirmed method and drawable resources. Works in MarkerClusterer container as well. Step1. add...