diff --git a/mixins/myMixins.js b/mixins/myMixins.js index bff0923..5ba261a 100644 --- a/mixins/myMixins.js +++ b/mixins/myMixins.js @@ -17,8 +17,8 @@ export const myMixins ={ return { title: 'CGC-ICH', type: 0, - summary: "edewdewdewf", - imageUrl: "https://static.ticket.sz-trip.com/uploads/20250612/e022a1b7c8df621cb15082d0b0f5bba3.jpg" + summary: "", + imageUrl: "https://cgc.js-dyyj.com/uploads/20250619/172a730c88bd8894dee1e64c703795eb.jpg" } }, onShareAppMessage() { @@ -35,7 +35,7 @@ export const myMixins ={ return { title: 'CGC-ICH', // 分享的名称 path: `${view.route}?url=${url}`, // 将 url 作为参数传递 - imageUrl: "https://static.ticket.sz-trip.com/uploads/20250612/e022a1b7c8df621cb15082d0b0f5bba3.jpg", + imageUrl: "https://cgc.js-dyyj.com/uploads/20250619/172a730c88bd8894dee1e64c703795eb.jpg", mpId: 'wx9d68934300b1fe90' // 此处配置微信小程序的 AppId }; } diff --git a/pages.json b/pages.json index 43b6a6d..bd9059b 100644 --- a/pages.json +++ b/pages.json @@ -9,8 +9,8 @@ { "path": "pages/index/index", "style": { - // "navigationStyle": "custom", - "navigationBarTitleText": "CGC-ICH" + "navigationStyle": "custom" + // "navigationBarTitleText": "CGC-ICH" } }, { @@ -23,7 +23,8 @@ { "path": "pages/login/login", "style": { - "navigationBarTitleText": "CGC-ICH" + // "navigationBarTitleText": "CGC-ICH" + "navigationStyle": "custom" } } ], diff --git a/pages/index/index.vue b/pages/index/index.vue index adba666..6abe273 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1,10 +1,10 @@