hookehuyr

fix 分享显示文字功能优化

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