https不行http上

This commit is contained in:
HelloWorld 2020-04-22 20:50:53 +08:00
parent 73105a7acb
commit b812d99ee6
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
</div>
</div>
<div class="image hot-image" href="{{ bookmark.url }}" style="cursor: pointer;" ng-click="detailBookmark(bookmark)">
<img ng-src="{{bookmark.snap}}" />
<img ng-src="{{bookmark.snap}}" err-src="{{bookmark.snap.replace('https://', 'http://')}}" />
</div>
<div class="extra content" ng-show="!bookmark.edit">
<img class="ui avatar image" style="width: 16px; height: 16px;" ng-src="{{bookmark.icon}}" />