+
-
+
diff --git a/templates/auto_pt/status.html b/templates/auto_pt/status.html
index f9c8bfd..c7437fe 100644
--- a/templates/auto_pt/status.html
+++ b/templates/auto_pt/status.html
@@ -120,11 +120,11 @@
- 排序
+ 关注度
- 排序按钮单次步进值:
+ 关注度按钮单次步进值:
@@ -236,7 +236,7 @@
- 排序
+ 关注度
@@ -411,7 +411,7 @@
axios.get(
"{% url 'site_sort_api' %}" + `?id=${id}&sort=${sort}`
).then(res => {
- console.log('修改排序成功', res.data)
+ console.log('修改关注度成功', res.data)
{#let data = res.data#}
{#console.log(typeof res.data.data)#}
if (res.data.code === 0) {
@@ -428,10 +428,10 @@
});
}
}).catch(res => {
- console.log('修改排序失败', res)
+ console.log('修改关注度失败', res)
this.$message({
type: 'warning',
- message: '修改排序失败!' + res
+ message: '修改关注度失败!' + res
});
})
},