mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-05 19:41:45 +08:00
31 lines
403 B
JavaScript
31 lines
403 B
JavaScript
export default {
|
|
pro1Name: '浙江',
|
|
pro1: [{
|
|
text: '杭州',
|
|
id: 1001
|
|
}, {
|
|
text: '温州',
|
|
id: 1002
|
|
}, {
|
|
text: '宁波',
|
|
id: 1003
|
|
}, {
|
|
text: '义乌',
|
|
id: 1004
|
|
}],
|
|
pro2Name: '江苏',
|
|
pro2: [{
|
|
text: '无锡',
|
|
id: 1011
|
|
}, {
|
|
text: '常州',
|
|
id: 1012
|
|
}, {
|
|
text: '莆田',
|
|
id: 1013
|
|
}, {
|
|
text: '三明',
|
|
id: 1014
|
|
}]
|
|
};
|