1
0
mirror of https://github.com/ialley-workshop-open/uni-halo.git synced 2026-06-11 20:59:30 +08:00

新增:新增恋爱日记功能

This commit is contained in:
小莫唐尼
2022-12-11 16:52:32 +08:00
parent 0da5feb2ee
commit b7e2025ebb
12 changed files with 1342 additions and 26 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
<template>
<view class="cache-image">
<view class="cache-image-wrap">
<view v-if="loadStatus == 'loading'" class="img-loading" :style="[imgStyle, loadStyle]">
<!-- <text class="img-load-icon iconfont icon-loading"></text>
<text class="img-load-text">{{ loadText }}</text> -->
@@ -145,7 +145,7 @@ export default {
</script>
<style scoped lang="scss">
.cache-image {
.cache-image-wrap {
width: 100%;
height: 100%;
}