shish 2 months ago
parent
commit
3543ec3565
1 changed files with 3 additions and 2 deletions
  1. 3 2
      hdApp/src/pagesPurchase/open.vue

+ 3 - 2
hdApp/src/pagesPurchase/open.vue

@@ -44,7 +44,7 @@ export default {
     ...mapGetters({ loginInfo: "getLoginInfo" })
     ...mapGetters({ loginInfo: "getLoginInfo" })
   },
   },
   onLoad() {
   onLoad() {
-    this.videoUrl = `${this.constant.imgUrl}/open_shop.mp4`;
+    this.videoUrl = `${this.constant.hostUrl}/open_shop.mp4`;
     this.loadShopDetail();
     this.loadShopDetail();
   },
   },
   methods: {
   methods: {
@@ -83,7 +83,8 @@ export default {
           // #endif
           // #endif
         }
         }
       });
       });
-    }
+    },
+    init(){}
   }
   }
 };
 };
 </script>
 </script>