鏡像自
https://github.com/ialley-workshop-open/uni-halo.git
已同步 2026-06-12 21:29:31 +08:00
修复:后台管理文章设置BUG;
修复:友链列表不显示数据BUG; 修复:应用设置点击返回,触发提示BUG;
此提交包含在:
@@ -26,7 +26,7 @@
|
||||
<template v-slot:left="{ hdata }">
|
||||
<tm-translate animation-name="fadeUp">
|
||||
<view class="round-3 shadow-2 overflow white">
|
||||
<tm-images :previmage="true" :src="hdata.item.image"></tm-images>
|
||||
<tm-images :previmage="false" :src="hdata.item.image" @click="fnPreview(hdata.item)"></tm-images>
|
||||
<view class="pa-10 text-size-s">
|
||||
<view class="text-overflow-2">
|
||||
<tm-tags color="bg-gradient-amber-accent" :shadow="0" :dense="true" size="s" model="fill">{{ hdata.item.team }}</tm-tags>
|
||||
@@ -51,7 +51,7 @@
|
||||
<template v-slot:right="{ hdata }">
|
||||
<tm-translate animation-name="fadeUp">
|
||||
<view class="round-3 shadow-2 overflow white">
|
||||
<tm-images :previmage="true" :src="hdata.item.image"></tm-images>
|
||||
<tm-images :previmage="false" :src="hdata.item.image" @click="fnPreview(hdata.item)"></tm-images>
|
||||
<view class="pa-10 text-size-s">
|
||||
<view class="text-overflow-2">
|
||||
<tm-tags :shadow="0" :dense="true" color="bg-gradient-amber-accent" size="s" model="fill">{{ hdata.item.team }}</tm-tags>
|
||||
@@ -282,6 +282,9 @@ export default {
|
||||
},
|
||||
// 预览
|
||||
fnPreview(item, index) {
|
||||
if (!index) {
|
||||
index = this.dataList.findIndex(x => x.id == item.id);
|
||||
}
|
||||
uni.previewImage({
|
||||
current: index,
|
||||
urls: this.dataList.map(x => x.image),
|
||||
@@ -293,7 +296,7 @@ export default {
|
||||
};
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
<style lang="scss" scoped>
|
||||
.app-page {
|
||||
width: 100vw;
|
||||
min-height: 100vh;
|
||||
|
||||
@@ -190,14 +190,12 @@ export default {
|
||||
};
|
||||
});
|
||||
|
||||
// this.result = _result.reverse();
|
||||
this.result = _result.reverse();
|
||||
setTimeout(() => {
|
||||
this.loading = 'success';
|
||||
}, 500);
|
||||
} else {
|
||||
setTimeout(() => {
|
||||
this.loading = 'error';
|
||||
}, 500);
|
||||
this.loading = 'error';
|
||||
}
|
||||
})
|
||||
.catch(err => {
|
||||
|
||||
新增問題並參考
封鎖使用者