<picker
mode="multiSelector"
bindchange="bindjobcatchange"
bindcolumnchange="bingjobcatcolumnchange"
value="{
{multiIndex}}"
range="{
{job_cat_list}}"
range-key="{
{'cat_name'}}"
>
<view class="picker">
{
{fenlei_title}}
</view>
</picker>
Page({
data: {
server_url: app.globalData.URL,
fenlei_title:'分类',
job_cat_list:[],
multiIndex: [0,0,0],
filter:{
keywords:'',
job_cat_id:''
}
},
onLoad: function () {
this.jobcat();
},
jobcat: function() {
var that = this;
wx.request({
url: app.globalData.URL + "/xxx/eeee",
data: {
x: '',