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