|
@@ -18,12 +18,11 @@ import { CompUploaderHwobsComponent } from 'src/lib/storage/comp-uploader-hwobs/
|
|
|
export class Tab3Page {
|
|
|
imageList:Array<any> = [
|
|
|
{img:"https://tse2-mm.cn.bing.net/th/id/OIP-C.sD15E_-sEqY4p37kQPhJywHaD4?rs=1&pid=ImgDetMain"},
|
|
|
- {img:"https://img-blog.csdnimg.cn/img_convert/33bda5f420f076384c3013ddd7bd70b6.png"},
|
|
|
- ]
|
|
|
- imageList2:Array<any> = [
|
|
|
- {img:"https://tse1-mm.cn.bing.net/th/id/OIP-C.Sqa-oqMbnqRLWGIbMdwuPQHaDJ?rs=1&pid=ImgDetMain"},
|
|
|
- {img:"https://www.itbaizhan.com/wiki/imgs/image-20220218143925861.png"},
|
|
|
+ {img:"https://app.fmode.cn/dev/jxnu/storage/20241224/94828-3.png"},
|
|
|
+ {img:"https://tse1-mm.cn.bing.net/th/id/OIP-C.Sqa-oqMbnqRLWGIbMdwuPQHaDJ?rs=1&pid=ImgDetMain"}
|
|
|
]
|
|
|
+ imageList2 = [this.imageList[2],this.imageList[1],this.imageList[0]]
|
|
|
+
|
|
|
constructor() {}
|
|
|
|
|
|
// 上传组件
|