Authored by shuaiguo

fix(alipay): 返利活动规则修改-图片路径错误

@@ -75,7 +75,7 @@ export default { @@ -75,7 +75,7 @@ export default {
75 alipayName: "", 75 alipayName: "",
76 imgUrlMap: { 76 imgUrlMap: {
77 header: '//cdn.yoho.cn/20200119/header.jpg?imageView2/2/w/750/format/jpg', 77 header: '//cdn.yoho.cn/20200119/header.jpg?imageView2/2/w/750/format/jpg',
78 - content1: '//cdn.yoho.cn/20200119/content-1.jpeg?imageView2/2/w/750/format/jpg', 78 + content1: '//cdn.yoho.cn/20200119/content-1.jpg?imageView2/2/w/750/format/jpg',
79 content2: '//cdn.yoho.cn/20200119/content-2.jpg?imageView2/2/w/750/format/jpg', 79 content2: '//cdn.yoho.cn/20200119/content-2.jpg?imageView2/2/w/750/format/jpg',
80 content3: '//cdn.yoho.cn/20200119/content-3.jpg?imageView2/2/w/750/format/jpg', 80 content3: '//cdn.yoho.cn/20200119/content-3.jpg?imageView2/2/w/750/format/jpg',
81 footer: '//cdn.yoho.cn/20200119/footer.jpg?imageView2/2/w/750/format/jpg' 81 footer: '//cdn.yoho.cn/20200119/footer.jpg?imageView2/2/w/750/format/jpg'
1 { 1 {
2 "name": "ufo-app-web", 2 "name": "ufo-app-web",
3 - "version": "1.4.0", 3 + "version": "1.4.1",
4 "private": true, 4 "private": true,
5 "description": "A New Yohobuy Project With Express", 5 "description": "A New Yohobuy Project With Express",
6 "repository": { 6 "repository": {