SD-20230427NBFT\Administrator 9 months ago
parent 42f34c5130
commit 75f77a832e
  1. 29
      pages.json
  2. 87
      pagesA/photo/cartoon_1.vue
  3. 93
      pagesA/photo/cartoon_2.vue
  4. 60
      pagesA/photo/cartoon_3.vue
  5. 71
      pagesA/photo/cartoon_4.vue
  6. 6
      pagesA/photo/components/photo_header.vue
  7. 158
      pagesA/photo/this.scss
  8. BIN
      static/img/common/photo_c1.png
  9. BIN
      static/img/common/photo_c2.png
  10. BIN
      static/img/photo/cartoon_1.png
  11. BIN
      static/img/photo/cartoon_2.png
  12. BIN
      static/img/photo/cartoon_3.png
  13. BIN
      static/img/photo/cartoon_4.png
  14. BIN
      static/img/photo/cartoon_5.png
  15. BIN
      static/img/photo/组 67101@2x(1).png

@ -86,9 +86,36 @@
"navigationBarTitleText": "上传照片",
"navigationStyle": "custom"
}
},
{
"path": "photo/cartoon_1",
"style": {
"navigationBarTitleText": "卡通画风",
"navigationStyle": "custom"
}
},
{
"path": "photo/cartoon_2",
"style": {
"navigationBarTitleText": "卡通画风",
"navigationStyle": "custom"
}
},
{
"path": "photo/cartoon_3",
"style": {
"navigationBarTitleText": "卡通画风",
"navigationStyle": "custom"
}
},
{
"path": "photo/cartoon_4",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
}
]
}],
"globalStyle": {

File diff suppressed because one or more lines are too long

@ -0,0 +1,93 @@
<template>
<view>
<view class="content photo_back" style="background-color: #000;">
<custom_navbar :title="navbar_title" @getNavHeight="getNavHeight" theme="light" />
<view class="photo_main" :style="'margin-top:'+margin_top+'px'" style="width:100%;margin-left: 0;">
<view class="photo_cartoon_2" v-if="loaded && cameraEnable">
<camera flash="auto" :device-position="devicePosition" @error="errorCamera"
style="width: 100%; height: 100%;">
</camera>
</view>
<view class="photo_cartoon_2" v-else style="overflow: hidden;">
<view style="display: flex;justify-content: center;margin-top: 200rpx;overflow:hidden;">请授权使用摄像头
</view>
</view>
<view class="photo_cartoon_2_2">
<view class="photo_cartoon_2_2_1">
<image src="/static/img/photo/cartoon_4.png" />
</view>
<view class="photo_cartoon_2_2_2">
<image src="/static/img/photo/cartoon_3.png" />
</view>
<view class="photo_cartoon_2_2_1">
<image src="/static/img/photo/cartoon_5.png" />
</view>
</view>
</view>
</view>
</view>
</template>
<script>
import custom_navbar from "./components/photo_header.vue";
export default {
components: {
custom_navbar
},
data() {
return {
navbar_title: '卡通画风',
margin_top: 0,
loaded: false,
cameraEnable: true,
loop: false,
devicePosition: "back",
use_camera: 1,
cameraContext: {},
}
},
mounted() {
setTimeout(() => {
this.loaded = true;
this.loopGetCameraInfo();
}, 500);
},
onShow() {
if (this.loaded && !this.loop) {
// cameraEnabletrue
this.loopGetCameraInfo();
}
},
onLoad() {
if (uni.createCameraContext) {
this.cameraContext = uni.createCameraContext()
} else {
//
uni.showModal({
title: '提示',
content: '当前微信版本过低,无法使用该功能,请升级到最新微信版本后重试。'
})
}
},
methods: {
getNavHeight(e) {
this.margin_top += e;
},
}
}
</script>
<style lang="scss" scoped>
@import './this.scss';
</style>

@ -0,0 +1,60 @@
<template>
<view>
<view class="content photo_back" style="background-color: #000;">
<custom_navbar :title="navbar_title" @getNavHeight="getNavHeight" theme="light" />
<view class="photo_main" :style="'margin-top:'+margin_top+'px'" style="width:100%;margin-left: 0;">
<view class="photo_cartoon_2">
<image
src="https://img30.360buyimg.com/sku/jfs/t1/221254/4/39390/74349/661e039aF46114279/48532008a0001dd0.jpg"
mode="aspectFill" />
</view>
<view class="photo_cartoon_3_2">
<view class="photo_cartoon_3_2_1 photo_full_blue_btn">提交生成</view>
<view class="photo_cartoon_3_2_2">剩余生成次数 <text style="color: #7A74F0;">1</text>/30</view>
</view>
</view>
</view>
</view>
</template>
<script>
import custom_navbar from "./components/photo_header.vue";
export default {
components: {
custom_navbar
},
data() {
return {
navbar_title: '卡通画风',
margin_top: 0,
}
},
mounted() {
},
onShow() {
},
onLoad() {
},
methods: {
getNavHeight(e) {
this.margin_top += e;
},
}
}
</script>
<style lang="scss" scoped>
@import './this.scss';
</style>

@ -0,0 +1,71 @@
<template>
<view>
<view class="content ">
<custom_navbar :title="navbar_title" @getNavHeight="getNavHeight" :theme="theme" />
<view class="photo_main_face" :style="'margin-top:-'+margin_top+'px'">
<view class="photo_main_face_head"></view>
<view class="photo_success_1">
<image src="/static/img/common/photo_c1.png"/>
</view>
<view class="photo_success_2">生成已提交</view>
<view class="photo_success_3">
<view>目前排队人数较多请耐心等待</view>
<view>可去<text>我的</text>页面查看生成结果</view>
</view>
<view class="photo_success_4">
<image src="/static/img/common/photo_c2.png"/>
</view>
</view>
</view>
</view>
</template>
<script>
import custom_navbar from "./components/photo_header.vue";
export default {
components: {
custom_navbar
},
data() {
return {
navbar_title: '',
theme: "blue",
margin_top: -7,
}
},
mounted() {
},
onPageScroll(e) {
if (e.scrollTop > 50) {
this.theme = 'white';
} else {
this.theme = 'blue';
}
},
methods: {
getNavHeight(e) {
this.margin_top += e;
}
}
}
</script>
<style lang="scss" scoped>
@import './this.scss';
</style>

@ -56,7 +56,7 @@ export default {
mounted() {
//this.setNavigationBarColor()
console.log(this.theme);
switch(this.theme) {
case 'light':
this.thisBack = '#000';
@ -127,4 +127,8 @@ export default {
opacity: 0.8;
}
.text-white{
color: #fff;
}
</style>

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 721 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Loading…
Cancel
Save