Commit b33e826c authored by home's avatar home

zxh

parent cb98a8c6
......@@ -579,7 +579,8 @@
},
//多选 勾选 列表
checkboxChange(e){
checkboxChange(e){
console.log(e);
this.isshowsetkilltime = e.detail.value.indexOf('is_seckill') ==-1? false:true;
if(e.detail.value.indexOf('is_seckill')!=-1){
......@@ -594,12 +595,7 @@
// console.log(this.seckilltimelist[e.detail.value[0]].activity_id)
this.activity_id = this.seckilltimelist[e.detail.value[0]].activity_id;
},
changepicker(e){
console.log(e)
},
},
// 改变下拉选项 一级的
// bindPickerChange (event) {
// console.info(event.detail.value);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment