Commit b33e826c authored by home's avatar home

zxh

parent cb98a8c6
......@@ -580,6 +580,7 @@
//多选 勾选 列表
checkboxChange(e){
console.log(e);
this.isshowsetkilltime = e.detail.value.indexOf('is_seckill') ==-1? false:true;
if(e.detail.value.indexOf('is_seckill')!=-1){
......@@ -595,11 +596,6 @@
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