From 48404a3cd8779cf01625066679556392bd5c13f1 Mon Sep 17 00:00:00 2001 From: Junling Bu Date: Thu, 21 May 2020 23:29:41 +0800 Subject: [PATCH] =?UTF-8?q?chore[litemall-wx]:=20=E6=B5=B7=E6=8A=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- litemall-db/sql/litemall_table.sql | 2 +- litemall-wx/pages/goods/goods.js | 4 ++-- litemall-wx/pages/goods/goods.wxml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/litemall-db/sql/litemall_table.sql b/litemall-db/sql/litemall_table.sql index a2437007..6e36fcb5 100644 --- a/litemall-db/sql/litemall_table.sql +++ b/litemall-db/sql/litemall_table.sql @@ -351,7 +351,7 @@ CREATE TABLE `litemall_goods` ( `is_on_sale` tinyint(1) DEFAULT '1' COMMENT '是否上架', `sort_order` smallint(4) DEFAULT '100', `pic_url` varchar(255) DEFAULT NULL COMMENT '商品页面商品图片', - `share_url` varchar(255) DEFAULT NULL COMMENT '商品分享朋友圈图片', + `share_url` varchar(255) DEFAULT NULL COMMENT '商品分享海报', `is_new` tinyint(1) DEFAULT '0' COMMENT '是否新品首发,如果设置则可以在新品首发页面展示', `is_hot` tinyint(1) DEFAULT '0' COMMENT '是否人气推荐,如果设置则可以在人气推荐页面展示', `unit` varchar(31) DEFAULT '’件‘' COMMENT '商品单位,例如件、盒', diff --git a/litemall-wx/pages/goods/goods.js b/litemall-wx/pages/goods/goods.js index b9744fd0..972bea6f 100644 --- a/litemall-wx/pages/goods/goods.js +++ b/litemall-wx/pages/goods/goods.js @@ -85,8 +85,8 @@ Page({ filePath: res.tempFilePath, success: function(res) { wx.showModal({ - title: '存图成功', - content: '图片成功保存到相册了,可以分享到朋友圈了', + title: '生成海报成功', + content: '海报已成功保存到相册,可以分享到朋友圈了', showCancel: false, confirmText: '好的', confirmColor: '#a78845', diff --git a/litemall-wx/pages/goods/goods.wxml b/litemall-wx/pages/goods/goods.wxml index 446c7458..5a3aeaff 100644 --- a/litemall-wx/pages/goods/goods.wxml +++ b/litemall-wx/pages/goods/goods.wxml @@ -21,11 +21,11 @@