このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
登録
サインイン
suimang
/
Metavatar_Camera_Wapp
ウォッチ
2
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
1
master
congzc
1年前
親
0593edb972
コミット
34977a64ba
8個のファイルの変更
、
17行の追加
、
5行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
バイナリ
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
ファイルの表示
変更前
変更後
幅:
3840
| 高さ:
2160
| サイズ:
2.1 MiB
バイナリ
src/assets/img/img2.jpg
ファイルの表示
変更前
変更後
幅:
3840
| 高さ:
2160
| サイズ:
6.8 MiB
幅:
242
| 高さ:
102
| サイズ:
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
ファイルの表示
書き込み
プレビュー
読み込み中…
キャンセル
保存