diff --git a/src/coupon-list/index.js b/src/coupon-list/index.js
index 3e74d6d99..6a8aa0af4 100644
--- a/src/coupon-list/index.js
+++ b/src/coupon-list/index.js
@@ -15,7 +15,7 @@ import Button from '../button';
import Coupon from '../coupon';
const [createComponent, bem, t] = createNamespace('coupon-list');
-const EMPTY_IMAGE = 'https://img.yzcdn.cn/vant/coupon-empty.png';
+const EMPTY_IMAGE = 'https://img01.yzcdn.cn/vant/coupon-empty.png';
export default createComponent({
props: {
diff --git a/src/empty/index.tsx b/src/empty/index.tsx
index 11d62d66c..520f5ee7d 100644
--- a/src/empty/index.tsx
+++ b/src/empty/index.tsx
@@ -28,7 +28,7 @@ export default createComponent({
}
if (PRESET_IMAGES.indexOf(image) !== -1) {
- image = `https://img.yzcdn.cn/vant/empty-image-${image}.png`;
+ image = `https://img01.yzcdn.cn/vant/empty-image-${image}.png`;
}
return ;
diff --git a/src/empty/test/__snapshots__/demo.spec.js.snap b/src/empty/test/__snapshots__/demo.spec.js.snap
index ad6fd9b2b..11eaa3669 100644
--- a/src/empty/test/__snapshots__/demo.spec.js.snap
+++ b/src/empty/test/__snapshots__/demo.spec.js.snap
@@ -4,7 +4,7 @@ exports[`should render demo and match snapshot 1`] = `
Description @@ -56,7 +56,7 @@ exports[`should render demo and match snapshot 1`] = ` >
Description @@ -89,7 +89,7 @@ exports[`should render demo and match snapshot 1`] = `
Description diff --git a/src/empty/test/__snapshots__/index.spec.js.snap b/src/empty/test/__snapshots__/index.spec.js.snap index 9354cbe6b..f528abc30 100644 --- a/src/empty/test/__snapshots__/index.spec.js.snap +++ b/src/empty/test/__snapshots__/index.spec.js.snap @@ -3,7 +3,7 @@ exports[`should render bottom slot correctly 1`] = `
Custom description diff --git a/src/share-sheet/index.js b/src/share-sheet/index.js index 57edfb7f5..8452dbcda 100644 --- a/src/share-sheet/index.js +++ b/src/share-sheet/index.js @@ -17,7 +17,7 @@ const PRESET_ICONS = [ function getIconURL(icon) { if (PRESET_ICONS.indexOf(icon) !== -1) { - return `https://img.yzcdn.cn/vant/share-sheet-${icon}.png`; + return `https://img01.yzcdn.cn/vant/share-sheet-${icon}.png`; } return icon; }