Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mallapp
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
viitto
mallapp
Commits
b7dc6123
Commit
b7dc6123
authored
Jun 24, 2020
by
zhangjianguo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交
parent
1d343ebb
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
style1.vue
pages/goods/components/draw/style1.vue
+1
-1
style4.vue
pages/goods/components/draw/style4.vue
+1
-1
share.vue
pages/goods/components/share/share.vue
+1
-1
No files found.
pages/goods/components/draw/style1.vue
View file @
b7dc6123
...
...
@@ -207,7 +207,7 @@ export default {
ctx
,
24
+
90
+
20
,
95
+
20
,
text
.
length
*
2
0
,
text
.
length
*
2
2
,
55
,
55
,
"#f5f5f5"
...
...
pages/goods/components/draw/style4.vue
View file @
b7dc6123
...
...
@@ -205,7 +205,7 @@ export default {
},
drawTitle
(
ctx
)
{
let
text
=
this
.
info
.
nickname
+
"向您推荐一个好物"
;
this
.
roundRect
(
ctx
,
144
,
34
,
text
.
length
*
2
0
,
55
,
55
,
"#f5f5f5"
);
this
.
roundRect
(
ctx
,
144
,
34
,
text
.
length
*
2
2
,
55
,
55
,
"#f5f5f5"
);
ctx
.
fillStyle
=
"#333"
;
ctx
.
font
=
"20px 'microsoft yahei'"
;
ctx
.
fillText
(
text
,
165
,
70
);
...
...
pages/goods/components/share/share.vue
View file @
b7dc6123
...
...
@@ -101,7 +101,7 @@ export default {
genernalHandler
()
{
//this.goodId
uni
.
navigateTo
({
url
:
"/pages/goods/draw?id"
+
this
.
goodId
,
url
:
"/pages/goods/draw?id
=
"
+
this
.
goodId
,
});
},
sendQuanHandler
()
{
...
...
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