From d3c6233008e7bd02d669b76b6f45079e8ff5ec85 Mon Sep 17 00:00:00 2001 From: linlinlin123456 Date: Sun, 29 Sep 2019 11:12:47 +0800 Subject: [PATCH] =?UTF-8?q?[FIX]=E4=BF=AE=E5=A4=8D=E6=8B=96=E5=8A=A8?= =?UTF-8?q?=E8=B7=A8=E8=A1=8C=E5=90=88=E5=B9=B6=E7=9A=84=E5=8D=95=E5=85=83?= =?UTF-8?q?=E6=A0=BC=E5=87=BA=E7=8E=B0[Object=20object]=E7=9A=84=E7=8E=B0?= =?UTF-8?q?=E8=B1=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DDoc.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DDoc.js b/DDoc.js index ed9fa8b..5d638e1 100644 --- a/DDoc.js +++ b/DDoc.js @@ -198,11 +198,11 @@ DDoc.prototype._addRow=function(width,style,cols){ '' + '' + '' + - (cols[i]===this.Merge.RC?'':'')+ + (cols[i] === this.Merge.RC ? '' : ''); '' + '' + '' + style + - ''+cols[i]+'' + + (cols[i] === this.Merge.RC?'':'' + cols[i] + '')+ '' + '' + '';