فهرست منبع

feat:增加猜灯谜活动

qianxinyu 3 ماه پیش
والد
کامیت
dbb4b93a6d
3فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  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 {
   return {
     title: "正月十五猜灯谜",
     title: "正月十五猜灯谜",
     path: `/pages/activity/index?id=${detialId.value}`,
     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 {
     return {
       title: "正月十五猜灯谜",
       title: "正月十五猜灯谜",
       path: "/pages/activity/index?id=" + this.requestParam.activity_id,
       path: "/pages/activity/index?id=" + this.requestParam.activity_id,
+      imageUrl: "https://kailin-mp.oss-cn-shenzhen.aliyuncs.com/static/lottery/20250210-115640.jpg",
     };
     };
   },
   },
   onShow() {
   onShow() {

+ 0 - 1
pages/orders/lottery.vue

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