Gogs пре 5 година
родитељ
комит
962be056b2

+ 1 - 1
sourcecode/h5app/vue/src/components/IndexPresent.vue

@@ -33,7 +33,7 @@
         props: {
             presentImg: {
                 type: String,
-                default: "http://pjczv6ygf.bkt.clouddn.com/image_load_fail.jpg"
+                default: "http://szugift.oss-cn-shenzhen.aliyuncs.com/image_load_fail.jpg"
             },
             presentName: {
                 type: String,

+ 4 - 4
sourcecode/h5app/vue/src/components/TabBar.vue

@@ -35,10 +35,10 @@
             return {
                 active: 0,
                 icon: {
-                    index_normal: "http://pjczv6ygf.bkt.clouddn.com/bar-icon/index_icon_active.png",
-                    index_active: "http://pjczv6ygf.bkt.clouddn.com/bar-icon/index_icon_active.png",
-                    me_normal: "http://pjczv6ygf.bkt.clouddn.com/bar-icon/me_icon_active.png",
-                    me_active: "http://pjczv6ygf.bkt.clouddn.com/bar-icon/me_icon_active.png"
+                    index_normal: "http://szugift.oss-cn-shenzhen.aliyuncs.com/index_icon_active.png",
+                    index_active: "http://szugift.oss-cn-shenzhen.aliyuncs.com/index_icon_active.png",
+                    me_normal: "http://szugift.oss-cn-shenzhen.aliyuncs.com/me_icon_active.png",
+                    me_active: "http://szugift.oss-cn-shenzhen.aliyuncs.com/me_icon_active.png"
                 },
             }
         },

+ 1 - 1
sourcecode/h5app/vue/src/components/addPhoto.vue

@@ -21,7 +21,7 @@
         },
         props: {
             photoURL: {
-                default: "http://pjczv6ygf.bkt.clouddn.com/camera.png"
+                default: "http://szugift.oss-cn-shenzhen.aliyuncs.com/camera.png"
             }
         },
         methods: {

+ 2 - 2
sourcecode/h5app/vue/src/components/addPresentButton.vue

@@ -1,11 +1,11 @@
 <template>
     <div class="button_container">
-        <img src="http://pjczv6ygf.bkt.clouddn.com/add-present-button/add_button_active.png"
+        <img src="http://szugift.oss-cn-shenzhen.aliyuncs.com/add_button_active.png"
              class="add_button s"
              v-if="can_add" @click="toAddPresent"
         />
 
-        <img src="http://pjczv6ygf.bkt.clouddn.com/add-present-button/add_button_inactive.png"
+        <img src="http://szugift.oss-cn-shenzhen.aliyuncs.com/add_button_inactive.png"
              class="add_button"
              v-if="!can_add"
         />

+ 1 - 1
sourcecode/h5app/vue/src/components/giftCard.vue

@@ -60,7 +60,7 @@
         props: {
             presentImg: {
                 type: String,
-                default: "http://pjczv6ygf.bkt.clouddn.com/image_load_fail.jpg"
+                default: "http://szugift.oss-cn-shenzhen.aliyuncs.com/image_load_fail.jpg"
             },
             presentName: {
                 type: String,

+ 1 - 1
sourcecode/h5app/vue/src/components/guide.vue

@@ -2,7 +2,7 @@
     <div class="guide_background" v-if="seen" @click="seen=false">
         <div class="tips">
             <p>点击这里<br/>发布礼物</p>
-            <img src="http://pjczv6ygf.bkt.clouddn.com/arrow.png"/>
+            <img src="http://szugift.oss-cn-shenzhen.aliyuncs.com/arrow.png"/>
         </div>
         <add-present-button :can_add="true" :disabled="false"/>
     </div>

+ 1 - 1
sourcecode/h5app/vue/src/views/Assess.vue

@@ -60,7 +60,7 @@
                 assessError: false,
                 assessDo:{},
                 active: 0,
-                Assessimage: "http://pjczv6ygf.bkt.clouddn.com/thanks.png",
+                Assessimage: "http://szugift.oss-cn-shenzhen.aliyuncs.com/thanks.png",
                 myId: -1,
                 goodId: -1,
                 orderid: -1

+ 1 - 1
sourcecode/h5app/vue/src/views/Draw.vue

@@ -1,6 +1,6 @@
 <template>
     <div>
-        <img src="http://pjczv6ygf.bkt.clouddn.com/share_background.jpg"
+        <img src="http://szugift.oss-cn-shenzhen.aliyuncs.com/share_background.jpg"
              style="height: 100%; width: 100%; z-index: -99; position: absolute; left: 0; top: 0;"
         />
         <div class="transparent">

+ 1 - 1
sourcecode/h5app/vue/src/views/PresentRegister.vue

@@ -113,7 +113,7 @@
                 tag: 0,
                 photo: null,
                 loading: false,
-                imgUrl: "http://pjczv6ygf.bkt.clouddn.com/camera.png",
+                imgUrl: "http://szugift.oss-cn-shenzhen.aliyuncs.com/camera.png",
                 giftDo: {}
             }
         },

+ 2 - 2
sourcecode/h5app/vue/src/views/giftDetail.vue

@@ -53,7 +53,7 @@
             <p v-if="reason.length !== 0">原因:{{reason}}</p>
         </div>
         <div style="height: 100px; width: 100%"></div>
-        <img src="http://pjczv6ygf.bkt.clouddn.com/present_card_bottom.png"
+        <img src="http://szugift.oss-cn-shenzhen.aliyuncs.com/present_card_bottom.png"
              style="position: fixed; bottom: 100px; max-width: 100%; z-index: -1"
         />
         <div
@@ -210,7 +210,7 @@
                     rpresent.gender = ridentity.userSex;
                     rpresent.placeId = ridentity.dormDistrict;
                     rpresent.wechat = ridentity.userWxAccount;
-                    rpresent.img = "http://pjczv6ygf.bkt.clouddn.com/mysterious%20gift.jpg";
+                    rpresent.img = "http://szugift.oss-cn-shenzhen.aliyuncs.com/mysterious%20gift.jpg";
                     this.receivedPresent = rpresent;
                 }
                 let present = {};

