From 8b15e496724e85bf11a76d70bc8b019210af589d Mon Sep 17 00:00:00 2001 From: Ge Hao Date: Fri, 9 Dec 2016 16:21:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=90=E5=8A=9F=E5=8A=A0=E5=85=A5=E8=B4=AD?= =?UTF-8?q?=E7=89=A9=E8=BD=A6->=E6=88=90=E5=8A=9F=E5=8A=A0=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/category/category.js | 2 +- pages/show_product/show_product.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/category/category.js b/pages/category/category.js index fbf91c5..2de9020 100644 --- a/pages/category/category.js +++ b/pages/category/category.js @@ -92,7 +92,7 @@ Page({ data: cartItems }) wx.showToast({ - title: '成功加入购物车', + title: '成功加入', icon: 'success', duration: 1000 }) diff --git a/pages/show_product/show_product.js b/pages/show_product/show_product.js index 406f4a3..4e4dea9 100644 --- a/pages/show_product/show_product.js +++ b/pages/show_product/show_product.js @@ -81,9 +81,9 @@ Page({ }) } wx.showToast({ - title: '成功加入购物车', + title: '成功加入', icon: 'success', - duration: 1200 + duration: 1000 }) wx.setStorage({ key: 'cartItems',