From b254ca5d1a1f6f8a001b5ee5fe123b14a89e7cfe Mon Sep 17 00:00:00 2001 From: meo <18801474720@163.com> Date: Thu, 28 Mar 2019 17:18:30 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=88=91=E7=9A=84][=E4=BF=AE=E6=94=B9]:[?= =?UTF-8?q?=E6=88=91=E7=9A=84=E7=A0=8D=E4=BB=B7=E5=92=8C=E6=88=91=E7=9A=84?= =?UTF-8?q?=E6=8B=BC=E5=9B=A2=E5=9B=BE=E6=A0=87=E6=98=BE=E7=A4=BA]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/user/index.js | 2 ++ pages/user/index.wxml | 4 ++-- utils/imgurl.js | 10 +++++++++- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/pages/user/index.js b/pages/user/index.js index 5b13d94..fae543f 100644 --- a/pages/user/index.js +++ b/pages/user/index.js @@ -23,6 +23,8 @@ Page({ cardiconUrl: imgurl.cardicon.url, cheUrl: imgurl.che.url, giftUrl: imgurl.gift.url, + wmbarginicon: imgurl.wmbarginicon.url, + wmspellgroup: imgurl.wmspellgroup.url, canIUse: wx.canIUse('official-account'), flag: 'hidden', score:'0', diff --git a/pages/user/index.wxml b/pages/user/index.wxml index 560cef2..9de5204 100644 --- a/pages/user/index.wxml +++ b/pages/user/index.wxml @@ -37,7 +37,7 @@ - 我的砍价 + 我的砍价 @@ -47,7 +47,7 @@ - 我的拼团 + 我的拼团 diff --git a/utils/imgurl.js b/utils/imgurl.js index 36bf8b0..d801f96 100644 --- a/utils/imgurl.js +++ b/utils/imgurl.js @@ -496,6 +496,14 @@ module.exports = { 'url': baseUrl + 'shixiao.png', 'name': '失效' }, - + + 'wmbarginicon': { + 'url': baseUrl + 'wmbarginicon.png', + 'name': '我的砍价' + }, + 'wmspellgroup': { + 'url': baseUrl + 'wmspellgroup.png', + 'name': '我的拼团' + }, } \ No newline at end of file