view.item-switch(:style="{opacity: disabled? 0.4: 1, borderTopLeftRadius: (this.borderTopLeftRadius * 2) + 'rpx',borderTopRightRadius: (this.borderTopRightRadius * 2) + 'rpx',borderBottomLeftRadius: (this.borderBottomLeftRadius * 2) + 'rpx',borderBottomRightRadius: (this.borderBottomRightRadius * 2) + 'rpx'}")
view.item-switch-panel(:style="{height: (description? '134rpx': '106rpx')}")
view.item(v-if="description")
view.item-name(:style="{color: (disabled? 'rgba(0,0,0,0.38)' : '')}")
text {{title}}
view.item-desc(:style="{color: (disabled? 'rgba(0,0,0,0.38)' : '')}")
text {{description}}
view.item2(v-else)
view.item-name(:style="{color: (disabled? 'rgba(0,0,0,0.38)' : '')}")
text {{title}}
image(v-if="description" :src="isCheck ? getOnPic() : getOffPic()" @onchange="onClick" @click="onClick" :class="disabled? 'gray': ''")
image.img2(v-else :src="isCheck ? getOnPic() : getOffPic()" @click="onClick" :class="disabled? 'gray': ''")
view.dialog-divide