diff --git a/assets/images/icon001.png b/assets/images/icon001.png deleted file mode 100644 index bb7a14f..0000000 Binary files a/assets/images/icon001.png and /dev/null differ diff --git a/assets/images/icon002.png b/assets/images/icon002.png deleted file mode 100644 index bfca772..0000000 Binary files a/assets/images/icon002.png and /dev/null differ diff --git a/assets/images/icon003.png b/assets/images/icon003.png deleted file mode 100644 index 617f69a..0000000 Binary files a/assets/images/icon003.png and /dev/null differ diff --git a/config/config.js b/config/config.js index 4c9dd11..ec73d1c 100755 --- a/config/config.js +++ b/config/config.js @@ -1,7 +1,7 @@ var extConfig = wx.getExtConfigSync ? wx.getExtConfigSync() : {}; var appId = extConfig.appId; var config = { - // url: "https://ciformall.youlane.cn/C/api", + // url: "https://ciformall.youlane.cn/C/api", // url:"https://c.malls.iformall.com/C/api", url:'https://ctest.malls.iformall.com/C/api', // url:'http://10.100.33.68:7000/C/api', diff --git a/pages/index/index.js b/pages/index/index.js index c92a085..54fe970 100644 --- a/pages/index/index.js +++ b/pages/index/index.js @@ -7,6 +7,9 @@ let app = getApp(); Page({ data: { newUrl: imgurl.new.url, + icon001: imgurl.icon001.url, + icon002: imgurl.icon002.url, + icon003: imgurl.icon003.url, market: app.globalData.market, list: [], loading: true, diff --git a/pages/index/index.wxml b/pages/index/index.wxml index 0fb35df..b7be929 100644 --- a/pages/index/index.wxml +++ b/pages/index/index.wxml @@ -4,15 +4,15 @@ - + 限时抢购 - + 消费卡 - + 会员权益 diff --git a/pages/user/index.wxml b/pages/user/index.wxml index ddcd9bd..1232167 100644 --- a/pages/user/index.wxml +++ b/pages/user/index.wxml @@ -76,7 +76,7 @@ - 版本号:3.2.0 + 版本号:3.2.1 diff --git a/utils/imgurl.js b/utils/imgurl.js index 38d5ba0..89bb84f 100644 --- a/utils/imgurl.js +++ b/utils/imgurl.js @@ -323,5 +323,17 @@ module.exports = { 'wm03': { 'url': baseUrl + 'wm03.jpg', 'name': '' + }, + 'icon001': { + 'url': baseUrl + 'icon001.png', + 'name': '' + }, + 'icon002': { + 'url': baseUrl + 'icon002.png', + 'name': '' + }, + 'icon003': { + 'url': baseUrl + 'icon003.png', + 'name': '' } } \ No newline at end of file