Browse Source

feat:增加猜灯谜活动

qianxinyu 3 tháng trước cách đây
mục cha
commit
dbb4b93a6d
3 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      pages/activity/index.vue
  2. 1 0
      pages/activity/lottery.vue
  3. 0 1
      pages/orders/lottery.vue

+ 1 - 1
pages/activity/index.vue

@@ -172,7 +172,7 @@ onShareAppMessage((res) => {
   return {
     title: "正月十五猜灯谜",
     path: `/pages/activity/index?id=${detialId.value}`,
-    imageUrl: "https://kailin-mp.oss-cn-shenzhen.aliyuncs.com/static/lottery/20250210-115805.jpg",
+    imageUrl: "https://kailin-mp.oss-cn-shenzhen.aliyuncs.com/static/lottery/20250210-115640.jpg",
   };
 });
 

+ 1 - 0
pages/activity/lottery.vue

@@ -148,6 +148,7 @@ export default {
     return {
       title: "正月十五猜灯谜",
       path: "/pages/activity/index?id=" + this.requestParam.activity_id,
+      imageUrl: "https://kailin-mp.oss-cn-shenzhen.aliyuncs.com/static/lottery/20250210-115640.jpg",
     };
   },
   onShow() {

+ 0 - 1
pages/orders/lottery.vue

@@ -142,7 +142,6 @@ export default {
     return {
       title: this.activeInfo.name,
       path: "/pages/orders/lottery?id=" + this.requestParam.id,
-      imageUrl: "https://kailin-mp.oss-cn-shenzhen.aliyuncs.com/static/lottery/20250210-115805.jpg",
     };
   },
   onShow() {