<td width="107" height="42" class="contract" myhref="{:U(‘/Manage/Merchant/contract‘, array(‘id‘=>$item[‘merchant_id‘]) )}">合作协议</td>
<script>
$(‘.contract‘).click(function(){
var href = $(this).attr("myhref");
var title = $(this).attr("title");
layer.open({
type: 2,
title: title,
fix: true,
shadeClose: false,
area: [‘800px‘, ‘600px‘],
content: href,
maxmin: true
});
</script>
时间: 2024-10-26 12:52:16