Commit b7dc6123 authored by zhangjianguo's avatar zhangjianguo

提交

parent 1d343ebb
...@@ -207,7 +207,7 @@ export default { ...@@ -207,7 +207,7 @@ export default {
ctx, ctx,
24 + 90 + 20, 24 + 90 + 20,
95 + 20, 95 + 20,
text.length * 20, text.length * 22,
55, 55,
55, 55,
"#f5f5f5" "#f5f5f5"
......
...@@ -205,7 +205,7 @@ export default { ...@@ -205,7 +205,7 @@ export default {
}, },
drawTitle(ctx) { drawTitle(ctx) {
let text = this.info.nickname + "向您推荐一个好物"; let text = this.info.nickname + "向您推荐一个好物";
this.roundRect(ctx, 144, 34, text.length * 20, 55, 55, "#f5f5f5"); this.roundRect(ctx, 144, 34, text.length * 22, 55, 55, "#f5f5f5");
ctx.fillStyle = "#333"; ctx.fillStyle = "#333";
ctx.font = "20px 'microsoft yahei'"; ctx.font = "20px 'microsoft yahei'";
ctx.fillText(text, 165, 70); ctx.fillText(text, 165, 70);
......
...@@ -101,7 +101,7 @@ export default { ...@@ -101,7 +101,7 @@ export default {
genernalHandler() { genernalHandler() {
//this.goodId //this.goodId
uni.navigateTo({ uni.navigateTo({
url: "/pages/goods/draw?id"+this.goodId, url: "/pages/goods/draw?id="+this.goodId,
}); });
}, },
sendQuanHandler() { sendQuanHandler() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment