Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
swx_weapp
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
hookehuyr
2022-10-28 13:49:23 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8d31b8e11bef8ea46e15f238ac16898cbfd3ef29
8d31b8e1
1 parent
32b73806
fix 分享显示文字功能优化
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
src/pages/activityDetail/index.vue
src/pages/activityDetail/index.vue
View file @
8d31b8e
<!--
* @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,
...
...
Please
register
or
login
to post a comment