|
|
|
@ -146,7 +146,7 @@ |
|
|
|
|
<image src="/static/img/index/right.png" mode="widthFix" v-if="item.status == 3"></image> |
|
|
|
|
<view class="ing" v-if="item.status == 1">排队中...</view> |
|
|
|
|
<view class="ing" v-if="item.status == 2">生成中...</view> |
|
|
|
|
<view class="ing" v-if="item.status == 2">生成失败</view> |
|
|
|
|
<view class="ing" v-if="item.status == 4">生成失败</view> |
|
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
</view> |
|
|
|
@ -156,7 +156,7 @@ |
|
|
|
|
|
|
|
|
|
<view class="picBox" v-if="tabList[current].type == 2" v-for="(item,index) in dataList" :key="index" @click="viewDetail(item)"> |
|
|
|
|
<view class="p_left"> |
|
|
|
|
<image class="p_bg" src="/static/img/user/pic_bg.png" mode="aspectFill"></image> |
|
|
|
|
<image class="p_bg" :src="item.merge_thumbnail" mode="aspectFill"></image> |
|
|
|
|
<image v-if="item.status != 3" class="p_pic" src="/static/img/user/ing.png" mode="widthFix"></image> |
|
|
|
|
</view> |
|
|
|
|
<view class="p_center"> |
|
|
|
@ -167,7 +167,7 @@ |
|
|
|
|
<image src="/static/img/index/right.png" mode="widthFix" v-if="item.status == 3"></image> |
|
|
|
|
<view class="ing" v-if="item.status == 1">排队中...</view> |
|
|
|
|
<view class="ing" v-if="item.status == 2">生成中...</view> |
|
|
|
|
<view class="ing" v-if="item.status == 2">生成失败</view> |
|
|
|
|
<view class="ing" v-if="item.status == 4">生成失败</view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
@ -176,17 +176,16 @@ |
|
|
|
|
<view class="picBox" v-if="tabList[current].type == 3" v-for="(item,index) in dataList" :key="index" @click="viewDetail(item)"> |
|
|
|
|
<view class="p_left"> |
|
|
|
|
<image class="p_bg" :src="item.album.face" mode="aspectFill"></image> |
|
|
|
|
<image v-if="item.status != 3" class="p_pic" src="/static/img/user/ing.png" mode="widthFix"></image> |
|
|
|
|
<image v-if="item.status != 2" class="p_pic" src="/static/img/user/ing.png" mode="widthFix"></image> |
|
|
|
|
</view> |
|
|
|
|
<view class="p_center"> |
|
|
|
|
<view class="p_title">{{item.album.title}}</view> |
|
|
|
|
</view> |
|
|
|
|
<view class="p_right"> |
|
|
|
|
<view class="distance"> |
|
|
|
|
<image src="/static/img/index/right.png" mode="widthFix" v-if="item.status == 3"></image> |
|
|
|
|
<image src="/static/img/index/right.png" mode="widthFix" v-if="item.status == 2"></image> |
|
|
|
|
<view class="ing" v-if="item.status == 1">排队中...</view> |
|
|
|
|
<view class="ing" v-if="item.status == 2">生成中...</view> |
|
|
|
|
<view class="ing" v-if="item.status == 2">生成失败</view> |
|
|
|
|
|
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
@ -205,7 +204,7 @@ |
|
|
|
|
<image src="/static/img/index/right.png" mode="widthFix" v-if="item.status == 3"></image> |
|
|
|
|
<view class="ing" v-if="item.status == 1">排队中...</view> |
|
|
|
|
<view class="ing" v-if="item.status == 2">生成中...</view> |
|
|
|
|
<view class="ing" v-if="item.status == 2">生成失败</view> |
|
|
|
|
<view class="ing" v-if="item.status == 4">生成失败</view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
@ -325,11 +324,15 @@ export default { |
|
|
|
|
_this.getSceneMenu(); |
|
|
|
|
//面部档案 |
|
|
|
|
_this.getPortraitList(); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}, |
|
|
|
|
onLoad() { |
|
|
|
|
var _this =this; |
|
|
|
|
setTimeout(function(res){ |
|
|
|
|
_this.tabChange({index:0}); |
|
|
|
|
},1000); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}, |
|
|
|
|
onReachBottom () { |
|
|
|
|
|
|
|
|
@ -469,7 +472,7 @@ export default { |
|
|
|
|
} |
|
|
|
|
else |
|
|
|
|
{ |
|
|
|
|
Data[index].merge_thumbnail = '/static/img/user/pic_bg.png'; |
|
|
|
|
Data[index].merge_thumbnail = _this.$api.ossurl(item.users_image); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
break; |
|
|
|
@ -569,32 +572,79 @@ export default { |
|
|
|
|
viewDetail(item){ |
|
|
|
|
var _this =this; |
|
|
|
|
var type = _this.tabList[_this.current].type; |
|
|
|
|
if(item.status != 3) |
|
|
|
|
{ |
|
|
|
|
_this.$com.showError('照片生成中,请等待'); |
|
|
|
|
return; |
|
|
|
|
} |
|
|
|
|
var status = item.status; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
switch(type) |
|
|
|
|
{ |
|
|
|
|
case 1: |
|
|
|
|
uni.navigateTo({ |
|
|
|
|
url:'/pages/user/photo/merge?url='+encodeURIComponent(_this.$api.ossurl(item.merge_image)), |
|
|
|
|
}) |
|
|
|
|
//1:排队中,2:训练中,3:完成,4:失败 |
|
|
|
|
switch(item.status) |
|
|
|
|
{ |
|
|
|
|
case 1: |
|
|
|
|
_this.$com.showError('照片排队中,请等待'); |
|
|
|
|
return; |
|
|
|
|
break; |
|
|
|
|
case 2: |
|
|
|
|
_this.$com.showError('照片生成中,请等待'); |
|
|
|
|
return; |
|
|
|
|
break; |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
uni.navigateTo({ |
|
|
|
|
url:'/pages/user/photo/merge?url='+encodeURIComponent(_this.$api.ossurl(item.merge_image)), |
|
|
|
|
}) |
|
|
|
|
break; |
|
|
|
|
case 2: |
|
|
|
|
uni.navigateTo({ |
|
|
|
|
url:'/pages/user/photo/color?url='+encodeURIComponent(_this.$api.ossurl(item.merge_image)), |
|
|
|
|
}) |
|
|
|
|
//1:排队中,2:训练中,3:完成,4:失败 |
|
|
|
|
switch(item.status) |
|
|
|
|
{ |
|
|
|
|
case 1: |
|
|
|
|
_this.$com.showError('照片排队中,请等待'); |
|
|
|
|
return; |
|
|
|
|
break; |
|
|
|
|
case 2: |
|
|
|
|
_this.$com.showError('照片生成中,请等待'); |
|
|
|
|
return; |
|
|
|
|
break; |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
uni.navigateTo({ |
|
|
|
|
url:'/pages/user/photo/color?url='+encodeURIComponent(_this.$api.ossurl(item.merge_image)), |
|
|
|
|
}) |
|
|
|
|
break; |
|
|
|
|
case 3: |
|
|
|
|
//1:处理中,2:处理完成 |
|
|
|
|
switch(item.status) |
|
|
|
|
{ |
|
|
|
|
case 1: |
|
|
|
|
_this.$com.showError('照片排队中,请等待'); |
|
|
|
|
return; |
|
|
|
|
break; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
uni.navigateTo({ |
|
|
|
|
url:'/pages/user/photo/ai?id='+item.id, |
|
|
|
|
}) |
|
|
|
|
break; |
|
|
|
|
case 4: |
|
|
|
|
uni.navigateTo({ |
|
|
|
|
url:'/pages/user/photo/cartoon?id='+item.id, |
|
|
|
|
}) |
|
|
|
|
//1:排队中,2:训练中,3:完成,4:失败 |
|
|
|
|
switch(item.status) |
|
|
|
|
{ |
|
|
|
|
case 1: |
|
|
|
|
_this.$com.showError('照片排队中,请等待'); |
|
|
|
|
return; |
|
|
|
|
break; |
|
|
|
|
case 2: |
|
|
|
|
_this.$com.showError('照片生成中,请等待'); |
|
|
|
|
return; |
|
|
|
|
break; |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
uni.navigateTo({ |
|
|
|
|
url:'/pages/user/photo/cartoon?id='+item.id, |
|
|
|
|
}) |
|
|
|
|
break; |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|