From ca3b9e6510641994c8d675da8ae77a3f0b70ce57 Mon Sep 17 00:00:00 2001 From: rex Date: Wed, 20 Mar 2019 21:04:38 +0800 Subject: [PATCH] [bugfix] GoodsAction: fix document error, fix disabled & loading not work --- packages/goods-action-button/index.wxml | 2 ++ packages/goods-action-icon/index.ts | 4 +++- packages/goods-action-icon/index.wxml | 2 ++ packages/goods-action/README.md | 1 - 4 files changed, 7 insertions(+), 2 deletions(-) diff --git a/packages/goods-action-button/index.wxml b/packages/goods-action-button/index.wxml index 4dba959a..39296d59 100644 --- a/packages/goods-action-button/index.wxml +++ b/packages/goods-action-button/index.wxml @@ -8,6 +8,7 @@ disabled="{{ disabled }}" open-type="{{ openType }}" custom-class="custom-class" + business-id="{{ businessId }}" session-from="{{ sessionFrom }}" app-parameter="{{ appParameter }}" send-message-img="{{ sendMessageImg }}" @@ -20,6 +21,7 @@ bindopensetting="bindOpenSetting" bindgetuserinfo="bindGetUserInfo" bindgetphonenumber="bindGetPhoneNumber" + bindlaunchapp="bindLaunchApp" > {{ text }} diff --git a/packages/goods-action-icon/index.ts b/packages/goods-action-icon/index.ts index bc55dd1d..56db7f9f 100644 --- a/packages/goods-action-icon/index.ts +++ b/packages/goods-action-icon/index.ts @@ -11,7 +11,9 @@ VantComponent({ props: { text: String, info: String, - icon: String + icon: String, + disabled: Boolean, + loading: Boolean }, methods: { diff --git a/packages/goods-action-icon/index.wxml b/packages/goods-action-icon/index.wxml index 9593ac88..40c0773d 100644 --- a/packages/goods-action-icon/index.wxml +++ b/packages/goods-action-icon/index.wxml @@ -6,6 +6,7 @@ loading="{{ loading }}" disabled="{{ disabled }}" open-type="{{ openType }}" + business-id="{{ businessId }}" custom-class="van-goods-action-icon" session-from="{{ sessionFrom }}" app-parameter="{{ appParameter }}" @@ -19,6 +20,7 @@ bindopensetting="bindOpenSetting" bindgetuserinfo="bindGetUserInfo" bindgetphonenumber="bindGetPhoneNumber" + bindlaunchapp="bindLaunchApp" >