Sfoglia il codice sorgente

本地图片整理01

tags/广东版3.2.1
刘晖 6 anni fa
parent
commit
278c6843d4
3 ha cambiato i file con 19 aggiunte e 5 eliminazioni
  1. +0
    -4
      pages/freeBannerDetail/index.js
  2. +1
    -1
      pages/freeBannerDetail/index.wxml
  3. +18
    -0
      utils/staticImg.js

+ 0
- 4
pages/freeBannerDetail/index.js Vedi File

@@ -30,10 +30,6 @@ Page({
*/ */
onReady: function () { onReady: function () {


},
bindLad: function(){
console.log(11212122)
debugger
}, },
/** /**
* 生命周期函数--监听页面显示 * 生命周期函数--监听页面显示


+ 1
- 1
pages/freeBannerDetail/index.wxml Vedi File

@@ -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>

+ 18
- 0
utils/staticImg.js Vedi File

@@ -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': ''
}
}

Caricamento…
Annulla
Salva