electricity_bill_calc_wx/components/searchSelect/index.js

24 lines
290 B
JavaScript

// components/searchSelect/index.js
Component({
/**
* 组件的属性列表
*/
properties: {
},
/**
* 组件的初始数据
*/
data: {
columns: ['杭州', '宁波', '温州', '嘉兴', '湖州'],
},
/**
* 组件的方法列表
*/
methods: {
}
})