<table class="grain-record grain-list">
<tr ng-repeat="list in prolist">
<td width="20%" class="text-center">{{$index+1}}</td>
<td width="25%" class="text-center">
<!--{{list.type=='1'?'签到获取': list.type=='2'?'投资获取': list.type=='3'?'推广邀请人投资获取': list.type=='4'?'注册获取': list.type=='5'?'邀请好友注册获取 ': list.type=='6'?'猫粮购买月账户': list.type=='7'?'猫粮获得利息': list.type=='8'?'猫粮提现'}}-->
<!--{{type}}-->
***{{list.type}}***
</td>
<td width="25%" class="text-center">{{list.cat_menoy}}</td>
<td width="30%" class="text-center">{{list.create_time}}</td>
</tr>
</table>
Le code ci-dessus : le résultat list.type de ng-repeat renvoie une chaîne avec une valeur de 1 à 7, qui correspond à 7 méthodes. Le texte correspondant à 1 à 7 doit maintenant être affiché sur la page html. Que dois-je faire ?
小伙看你根骨奇佳,潜力无限,来学PHP伐。