From f5472192c08dd4b5bb1587c6eb0ed289da580469 Mon Sep 17 00:00:00 2001 From: Junling Bu Date: Sun, 27 Oct 2019 22:45:02 +0800 Subject: [PATCH] =?UTF-8?q?fix[litemall-wx,=20renard-wx]:=20=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E8=A7=84=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- litemall-wx/pages/cart/cart.wxml | 2 +- renard-wx/pages/cart/cart.wxml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/litemall-wx/pages/cart/cart.wxml b/litemall-wx/pages/cart/cart.wxml index 3cbaf0a6..1cdf8e71 100644 --- a/litemall-wx/pages/cart/cart.wxml +++ b/litemall-wx/pages/cart/cart.wxml @@ -31,7 +31,7 @@ {{item.goodsName}} x{{item.number}} - {{ isEditCart ? '已选择:' : ''}}{{item.goodsSpecificationValues||''}} + {{ isEditCart ? '已选择:' : ''}}{{item.specifications||''}} ¥{{item.price}} diff --git a/renard-wx/pages/cart/cart.wxml b/renard-wx/pages/cart/cart.wxml index a89615b6..04b235a3 100644 --- a/renard-wx/pages/cart/cart.wxml +++ b/renard-wx/pages/cart/cart.wxml @@ -31,7 +31,7 @@ {{item.goodsName}} x{{item.number}} - {{ isEditCart ? '已选择:' : ''}}{{item.goodsSpecificationValues||''}} + {{ isEditCart ? '已选择:' : ''}}{{item.specifications||''}} ¥{{item.price}}