移動(dòng)端
公眾號(hào)
轉(zhuǎn)發(fā)
留言
返回





$(function(){
$('.wx_fousPic_02').wx_fouspic_02({
tWidth:.3//文本占比最大1(即只有文本框無圖片),最小0(即只有圖片展示,無文本框)默認(rèn):.3(即30%)
});
var ss = wxfp02fun.fpm02start;
var imgName = ['測(cè)試圖片一','測(cè)試圖片二','測(cè)試圖片三','測(cè)試圖片四','測(cè)試圖片五','測(cè)試圖片一','測(cè)試圖片二','測(cè)試圖片三','測(cè)試圖片四','測(cè)試圖片五'];
var imgArr = ['/public/html/m03/1.jpg',
'/public/html/m03/2.jpg',
'/public/html/m03/3.jpg',
'/public/html/m03/4.jpg',
'/public/html/m03/5.jpg',
'/public/html/m03/1.jpg',
'/public/html/m03/2.jpg',
'/public/html/m03/3.jpg',
'/public/html/m03/4.jpg',
'/public/html/m03/5.jpg'];
$('.clickobj').click(function(){
ss(imgArr,imgName);
});
});