- 
						How to write a ternary expression in the el-switch tag of element?
						
 I think there is a disabled attribute in the el-switch tag only when scope.row.on=   has a certain value  . How to add it? 
    <el-table-column width="200%" label="" class="switchVal">
        <template slot-scope... 
- 
						WeChat Mini Programs switch has different text, slide button or picture how to do?
						   what should the WeChat Mini Programs switch with different text, button or picture do? ... 
- 
						Does switch have two conditions at the same time?
						
var url =   x.php  ;
var get =   add_x  ;
switch(url) {
  case    x.php  :
    $("-sharpmenu").show();
  break;
}
 above is only to judge what url is and what to do  but can I add get judgment? Do the same thing!  is the same as $( "- sharpmenu... 
MySQL Query :  SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5 
 MySQL Error : Disk full (/tmp/#sql-temptable-64f5-42a47e2-5ed2.MAI); waiting for someone to free some space... (errno: 28 "No space left on device") 
 MySQL Errno : 1021 
 Message :  Disk full (/tmp/#sql-temptable-64f5-42a47e2-5ed2.MAI); waiting for someone to free some space... (errno: 28 "No space left on device") 
Need Help?