mirror of
https://github.com/wu736139669/vczero.github.io.git
synced 2026-08-05 06:23:38 +00:00
7 lines
274 B
HTML
7 lines
274 B
HTML
<!--右边-->
|
|
<div class="fr index_container_right FFFcolor text_center">
|
|
<div ng-repeat="item in items">
|
|
<img ng-src="{{item.link}}" ng-src="{{item.img}} || img/fengjing_1.png"/>
|
|
<a ng-href="#/article/{{item._id}}"><span ng-bind="item.title"></span></a>
|
|
</div>
|
|
</div> |