| @@ -30,10 +30,6 @@ Page({ | |||||
| */ | */ | ||||
| onReady: function () { | onReady: function () { | ||||
| }, | |||||
| bindLad: function(){ | |||||
| console.log(11212122) | |||||
| debugger | |||||
| }, | }, | ||||
| /** | /** | ||||
| * 生命周期函数--监听页面显示 | * 生命周期函数--监听页面显示 | ||||
| @@ -1 +1 @@ | |||||
| <web-view src="{{url+'/wxCampaign/printHtmlById?token='+token+'&id='+id+'&date='+date}}" bindmessage="bindGetMsg" bindload="bindLad"></web-view> | |||||
| <web-view src="{{url+'/wxCampaign/printHtmlById?token='+token+'&id='+id+'&date='+date}}" bindmessage="bindGetMsg"></web-view> | |||||
| @@ -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': '' | |||||
| } | |||||
| } | |||||