Commit b7dc6123 authored by zhangjianguo's avatar zhangjianguo

提交

parent 1d343ebb
......@@ -207,7 +207,7 @@ export default {
ctx,
24 + 90 + 20,
95 + 20,
text.length * 20,
text.length * 22,
55,
55,
"#f5f5f5"
......
......@@ -205,7 +205,7 @@ export default {
},
drawTitle(ctx) {
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.font = "20px 'microsoft yahei'";
ctx.fillText(text, 165, 70);
......
......@@ -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() {
......
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