Skip to content
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.

WxcPanItem组件的点击事件参数回传有问题 #441

Closed
wangxulong2008go opened this issue Jun 8, 2019 · 1 comment
Closed

WxcPanItem组件的点击事件参数回传有问题 #441

wangxulong2008go opened this issue Jun 8, 2019 · 1 comment

Comments

@wangxulong2008go
Copy link

在WxcPanItem这个组件内,未使用props来接收extId,导致回传的时候参数拿不到问题,希望尽快加上props: {
url: {
type: String,
default: ''
},
needSlider: {
type: Boolean,
default: true
},
extId:{
type: Number,
default:0
}
},的extId接收,否则安卓手机拿不到

@tw93
Copy link
Member

tw93 commented Jul 7, 2019

最新版本 0.6.16 已加上

@tw93 tw93 closed this as completed Jul 7, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants