@@ -1,7 +1,6 @@
<template>
<view class="select-bg_bx">
<view
- :id="titId"
@click="switchCut"
:class="['select-title',dropdownShow?'select_corlor':'']">
{{menuObj.title}}
@@ -82,7 +81,6 @@
return {
dropdownShow: false,
selectItem:'',
- titId:'cesshi123'
}
},
mounted(){