Browse Source

调整

develop
叙述、别离 3 months ago
parent
commit
ad4b70b91e
6 changed files with 18 additions and 18 deletions
  1. +3
    -3
      src/theme/dedebiz/article_article.htm
  2. +3
    -3
      src/theme/dedebiz/article_default.htm
  3. +3
    -3
      src/theme/dedebiz/article_default_sg.htm
  4. +3
    -3
      src/theme/dedebiz/article_image.htm
  5. +3
    -3
      src/theme/dedebiz/article_infos.htm
  6. +3
    -3
      src/theme/dedebiz/article_soft.htm

+ 3
- 3
src/theme/dedebiz/article_article.htm View File

@@ -72,7 +72,7 @@
<script src="/static/ckeditor/plugins/codesnippet/lib/highlight/highlight.pack.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<script>
//获取顶踩数据
//顶踩功能
function GetDigg(aid,cid) {
let url = `{dede:global.cfg_phpurl/}/digg_ajax.php?id=${aid}&cid=${cid}&format=json`;
$.get(url, function(data) {
@@ -145,7 +145,7 @@
}
});
}
//进行回复,回复必须登录
//回复评论,回复必须登录
function SendReplyFeedback(fid) {
let content = $(`._feedback_reply[for="${fid}"]`).find(".iptReplyContent").val();
let reply = {
@@ -225,7 +225,7 @@
}
})
}
//赞
//评论点
function GoodFeedback(fid, g) {
let good = {
action : "send",


+ 3
- 3
src/theme/dedebiz/article_default.htm View File

@@ -78,7 +78,7 @@
<script>const PHPURL = '{dede:global.cfg_phpurl/}';</script>
{dede:include filename='foot.htm'/}
<script>
//获取顶踩数据
//顶踩功能
function GetDigg(aid,cid) {
let url = `{dede:global.cfg_phpurl/}/digg_ajax.php?id=${aid}&cid=${cid}&format=json`;
$.get(url, function(data) {
@@ -151,7 +151,7 @@
}
});
}
//进行回复,回复必须登录
//回复评论,回复必须登录
function SendReplyFeedback(fid) {
let content = $(`._feedback_reply[for="${fid}"]`).find(".iptReplyContent").val();
let reply = {
@@ -231,7 +231,7 @@
}
})
}
//赞
//评论点
function GoodFeedback(fid, g) {
let good = {
action : "send",


+ 3
- 3
src/theme/dedebiz/article_default_sg.htm View File

@@ -81,7 +81,7 @@
<script src="/static/ckeditor/plugins/codesnippet/lib/highlight/highlight.pack.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<script>
//获取顶踩数据
//顶踩功能
function GetDigg(aid,cid) {
let url = `{dede:global.cfg_phpurl/}/digg_ajax.php?id=${aid}&cid=${cid}&format=json`;
$.get(url, function(data) {
@@ -154,7 +154,7 @@
}
});
}
//进行回复,回复必须登录
//回复评论,回复必须登录
function SendReplyFeedback(fid) {
let content = $(`._feedback_reply[for="${fid}"]`).find(".iptReplyContent").val();
let reply = {
@@ -234,7 +234,7 @@
}
})
}
//赞
//评论点
function GoodFeedback(fid, g) {
let good = {
action : "send",


+ 3
- 3
src/theme/dedebiz/article_image.htm View File

@@ -145,7 +145,7 @@
<script>const PHPURL = '{dede:global.cfg_phpurl/}';</script>
{dede:include filename='foot.htm'/}
<script>
//获取顶踩数据
//顶踩功能
function GetDigg(aid,cid) {
let url = `{dede:global.cfg_phpurl/}/digg_ajax.php?id=${aid}&cid=${cid}&format=json`;
$.get(url, function(data) {
@@ -218,7 +218,7 @@
}
});
}
//进行回复,回复必须登录
//回复评论,回复必须登录
function SendReplyFeedback(fid) {
let content = $(`._feedback_reply[for="${fid}"]`).find(".iptReplyContent").val();
let reply = {
@@ -298,7 +298,7 @@
}
})
}
//赞
//评论点
function GoodFeedback(fid, g) {
let good = {
action : "send",


+ 3
- 3
src/theme/dedebiz/article_infos.htm View File

@@ -79,7 +79,7 @@
<script>const PHPURL = '{dede:global.cfg_phpurl/}';</script>
{dede:include filename='foot.htm'/}
<script>
//获取顶踩数据
//顶踩功能
function GetDigg(aid,cid) {
let url = `{dede:global.cfg_phpurl/}/digg_ajax.php?id=${aid}&cid=${cid}&format=json`;
$.get(url, function(data) {
@@ -152,7 +152,7 @@
}
});
}
//进行回复,回复必须登录
//回复评论,回复必须登录
function SendReplyFeedback(fid) {
let content = $(`._feedback_reply[for="${fid}"]`).find(".iptReplyContent").val();
let reply = {
@@ -232,7 +232,7 @@
}
})
}
//赞
//评论点
function GoodFeedback(fid, g) {
let good = {
action : "send",


+ 3
- 3
src/theme/dedebiz/article_soft.htm View File

@@ -86,7 +86,7 @@
<script>const PHPURL = '{dede:global.cfg_phpurl/}';</script>
{dede:include filename='foot.htm'/}
<script>
//获取顶踩数据
//顶踩功能
function GetDigg(aid,cid) {
let url = `{dede:global.cfg_phpurl/}/digg_ajax.php?id=${aid}&cid=${cid}&format=json`;
$.get(url, function(data) {
@@ -159,7 +159,7 @@
}
});
}
//进行回复,回复必须登录
//回复评论,回复必须登录
function SendReplyFeedback(fid) {
let content = $(`._feedback_reply[for="${fid}"]`).find(".iptReplyContent").val();
let reply = {
@@ -239,7 +239,7 @@
}
})
}
//赞
//评论点
function GoodFeedback(fid, g) {
let good = {
action : "send",


Loading…
Cancel
Save