Compare commits

..

No commits in common. "c21e39784fbb3fe1cc3f97f439e9ce1e90bd9107" and "ed0c9b9a95750747dac6989aa99d7abc7a56ee7d" have entirely different histories.

3 changed files with 5 additions and 5 deletions

View File

@ -146,7 +146,7 @@ db.collection('region')
}
```
完整数据见 [area.ts](https://github.com/youzan/vant/blob/dev/src/area/demo/area.ts)
完整数据见 [area.js](https://github.com/youzan/vant/blob/dev/src/area/demo/area.js)
### 点击完成时返回的数据格式

View File

@ -9,7 +9,7 @@
bind:touchend="onTouchEnd"
bind:touchcancel="onTouchEnd"
>
<view style="{{ computed.wrapperStyle({ offset, itemHeight, visibleItemCount, duration }) }}">
<view style="{{ computed.wrapperStyle({ offset, itemHeight, visibleItemCount }) }}">
<view
wx:for="{{ options }}"
wx:for-item="option"

View File

@ -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.2"
resolved "https://registry.yarnpkg.com/y18n/-/y18n-3.2.2.tgz#85c901bd6470ce71fc4bb723ad209b70f7f28696"
integrity sha512-uGZHXkHnhF0XeeAPgnKfPv1bgKAYyVvmNL1xlKsPYZPaIHxGti2hHqvOCQv71XMsLxu1QjergkqogUnms5D3YQ==
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=
y18n@^4.0.0:
version "4.0.0"