From 285c839b36a640db88fed5a8af420955743fe563 Mon Sep 17 00:00:00 2001 From: nesxy Date: Tue, 23 Jul 2019 04:05:21 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=88=86=E7=BB=84=E5=9B=BE=E7=89=87?= =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/view/goods-classify.vue | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/src/view/goods-classify.vue b/src/view/goods-classify.vue index e442a27..ec47eee 100644 --- a/src/view/goods-classify.vue +++ b/src/view/goods-classify.vue @@ -23,7 +23,9 @@
- + + +
@@ -215,12 +217,12 @@ export default { this.listHeight.push(height); } }, - /*selectMenu(index, event) { - if(event && !event._constructed) { - return ; - } - let foodList = this.$refs.foodWrapper.getElementsByClassName("food-list-hook"); - let el = foodList[index]; + /*selectMenu(index, event) { + if(event && !event._constructed) { + return ; + } + let foodList = this.$refs.foodWrapper.getElementsByClassName("food-list-hook"); + let el = foodList[index]; this.foodsScroll.scrollToElement(el,300) },*/ selectMenu(index, event) { @@ -491,4 +493,4 @@ export default { } } } - \ No newline at end of file + From 1adb7a0f9a81e3cf21211e2a7fd25d9e6a282987 Mon Sep 17 00:00:00 2001 From: nesxy Date: Tue, 23 Jul 2019 04:23:08 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E5=88=86=E4=BA=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/models/wxShare.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/models/wxShare.js b/src/models/wxShare.js index 667502d..41c4c42 100644 --- a/src/models/wxShare.js +++ b/src/models/wxShare.js @@ -33,9 +33,9 @@ Vue.prototype.wxShare = function(params) { //获取“分享给朋友”按钮点击状态及自定义分享内容接口 wx.onMenuShareAppMessage({ // 分享给朋友 - title: '【一号家政】', // 分享标题 + title: shareConfig.title, // 分享标题 desc: shareConfig.desc, // 分享描述 - link: shareConfig.url, // 分享链接 默认以当前链接 + link: shareConfig.url+"?uniqueId=213", // 分享链接 默认以当前链接 imgUrl: shareConfig.img, // 分享图标 success: function(res) {} });