浏览代码

websevice minimize

master
polestar 2 年前
父节点
当前提交
f9b6ae629c
共有 2 个文件被更改,包括 1 次插入1 次删除
  1. 二进制
      angular.zip
  2. 1
    1
      src/app/second/second.component.ts

二进制
angular.zip 查看文件


+ 1
- 1
src/app/second/second.component.ts 查看文件

@@ -21,7 +21,7 @@ export class SecondComponent implements OnInit {
}
addItems(){
this.htmlItems="";
for(let i = 1 ; i < this.items.length ; i++){
for(let i = 0 ; i < 20 ; i++){
this.htmlItems += `<div class="item">
<img src="${this.items[i].thumbnailUrl}" alt="" >
<h6>${this.items[i].title}</h6>

正在加载...
取消
保存