congzc 1 年之前
父節點
當前提交
34977a64ba
共有 8 個檔案被更改,包括 17 行新增5 行删除
  1. 二進制
      src/assets/img/img1.jpg
  2. 二進制
      src/assets/img/img2.jpg
  3. +10
    -0
      src/components/myLoading.vue
  4. +1
    -0
      src/main.js
  5. +2
    -2
      src/pages.json
  6. +1
    -0
      src/pages/lookPhoto/index.vue
  7. +3
    -3
      src/style/my.scss
  8. +0
    -0
      src/utils/index.js

二進制
src/assets/img/img1.jpg 查看文件

Before After
Width: 3840  |  Height: 2160  |  Size: 2.1 MiB

二進制
src/assets/img/img2.jpg 查看文件

Before After
Width: 3840  |  Height: 2160  |  Size: 6.8 MiB Width: 242  |  Height: 102  |  Size: 13 KiB

+ 10
- 0
src/components/myLoading.vue 查看文件

@@ -0,0 +1,10 @@
<template>
<div class="myLoading">{{ title }}</div>
</template>

<script setup>
import { ref } from "vue";
const title = ref("myLoading");
</script>

<style lang="scss"></style>

+ 1
- 0
src/main.js 查看文件

@@ -13,6 +13,7 @@ export function createApp() {
app
}
}
//#endregion -----------------------

+ 2
- 2
src/pages.json 查看文件

@@ -62,7 +62,7 @@
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
"navigationBarBackgroundColor": "#FFF",
"backgroundColor": "#FFF"
}
}

+ 1
- 0
src/pages/lookPhoto/index.vue 查看文件

@@ -53,6 +53,7 @@
</template>
<script setup>
// import myloading from '../../components/myLoading.vue'
//#region 导入
import { ref, reactive } from "vue";
import { userInfoModules } from "@/store/modules/userInfo";


+ 3
- 3
src/style/my.scss 查看文件

@@ -8,9 +8,9 @@
// min-height: 100vh;
}
body {
background-color: #fff !important;
}
// body {
// background-color: #FFFFFF !important;
// }
view {
box-sizing: border-box;


+ 0
- 0
src/utils/index.js 查看文件


Loading…
取消
儲存