本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
註冊
登入
suimang
/
Metavatar_Camera_Wapp
關注
2
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
1
master
congzc
1 年之前
父節點
0593edb972
當前提交
34977a64ba
共有
8 個檔案被更改
,包括
17 行新增
和
5 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
二進制
src/assets/img/img1.jpg
二進制
src/assets/img/img2.jpg
+10
-0
src/components/myLoading.vue
+1
-0
src/main.js
+2
-2
src/pages.json
+1
-0
src/pages/lookPhoto/index.vue
+3
-3
src/style/my.scss
+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": "#F
8
F
8
F
8
",
"backgroundColor": "#F
8
F
8
F
8
"
"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
查看文件
Write
Preview
Loading…
取消
儲存