...
|
...
|
@@ -7,7 +7,7 @@ |
|
|
<td>
|
|
|
达人搭配:<input type="checkbox" id = "box1"/>
|
|
|
</td>
|
|
|
<td>
|
|
|
<td id="findgoodTD">
|
|
|
发现好货:<input type="checkbox" id = "box2"/>
|
|
|
</td>
|
|
|
</tr>
|
...
|
...
|
@@ -31,6 +31,12 @@ |
|
|
$("#box2").attr("checked",true);
|
|
|
}
|
|
|
|
|
|
if(data.sort == 1){
|
|
|
$("#findgoodTD").show();
|
|
|
}else{
|
|
|
$("#findgoodTD").hide();
|
|
|
}
|
|
|
|
|
|
});
|
|
|
|
|
|
|
...
|
...
|
|