From 1aba12d4b30b22c99b66926c26658750b48a9941 Mon Sep 17 00:00:00 2001 From: rex-zsd Date: Thu, 28 Feb 2019 10:30:31 +0800 Subject: [PATCH] [build] 0.5.6 --- dist/area/index.js | 7 +++++-- dist/button/index.js | 4 ++++ dist/button/index.wxml | 4 +--- dist/stepper/index.js | 23 ++++++++++++++--------- dist/stepper/index.wxml | 3 ++- 5 files changed, 26 insertions(+), 15 deletions(-) diff --git a/dist/area/index.js b/dist/area/index.js index c0d24a11..9c942050 100644 --- a/dist/area/index.js +++ b/dist/area/index.js @@ -138,6 +138,8 @@ VantComponent({ return 0; }, setValues: function setValues() { + var _this2 = this; + var county = this.getConfig('county'); var code = this.code || Object.keys(county)[0] || ''; var province = this.getList('province'); @@ -158,8 +160,9 @@ VantComponent({ } stack.push(picker.setColumnValues(2, this.getList('county', code.slice(0, 4)), false)); - stack.push(picker.setIndexes([this.getIndex('province', code), this.getIndex('city', code), this.getIndex('county', code)])); - return Promise.all(stack).catch(function () {}); + return Promise.all(stack).then(function () { + return picker.setIndexes([_this2.getIndex('province', code), _this2.getIndex('city', code), _this2.getIndex('county', code)]); + }).catch(function () {}); }, getValues: function getValues() { var picker = this.getPicker(); diff --git a/dist/button/index.js b/dist/button/index.js index 0c94ae0d..32cc3486 100644 --- a/dist/button/index.js +++ b/dist/button/index.js @@ -19,6 +19,10 @@ VantComponent({ size: { type: String, value: 'normal' + }, + loadingSize: { + type: String, + value: '20px' } }, methods: { diff --git a/dist/button/index.wxml b/dist/button/index.wxml index 7c6a59fe..3d56d448 100644 --- a/dist/button/index.wxml +++ b/dist/button/index.wxml @@ -3,7 +3,6 @@