From b72ab285e7199d8260a22ad7db7a242b14e675df Mon Sep 17 00:00:00 2001 From: Enzo <1284707383@qq.com> Date: Fri, 16 Jul 2021 14:27:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=B7=E6=8A=A5=E8=AE=BE=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/goodsDetail/index.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pages/goodsDetail/index.vue b/pages/goodsDetail/index.vue index 45ccdb1..07fad64 100644 --- a/pages/goodsDetail/index.vue +++ b/pages/goodsDetail/index.vue @@ -298,14 +298,14 @@ console.log(title.substr(18,41)) let before = title.substr(0,18) let last = title.substr(18,28) - let last1 = title.substr(36,title.length) + // let last1 = title.substr(36,title.length) //绘制标题 context.setFontSize(20); context.setFillStyle('#222'); context.setTextAlign('left'); context.fillText(before, 10, 350); context.fillText(last, 10, 374); - context.fillText(last1, 10, 398); + // context.fillText(last1, 10, 398); } context.stroke(); context.draw(); @@ -615,7 +615,6 @@ position: fixed; bottom: 0; left: 0; - z-index: 9; background-color: #FFFFFF; width: 100%; height: auto;