1
0
spogulis no https://github.com/ialley-workshop-open/uni-halo.git synced 2026-06-12 13:19:31 +08:00

!24 feat(restrict-read): 实现文章限制阅读功能

* feat(restrict-read): 实现文章限制阅读功能
* Merge remote-tracking branch 'origin/v2.0-beta' into v2.0-beta
* feat(restrict-read): 实现文章限制阅读功能
Šī revīzija ir iekļauta:
liuyiwuqing
2025-06-13 03:38:44 +00:00
revīziju iesūtīja 小莫唐尼
vecāks 256bc0e00f
revīzija e8d13c674f
9 mainīti faili ar 635 papildinājumiem un 339 dzēšanām
+2 -2
Parādīt failu
@@ -192,7 +192,7 @@ export default {
this.$httpApi.v2.submitLink(this.form)
.then(res => {
if (res.code === 200) {
uni.$tm.toast('友链提交成功!');
uni.$tm.toast(res.msg);
setTimeout(() => {
uni.navigateTo({
url: '/pagesA/friend-links/friend-links',
@@ -204,7 +204,7 @@ export default {
});
}, 1000);
} else {
uni.$tm.toast('操作失败,请重试!');
uni.$tm.toast(res.msg);
}
})
.catch(err => {