switch 语句..
<ul class=‘mui-table-view‘>
<!--switch 语句 ...-->
{{# switch(d[‘event‘]){
case ‘daifukuan‘:}}
<h2>待付款</h2>
{{# break;
case ‘daifahuo‘:}}
<h2>待发货</h2>
{{# break;
case ‘daishouhuo‘:}}
<h2>待收货</h2>
{{# break;
case ‘daipingjia‘:}}
<h2>待评价</h2>
{{# break;
} }}
</ul>