|
@@ -5,6 +5,7 @@ $(function(){
|
|
|
function getDisclaimer() {
|
|
|
post(config.disclaimer, '').then((res) => {
|
|
|
const data = res.data.data.find(item => item.disclaimerCode == '3');
|
|
|
+ console.log("data",data)
|
|
|
$("h1").html('免责声明');
|
|
|
$(".content").html(data.description);
|
|
|
})
|