1
0
tükörképe a: https://github.com/ialley-workshop-open/uni-halo.git synced 2026-06-12 13:19:31 +08:00

修复:后台管理文章设置BUG;

修复:友链列表不显示数据BUG;
修复:应用设置点击返回,触发提示BUG;
This commit is contained in:
小莫唐尼
2022-12-09 10:48:00 +08:00
szülő 3702cb1618
commit 3fd3b2247a
6 fájl változott, egészen pontosan 13 új sor hozzáadva és 15 régi sor törölve
@@ -404,13 +404,10 @@ export default {
const from = this.$Route.query.from;
this.postsId = postsId;
this.postTitle = postTitle || '';
this.isEdit = isEdit;
this.isEdit = isEdit == 1 ? true : false;
this.from = from;
this.createTime = uni.$tm.dayjs(new Date().getTime()).format('YYYY-MM-DD HH:mm:ss');
this.fnGetSettings();
console.log(uni.getStorageSync('posts-content'));
console.log(uni.getStorageSync('posts-content-source'));
},
onPullDownRefresh() {
if (this.isEdit == false) {
@@ -591,7 +588,6 @@ export default {
})
.catch(err => {
this.$tm.toast('数据加载失败,请重试!');
console.log(err);
this.loading = 'error';
})
.finally(() => {