+ 8 - 9
sourcecode/h5app/vue/src/views/index.vue

@@ -8,8 +8,7 @@
         </van-swipe>
         <van-notice-bar
                 text="上传礼物需要被审核,请经常来看看审核是否通过,截止时间是24号21:00,25号0点开始将陆续放出配对结果"
-                left-icon="//img.yzcdn.cn/vant/volume.png"
-        />
+                left-icon="//img.yzcdn.cn/vant/volume.png"></van-notice-bar>
 
         <van-row type="flex" justify="space-between" align="center" style="margin: 0 10px 0 15px">
             <van-col>
@@ -79,19 +78,19 @@
         data() {
             return {
                 images: [
-                    "http://pjczv6ygf.bkt.clouddn.com/banner/banner1.jpg",
-                    "http://pjczv6ygf.bkt.clouddn.com/banner/banner2.jpg",
-                    "http://pjczv6ygf.bkt.clouddn.com/banner/banner3.jpg"
+                    "http://szugift.oss-cn-shenzhen.aliyuncs.com/banners/banner1.jpg",
+                    "http://szugift.oss-cn-shenzhen.aliyuncs.com/banners/banner2.jpg",
+                    "http://szugift.oss-cn-shenzhen.aliyuncs.com/banners/banner3.jpg"
                 ],
                 active: 0,
                 button_active: false,
                 presents: {},
                 hasPresent: true,
                 dec_icons: [
-                    "http://pjczv6ygf.bkt.clouddn.com/dec-icon/1.png",
-                    "http://pjczv6ygf.bkt.clouddn.com/dec-icon/2.png",
-                    "http://pjczv6ygf.bkt.clouddn.com/dec-icon/3.png",
-                    "http://pjczv6ygf.bkt.clouddn.com/dec-icon/4.png",
+                    "http://szugift.oss-cn-shenzhen.aliyuncs.com/declare_icons/1.png",
+                    "http://szugift.oss-cn-shenzhen.aliyuncs.com/declare_icons/2.png",
+                    "http://szugift.oss-cn-shenzhen.aliyuncs.com/declare_icons/3.png",
+                    "http://szugift.oss-cn-shenzhen.aliyuncs.com/declare_icons/4.png",
                 ],
                 dec_words: [
                     '填写资料',

+ 1 - 1
sourcecode/h5app/vue/src/views/login.vue

@@ -1,6 +1,6 @@
 <template>
     <div>
-        <img src="http://pjczv6ygf.bkt.clouddn.com/login_background.png"
+        <img src="http://szugift.oss-cn-shenzhen.aliyuncs.com/login_background.png"
              style="max-width: 100%"
         />
         <h1>正在自动登录,请稍后</h1>

+ 5 - 5
sourcecode/h5app/vue/src/views/share.vue

@@ -59,7 +59,7 @@
         data() {
             return {
                 note: {
-                    backgroundImage: "url('http://pjczv6ygf.bkt.clouddn.com/share_background.jpg')",
+                    backgroundImage: "url('http://szugift.oss-cn-shenzhen.aliyuncs.com/share_background.jpg')",
                 },
                 transparent: {
                     backgroundColor: "rgba(50,50,50,0.7)",
@@ -72,10 +72,10 @@
                     require('../assets/posts/4.png'),
                 ],
                 share_http: [
-                    "http://pjczv6ygf.bkt.clouddn.com/1.png",
-                    "http://pjczv6ygf.bkt.clouddn.com/2.png",
-                    "http://pjczv6ygf.bkt.clouddn.com/3.png",
-                    "http://pjczv6ygf.bkt.clouddn.com/4.png",
+                    "http://szugift.oss-cn-shenzhen.aliyuncs.com/posts/1.png",
+                    "http://szugift.oss-cn-shenzhen.aliyuncs.com/posts/2.png",
+                    "http://szugift.oss-cn-shenzhen.aliyuncs.com/posts/3.png",
+                    "http://szugift.oss-cn-shenzhen.aliyuncs.com/posts/4.png",
                 ],
                 isWX: false,
                 i: 0