yerong 4 years ago
parent
commit
7a90279853
2 changed files with 9 additions and 2 deletions
  1. 1 1
      src/pages/competition/index.vue
  2. 8 1
      src/pages/index/index.vue

+ 1 - 1
src/pages/competition/index.vue

@@ -975,7 +975,7 @@ export default {
   onShareAppMessage() {
     return {
       title: "欢迎进入水母星球",
-      imageUrl: "http://img.shuimuai.com/textwx5_4img.png",
+      imageUrl: "http://img.shuimuai.com/sharePkPahe_two.jpg",
       path:"/pages/competition/main?activity_id="+$this.activity_id
     };
   },

+ 8 - 1
src/pages/index/index.vue

@@ -205,7 +205,14 @@ export default {
   },
   created() {
     $this = this
-  }
+  },
+  onShareAppMessage() {
+    return {
+      title: "欢迎进入水母星球",
+      imageUrl: "http://img.shuimuai.com/sharePahe_one.jpg",
+      path:"/pages/index/main"
+    };
+  },
 }
 </script>