mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2026-01-10 17:16:56 +08:00
Compare commits
3 Commits
ed0c9b9a95
...
c21e39784f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c21e39784f | ||
|
|
e3c98c7a77 | ||
|
|
5dddcdb3b7 |
@ -146,7 +146,7 @@ db.collection('region')
|
||||
}
|
||||
```
|
||||
|
||||
完整数据见 [area.js](https://github.com/youzan/vant/blob/dev/src/area/demo/area.js)
|
||||
完整数据见 [area.ts](https://github.com/youzan/vant/blob/dev/src/area/demo/area.ts)
|
||||
|
||||
### 点击完成时返回的数据格式
|
||||
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
bind:touchend="onTouchEnd"
|
||||
bind:touchcancel="onTouchEnd"
|
||||
>
|
||||
<view style="{{ computed.wrapperStyle({ offset, itemHeight, visibleItemCount }) }}">
|
||||
<view style="{{ computed.wrapperStyle({ offset, itemHeight, visibleItemCount, duration }) }}">
|
||||
<view
|
||||
wx:for="{{ options }}"
|
||||
wx:for-item="option"
|
||||
|
||||
@ -12667,9 +12667,9 @@ xtend@^4.0.0, xtend@^4.0.1, xtend@~4.0.0, xtend@~4.0.1:
|
||||
integrity sha1-u3J3n1+kZRhrH0OPZ0+jR/2121Q=
|
||||
|
||||
y18n@^3.2.1:
|
||||
version "3.2.1"
|
||||
resolved "https://registry.npm.taobao.org/y18n/download/y18n-3.2.1.tgz?cache=0&sync_timestamp=1601577277029&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fy18n%2Fdownload%2Fy18n-3.2.1.tgz#6d15fba884c08679c0d77e88e7759e811e07fa41"
|
||||
integrity sha1-bRX7qITAhnnA136I53WegR4H+kE=
|
||||
version "3.2.2"
|
||||
resolved "https://registry.yarnpkg.com/y18n/-/y18n-3.2.2.tgz#85c901bd6470ce71fc4bb723ad209b70f7f28696"
|
||||
integrity sha512-uGZHXkHnhF0XeeAPgnKfPv1bgKAYyVvmNL1xlKsPYZPaIHxGti2hHqvOCQv71XMsLxu1QjergkqogUnms5D3YQ==
|
||||
|
||||
y18n@^4.0.0:
|
||||
version "4.0.0"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user