diff --git a/pages/template/drop-card/card/card.uvue b/pages/template/drop-card/card/card.uvue index e37bfd98fe53fe777cb60fbcf8b4252536e870be..11fe0a3cadea53498943f67d0db29b30d41f3b5b 100644 --- a/pages/template/drop-card/card/card.uvue +++ b/pages/template/drop-card/card/card.uvue @@ -34,7 +34,7 @@ props: { img: { type: String, - default: "/static/template/drop-card/1.jpg" + default: "https://web-ext-storage.dcloud.net.cn/hello-uni-app-x/drop-card-1.jpg" }, cardIndex: { type: Number, diff --git a/pages/template/drop-card/drop-card.uvue b/pages/template/drop-card/drop-card.uvue index 4a632220f4b832b35f8fbf11f1109fe9a3467e79..7ed4f2c3b1454da4e4b25f1859f5f1c2043ea573 100644 --- a/pages/template/drop-card/drop-card.uvue +++ b/pages/template/drop-card/drop-card.uvue @@ -14,9 +14,9 @@ data() { return { cardList: [ - '/static/template/drop-card/1.jpg', - '/static/template/drop-card/2.jpg', - '/static/template/drop-card/3.jpg' + 'https://web-ext-storage.dcloud.net.cn/hello-uni-app-x/drop-card-1.jpg', + 'https://web-ext-storage.dcloud.net.cn/hello-uni-app-x/drop-card-2.jpg', + 'https://web-ext-storage.dcloud.net.cn/hello-uni-app-x/drop-card-3.jpg' ] as string.ImageURIString[] } } diff --git a/pages/template/drop-card/drop-card@old.uvue b/pages/template/drop-card/drop-card@old.uvue index 526719490518d409c8082902c5a803b3e86c2903..4298597efd0b24d4619ea32d54f3e6ba06a85265 100644 --- a/pages/template/drop-card/drop-card@old.uvue +++ b/pages/template/drop-card/drop-card@old.uvue @@ -29,9 +29,9 @@ y: 0, cardHeight:1, userList: [ - '/static/template/drop-card/1.jpg', - '/static/template/drop-card/2.jpg', - '/static/template/drop-card/3.jpg' + 'https://web-ext-storage.dcloud.net.cn/hello-uni-app-x/drop-card-1.jpg', + 'https://web-ext-storage.dcloud.net.cn/hello-uni-app-x/drop-card-2.jpg', + 'https://web-ext-storage.dcloud.net.cn/hello-uni-app-x/drop-card-3.jpg' ] as string.ImageURIString[] } }, diff --git a/static/template/drop-card/1.jpg b/static/template/drop-card/1.jpg deleted file mode 100644 index c21f582f3444c0f72bfb8f61c4840d9d17ba41cd..0000000000000000000000000000000000000000 Binary files a/static/template/drop-card/1.jpg and /dev/null differ diff --git a/static/template/drop-card/2.jpg b/static/template/drop-card/2.jpg deleted file mode 100644 index bd401c4515e03023e6db1693dcb98d2266c4f186..0000000000000000000000000000000000000000 Binary files a/static/template/drop-card/2.jpg and /dev/null differ diff --git a/static/template/drop-card/3.jpg b/static/template/drop-card/3.jpg deleted file mode 100644 index 661cd468c24bfcaedf3789905737a1a37f5e3f47..0000000000000000000000000000000000000000 Binary files a/static/template/drop-card/3.jpg and /dev/null differ diff --git a/static/test-image/logo.bmp b/static/test-image/logo.bmp index f7f38d3baa0a831d804fc710dd79d8ff753caad1..58af4b1c26c2b4dbea0f71cd06a77249bb260902 100644 Binary files a/static/test-image/logo.bmp and b/static/test-image/logo.bmp differ