@antmjs/vantui
Version:
一套适用于Taro3及React的vantui组件库
70 lines (69 loc) • 1.25 kB
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.costomOptions = void 0;
var costomOptions = [{
value1: '浙江',
text1: '浙江',
items: [{
value1: '杭州',
text1: '杭州',
items: [{
value1: '西湖区',
text1: '西湖区'
}, {
value1: '余杭区',
text1: '余杭区'
}]
}, {
value1: '温州',
text1: '温州',
items: [{
value1: '鹿城区',
text1: '鹿城区'
}, {
value1: '瓯海区',
text1: '瓯海区'
}]
}]
}, {
value1: '湖南',
text1: '湖南',
items: [{
value1: '长沙',
text1: '长沙',
items: [{
value1: '西湖区',
text1: '西湖区'
}, {
value1: '余杭区',
text1: '余杭区'
}]
}, {
value1: '温州',
text1: '温州',
items: [{
value1: '鹿城区',
text1: '鹿城区'
}, {
value1: '瓯海区',
text1: '瓯海区'
}]
}]
}, {
value1: '福建',
text1: '福建',
items: [{
value1: '福州',
text1: '福州',
items: [{
value1: '鼓楼区',
text1: '鼓楼区'
}, {
value1: '台江区',
text1: '台江区'
}]
}]
}];
exports.costomOptions = costomOptions;
;