...
|
...
|
@@ -126,9 +126,9 @@ |
|
|
|
|
|
$.post("{:url('Product/danwz')}", {id:id}, function(data) {
|
|
|
shuju = JSON.parse(data);
|
|
|
$('.biaoti').val(shuju.post_title);
|
|
|
$('.zhaiyao').val(shuju.post_excerpt);
|
|
|
$('.pro_right_txt').val(shuju.post_content);
|
|
|
$('.biaoti').text(shuju.post_title);
|
|
|
$('.zhaiyao').text(shuju.post_excerpt);
|
|
|
$('.pro_right_txt').text(shuju.post_content);
|
|
|
});
|
|
|
}
|
|
|
</script>
|
...
|
...
|
|