From e85cfff697a4121e70470c208cd7cdd2283e056b Mon Sep 17 00:00:00 2001 From: JING Date: Mon, 5 Aug 2024 17:02:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/user/index.vue | 104 ++++++++++++++++++++++++++++++------- pagesA/color/index.vue | 26 ++++++++-- pagesA/photo/cartoon_1.vue | 10 +++- pagesA/photo/cartoon_2.vue | 8 ++- 4 files changed, 121 insertions(+), 27 deletions(-) diff --git a/pages/user/index.vue b/pages/user/index.vue index 467878c..45fab75 100644 --- a/pages/user/index.vue +++ b/pages/user/index.vue @@ -27,7 +27,7 @@ - + - + - + + {{item.specs.title}} - 25×35mm | 295×413px + {{item.custom_kb.min}}-{{item.custom_kb.max}}kb | {{item.custom_w_h_px.w}}×{{item.custom_w_h_px.h}}px + {{item.specs.w_h_mm.w}}×{{item.specs.w_h_mm.h}}mm | {{item.specs.w_h_px.w}}×{{item.specs.w_h_px.h}}px @@ -147,6 +151,28 @@ + + + + + + + + + + {{item.create_time}} + + + + + 排队中... + 生成中... + 生成失败 + + + + + @@ -207,7 +233,7 @@ export default { }, sceneList:[], //场景 tabList: [ - { + /* { type:1, name: '证件照合成', }, { @@ -219,7 +245,7 @@ export default { }, { type:4, name: '卡通风格' - } + } */ ], current:0, //档案 @@ -253,7 +279,7 @@ export default { }, onReady: function (res) { var _this = this; - console.log('/pages/user/photo/merge?url='+encodeURIComponent('https://resourcedev.aicverse.com/ai_tour/spot_template/2.jpg')); + //console.log('/pages/user/photo/merge?url='+encodeURIComponent('https://resourcedev.aicverse.com/ai_tour/spot_template/2.jpg')); }, onShow() { var _this =this; @@ -262,7 +288,10 @@ export default { _this.getSceneMenu(); //面部档案 _this.getPortraitList(); - _this.tabChange({index:0}); + setTimeout(function(res){ + _this.tabChange({index:0}); + },1000); + }, onReachBottom () { @@ -376,11 +405,47 @@ export default { loadDataList(url) { var _this = this; + var type = _this.tabList[_this.current].type; var post = {page:_this.page,limit:10}; _this.$api.get(url, post, function(res) { //console.log(res); var d = res; - _this.dataList = _this.dataList.concat(d.data); + var Data = d.data; + Data.forEach((item, index) => { + switch(type) + { + case 1: + if(!_this.$com.isNull(item.merge_thumbnail)) + { + Data[index].merge_thumbnail = _this.$api.ossurl(item.merge_thumbnail); + } + else + { + Data[index].merge_thumbnail = '/static/img/index/zj_icon.png'; + } + + break; + case 2: + if(!_this.$com.isNull(item.merge_thumbnail)) + { + Data[index].merge_thumbnail = _this.$api.ossurl(item.merge_thumbnail); + } + else + { + Data[index].merge_thumbnail = '/static/img/user/pic_bg.png'; + } + + break; + case 3: + + break; + case 4: + + break; + } + + }); + _this.dataList = _this.dataList.concat(Data); }); }, @@ -481,18 +546,14 @@ export default { break; case 2: uni.navigateTo({ - url:'/pagesA/color/index', + url:'/pages/user/photo/merge?url='+encodeURIComponent(_this.$api.ossurl(item.merge_image)), }) break; case 3: - uni.navigateTo({ - url:'/pagesA/photo/photo_1', - }) + break; case 4: - uni.navigateTo({ - url:'/pagesA/photo/cartoon_1', - }) + break; } }, @@ -594,7 +655,10 @@ height: 50rpx; font-size: 30rpx; font-weight: bold; } - + .tabList{ + width: 100%; height: auto; + } + .datalist{ width: 100%; height: auto;} .picBox{ width: 702rpx; diff --git a/pagesA/color/index.vue b/pagesA/color/index.vue index 32dca9b..c456436 100644 --- a/pagesA/color/index.vue +++ b/pagesA/color/index.vue @@ -151,6 +151,7 @@ deletePic(event) { var _this = this; _this.uploadImg = []; + _this.users_image = ''; }, // 新增图片 afterRead(event) { @@ -209,13 +210,30 @@ submit(){ var _this = this; + var color_id = _this.colorList[_this.selectIndex].id ?? 0; + if(color_id == 0) + { + _this.$com.showError('请选择背景颜色!'); + return false; + } + var users_image = _this.users_image; + if(_this.$com.isNull(users_image)) + { + _this.$com.showError('请上传需要换色的照片!'); + return false; + } var post = { - back_color_id:_this.colorList[_this.selectIndex].id, - users_image:_this.users_image, + back_color_id:color_id, + users_image:users_image, }; + _this.$com.showLoading('保存图片中'); _this.$api.post('api/color/append', post,function(rs){ - console.log(rs); - + console.log(rs); + _this.$com.hideLoading(); + uni.navigateTo({ + url:"/pagesA/merge/success" + }); + }); }, diff --git a/pagesA/photo/cartoon_1.vue b/pagesA/photo/cartoon_1.vue index 1519fbc..9693296 100644 --- a/pagesA/photo/cartoon_1.vue +++ b/pagesA/photo/cartoon_1.vue @@ -7,7 +7,7 @@ 莫奈的花园 - + 开始制作 @@ -74,7 +74,13 @@ getNavHeight(e) { this.margin_top += e; - } + }, + goTo(url) + { + uni.navigateTo({ + url:url, + }) + }, diff --git a/pagesA/photo/cartoon_2.vue b/pagesA/photo/cartoon_2.vue index 9116852..17ce824 100644 --- a/pagesA/photo/cartoon_2.vue +++ b/pagesA/photo/cartoon_2.vue @@ -20,7 +20,7 @@ - + @@ -84,6 +84,12 @@ getNavHeight(e) { this.margin_top += e; }, + goTo(url) + { + uni.navigateTo({ + url:url, + }) + }, } }