-
Updated
Oct 28, 2020
Here are 2,377 public repositories matching this topic...
Taro能使用wxs吗?
-
Updated
Nov 5, 2020 - Less
-
Updated
Nov 5, 2020 - Java
-
Updated
Oct 26, 2020 - Vue
-
Updated
Nov 5, 2020 - C++
-
Updated
Nov 1, 2020 - Java
-
Updated
Sep 30, 2020 - JavaScript
-
Updated
Sep 30, 2020 - JavaScript
-
Updated
May 15, 2020 - Python
-
Updated
Nov 5, 2020 - PHP
Is your feature request related to a problem? Please describe.
The current RoomMemberQueryFilter doesn't support query by wxid (id of Contact), can we support this?
Describe the solution you'd like
Add id as a string type in RoomMemberQueryFilter
Describe alternatives you've considered
- Find all contacts for the room and find out the matched id
- Load the contact by id fir
-
Updated
Oct 9, 2020 - C
-
Updated
Nov 2, 2020 - C#
Improve this page
Add a description, image, and links to the wechat topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the wechat topic, visit your repo's landing page and select "manage topics."
问题描述
最近使用
movable-view
做了一个拖拽排序的功能,但是由于需要touchmove
事件频繁setState
来更新movable-view
的坐标,导致Android
的上的性能体验很差,IOS
不会。看了微信的文档,这种情况可以使用
WXS
来解决,请问Taro
中能否使用WXS
?如何使用呢?