hookehuyr

fix 分享显示文字功能优化

1 <!-- 1 <!--
2 * @Date: 2022-09-26 14:36:57 2 * @Date: 2022-09-26 14:36:57
3 * @LastEditors: hookehuyr hookehuyr@gmail.com 3 * @LastEditors: hookehuyr hookehuyr@gmail.com
4 - * @LastEditTime: 2022-10-28 13:11:56 4 + * @LastEditTime: 2022-10-28 13:48:22
5 * @FilePath: /swx/src/pages/activityDetail/index.vue 5 * @FilePath: /swx/src/pages/activityDetail/index.vue
6 * @Description: 活动详情页 6 * @Description: 活动详情页
7 --> 7 -->
...@@ -232,7 +232,7 @@ const start = async () => { ...@@ -232,7 +232,7 @@ const start = async () => {
232 text: { 232 text: {
233 x: 0, 233 x: 0,
234 y: 0, 234 y: 0,
235 - text: '', 235 + text: activity.activity_time,
236 fontSize: 40, 236 fontSize: 40,
237 color: '#222', 237 color: '#222',
238 opacity: 1, 238 opacity: 1,
...@@ -262,7 +262,7 @@ const start = async () => { ...@@ -262,7 +262,7 @@ const start = async () => {
262 text: { 262 text: {
263 x: 0, 263 x: 0,
264 y: 0, 264 y: 0,
265 - text: '', 265 + text: activity.address,
266 fontSize: 40, 266 fontSize: 40,
267 color: '#222', 267 color: '#222',
268 opacity: 1, 268 opacity: 1,
......