|
|
|
@ -16,7 +16,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<view class="tabs_div1"> |
|
|
|
|
<u-tabs @click="changeTab()" :current="this_tab" :list="list1" lineWidth="25" lineHeight="10" |
|
|
|
|
<u-tabs @click="changeTab()" :current="this_tab" :list="tabList" lineWidth="25" lineHeight="10" |
|
|
|
|
:lineColor="`url(${lineBg}) 100% 100%`" :activeStyle="{ |
|
|
|
|
color: '#333333', |
|
|
|
|
fontWeight: 'bold', |
|
|
|
@ -45,8 +45,8 @@ |
|
|
|
|
</view> |
|
|
|
|
<view class="topCenter"> |
|
|
|
|
<view class="title">{{item.title}}</view> |
|
|
|
|
<view class="desc">{{item.w_h_mm.w}}×{{item.w_h_mm.h}}mm | {{item.w_h_px.w}}×{{item.w_h_px.h}}px</view> |
|
|
|
|
|
|
|
|
|
<view class="desc" v-if="!(item.w_h_mm.w == 0 && item.w_h_mm.h == 0 && item.w_h_px.w == 0 && item.w_h_px.h == 0)">{{item.w_h_mm.w}}×{{item.w_h_mm.h}}mm | {{item.w_h_px.w}}×{{item.w_h_px.h}}px</view> |
|
|
|
|
<view class="desc" v-else>自己设置照片的宽和高</view> |
|
|
|
|
</view> |
|
|
|
|
<view class="topRight"> |
|
|
|
|
<view class="distance"> |
|
|
|
@ -56,7 +56,7 @@ |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
<view class="photoBox" @click="showEdit"> |
|
|
|
|
<!-- <view class="photoBox" @click="showEdit"> |
|
|
|
|
<view class="photoTop"> |
|
|
|
|
<view class="topLeft"> |
|
|
|
|
<image src="/static/img/index/zj_icon.png" mode="widthFix"></image> |
|
|
|
@ -72,7 +72,7 @@ |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
</view> --> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -202,17 +202,20 @@ |
|
|
|
|
return { |
|
|
|
|
navbar_title: '证件照合成', |
|
|
|
|
theme: "white", |
|
|
|
|
search_text: '', |
|
|
|
|
search_text: '', //搜索关键词 |
|
|
|
|
margin_top: 0, |
|
|
|
|
lineBg: 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAOCAYAAABDwm71AAAAAXNSR0IArs4c6QAAAm5JREFUSEu1lD1oFEEUx39vZhOCpghikUIwkMKAjYWFEEELQdQTRfwqLGyMgsFcNDEWEbYQNB+Sw7ugdilSBDQ2tikSsFCwsBFiIVikSBEwQoRLuMzT3ds9z8vtXcjHwOzCzs57v/ef/xshGmdeaLsVUgZQYeZ9t3yN13bz/bpf2wVSYQ7DTNdQMa8Ej1RO76JkRPBQ8JS8OAbfpeX5bkLlHumAcTyxihcIAuSBvlsjMi7nc3pY4TPQFJIq2GiKY3TpF49nfQk27NjwffX25RkzSreJckVggS4FhQ5JZbVHhEwpaxlYsMk4PjYYbk6m5dtOkGUG9ZBzTFjHsUCASrAgh0I6BKMMrFyxeJN15A28susMTTyUxa0A+v3auqeRHqP0GcWLTyURLDL9fOivCHfDpljFAFCZ8oS3P38z98aXlVqQvq/N4jjhKddNcYZApYKrK5ZXw9HQ/OfG9YEoo5UeK1VTcbwhuKPwN9m8VeYNLHqO5cAnxtFs4YBxdFilw4BnXdG3teLFHgO6Q/PHFZ/N6QUDU6I0JSpWL3iVAsrsUA8sr3Cja0SmS9dF6S7LameDMmmgrW6FtSCKTVNUiVDdeootoFy+PSqfYpaSYvGHi2PaIoaXhtAT/wXcFqyrfpQCE2ur9PZmZLncrxvA4sVLWe206+SscqSqWberGHwRSN97KnPVGigRLP75akZPNzjSxnHKgrdlFYuKFQzMWMez+wlAiUeZ1P5XhrV1r+GacZy0cNwo+2s2yT+PLXmOD1aZlTWmB4ZlYTP3YF3FkoLc8bVNGjkYNUqLB82R0VeMY9kTfqw6vg/7mwOpzPMHTiZrgwPNrpsAAAAASUVORK5CYII=', |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
list1: [{ |
|
|
|
|
// 1:普通寸照,2:考试寸照,3:社会寸照 |
|
|
|
|
tabList: [{ |
|
|
|
|
type:1, |
|
|
|
|
name: '普通寸照' |
|
|
|
|
}, { |
|
|
|
|
type:2, |
|
|
|
|
name: '考试寸照', |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
{ |
|
|
|
|
type:3, |
|
|
|
|
name: '社会寸照', |
|
|
|
|
}], |
|
|
|
|
this_tab:0, |
|
|
|
@ -348,29 +351,28 @@ |
|
|
|
|
return {total:32,list:list}; |
|
|
|
|
}, |
|
|
|
|
getList(){ |
|
|
|
|
|
|
|
|
|
let params = { |
|
|
|
|
page: this.curPage + 1, |
|
|
|
|
var _this =this; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var post = { |
|
|
|
|
title:_this.search_text, |
|
|
|
|
type:_this.tabList[_this.this_tab].type, |
|
|
|
|
page:_this.curPage + 1, |
|
|
|
|
limit: 10, |
|
|
|
|
sex: this.this_tab, |
|
|
|
|
text:this.search_text |
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
let res = this.getListData(); |
|
|
|
|
_this.$api.get('api/specs/list', post, function(res) { |
|
|
|
|
|
|
|
|
|
var d = res; |
|
|
|
|
console.log(d); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
this.curPage = params.page; |
|
|
|
|
this.total = res.total; |
|
|
|
|
|
|
|
|
|
let datas = [...this.temList]; |
|
|
|
|
_this.curPage = post.page; |
|
|
|
|
_this.total = d.total; |
|
|
|
|
_this.temList = _this.temList.concat(d.data); |
|
|
|
|
|
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
if (params.page > 1) { |
|
|
|
|
datas.push(...res.list) |
|
|
|
|
} else { |
|
|
|
|
datas = res.list; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
this.temList = datas; |
|
|
|
|
|
|
|
|
|
}, |
|
|
|
|
goThis(id){ |
|
|
|
@ -384,7 +386,7 @@ |
|
|
|
|
this.temList[index].icon = '/static/img/index/zj_icon.png'; |
|
|
|
|
}, |
|
|
|
|
//自定义 |
|
|
|
|
showEdit(){ |
|
|
|
|
showEdit(item){ |
|
|
|
|
var _this = this; |
|
|
|
|
_this.custom_show = true; |
|
|
|
|
}, |
|
|
|
@ -403,24 +405,40 @@ |
|
|
|
|
if(key == 'tips_show') |
|
|
|
|
{ |
|
|
|
|
uni.navigateTo({ |
|
|
|
|
url:'/pagesA/photo/face' |
|
|
|
|
url:'/pagesA/merge/face_1' |
|
|
|
|
}) |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
//判断选择 |
|
|
|
|
checkHave(item){ |
|
|
|
|
var _this = this; |
|
|
|
|
// 生成0到9之间的随机整数 |
|
|
|
|
var randomNumber = Math.floor(Math.random() * 10); |
|
|
|
|
if(randomNumber > 5) |
|
|
|
|
if(!(item.w_h_mm.w == 0 && item.w_h_mm.h == 0 && item.w_h_px.w == 0 && item.w_h_px.h == 0)) |
|
|
|
|
{ |
|
|
|
|
_this.select_show = true; |
|
|
|
|
var post = {}; |
|
|
|
|
_this.$api.get('api/portrait/list', post, function(res) { |
|
|
|
|
|
|
|
|
|
var d = res; |
|
|
|
|
console.log(d); |
|
|
|
|
if(d.length == 0) |
|
|
|
|
{ |
|
|
|
|
_this.tips_show = true; |
|
|
|
|
} |
|
|
|
|
else |
|
|
|
|
{ |
|
|
|
|
_this.select_show = true; |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
} |
|
|
|
|
else |
|
|
|
|
{ |
|
|
|
|
_this.tips_show = true; |
|
|
|
|
_this.showEdit(item); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
|
|
|