1
0
mirror of https://gitee.com/vant-contrib/vant-weapp.git synced 2025-04-06 03:58:05 +08:00

docs(Radio): setData params error ()

This commit is contained in:
Jake 2019-10-10 17:19:40 +08:00 committed by neverland
parent 224e0527fb
commit 716c76e900

@ -32,7 +32,7 @@ Page({
onChange(event) {
this.setData({
checked: event.detail
radio: event.detail
});
}
});