Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Cadastrar
Acessar
suimang
/
Metavatar_Camera_Wapp
Observar
2
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
1
master
congzc
1 ano atrás
pai
0593edb972
commit
34977a64ba
8 arquivos alterados
com
17 adições
e
5 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
BIN
src/assets/img/img1.jpg
BIN
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
BIN
src/assets/img/img1.jpg
Ver arquivo
Antes
Depois
Largura:
3840
| Altura:
2160
| Tamanho:
2.1 MiB
BIN
src/assets/img/img2.jpg
Ver arquivo
Antes
Depois
Largura:
3840
| Altura:
2160
| Tamanho:
6.8 MiB
Largura:
242
| Altura:
102
| Tamanho:
13 KiB
+ 10
- 0
src/components/myLoading.vue
Ver arquivo
@@ -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
Ver arquivo
@@ -13,6 +13,7 @@ export function createApp() {
app
}
}
//#endregion -----------------------
+ 2
- 2
src/pages.json
Ver arquivo
@@ -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
Ver arquivo
@@ -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
Ver arquivo
@@ -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
Ver arquivo
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar