Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
group-buy-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ui
group-buy-ui
Commits
f79fe5cf
Commit
f79fe5cf
authored
Sep 30, 2021
by
Xuguangxing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'fix'
parent
662c1fae
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
sharePic.vue
src/components/sharePic.vue
+1
-0
bottomNav.vue
src/views/goodsDetail/components/bottomNav.vue
+1
-1
No files found.
src/components/sharePic.vue
View file @
f79fe5cf
...
...
@@ -190,6 +190,7 @@ export default {
const
[
res
]
=
await
qiNiuApi
.
getQiniuToken
();
const
token
=
res
.
token
;
let
skuName
=
''
;
// 将每个字符套入行内标签,用于解决canvas fillText的不换行问题
const
originSkuName
=
sharePicData
.
skuName
||
''
;
for
(
let
i
=
0
;
i
<
originSkuName
.
length
;
i
++
)
{
skuName
+=
`<span>
${
originSkuName
[
i
]}
</span>`
;
...
...
src/views/goodsDetail/components/bottomNav.vue
View file @
f79fe5cf
...
...
@@ -8,7 +8,7 @@
:disabled=
"disabled"
type=
"primary"
block
@
click=
"createOrJoin(
1
)"
@
click=
"createOrJoin(
2
)"
>
立即开团
</cr-button>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment