diff --git a/pages/freeBannerDetail/index.js b/pages/freeBannerDetail/index.js index add10a2..45a5895 100644 --- a/pages/freeBannerDetail/index.js +++ b/pages/freeBannerDetail/index.js @@ -30,10 +30,6 @@ Page({ */ onReady: function () { - }, - bindLad: function(){ - console.log(11212122) - debugger }, /** * 生命周期函数--监听页面显示 diff --git a/pages/freeBannerDetail/index.wxml b/pages/freeBannerDetail/index.wxml index 3c6a01c..5e873bb 100644 --- a/pages/freeBannerDetail/index.wxml +++ b/pages/freeBannerDetail/index.wxml @@ -1 +1 @@ - + diff --git a/utils/staticImg.js b/utils/staticImg.js new file mode 100644 index 0000000..08fde6a --- /dev/null +++ b/utils/staticImg.js @@ -0,0 +1,18 @@ +module.exports={ + 'act':{ + 'url':'https://s3.cn-northwest-1.amazonaws.com.cn/iformall-net/cimg/act.png', + 'name':'' + }, + 'active': { + 'url': 'https://s3.cn-northwest-1.amazonaws.com.cn/iformall-net/cimg/active.gif', + 'name': '' + }, + 'add': { + 'url': 'https://s3.cn-northwest-1.amazonaws.com.cn/iformall-net/cimg/add.png', + 'name': '' + }, + 'addr-white': { + 'url': 'https://s3.cn-northwest-1.amazonaws.com.cn/iformall-net/cimg/addr-white.png', + 'name': '' + } +} \ No newline at end of file