mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
13 lines
186 B
JavaScript
13 lines
186 B
JavaScript
import Page from '../../common/page';
|
|
import AreaList from './area';
|
|
|
|
Page({
|
|
data: {
|
|
areaList: AreaList,
|
|
value: 330302
|
|
},
|
|
onChange(event) {
|
|
console.log(event);
|
|
}
|
|
});
|