Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
self-support
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
李俊赕
self-support
Commits
de2c5d8a
Commit
de2c5d8a
authored
May 10, 2021
by
李超鹏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
type:update
socpe:self body:修改拍照组件的水印功能
parent
ee7f6c0c
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
613 additions
and
620 deletions
+613
-620
setting.vue
src/components/photo/setting.vue
+51
-61
index.vue
src/components/take/index.vue
+68
-65
list.vue
src/pages/photo/list.vue
+494
-494
No files found.
src/components/photo/setting.vue
View file @
de2c5d8a
...
...
@@ -9,20 +9,20 @@
<text
class=
"itemTitle"
>
保存原图
</text>
<text
class=
"itemNotice"
>
拍照后另保存一张无水印的图片
</text>
</view>
<switch
class=
"itemSwitch"
:checked=
"result['has
_o
rigin']"
@
change=
"handleOrigineChange"
color=
"#007AFF"
/>
<switch
class=
"itemSwitch"
:checked=
"result['has
O
rigin']"
@
change=
"handleOrigineChange"
color=
"#007AFF"
/>
</view>
<view
class=
"itemView"
v-if=
"showTitleSwitch"
>
<view
class=
"itemTitleView"
@
click=
"itemClick(
{},-1)">
<text
class=
"itemTitle"
>
水印标题
</text>
<text
class=
"itemNotice"
>
{{
result
[
'lower
_right'
][
'title_text
'
]
||
'点击可编辑更改'
}}
</text>
<text
class=
"itemNotice"
>
{{
result
[
'lower
Left'
][
'title
'
]
||
'点击可编辑更改'
}}
</text>
</view>
<switch
class=
"itemSwitch"
disabled
:checked=
"result['lower
_right']['title_text
'] != ''"
<switch
class=
"itemSwitch"
disabled
:checked=
"result['lower
Left']['title
'] != ''"
@
click=
"handleClickTitleSwitch"
color=
"#007AFF"
/>
</view>
<view
class=
"itemView"
v-for=
"(item,ikey) in itemList"
:key=
"ikey"
>
<view
class=
"itemTitleView"
@
click=
"itemClick(item,ikey)"
>
<text
class=
"itemTitle"
>
{{
item
[
'watemark
_t
ext'
]
||
'自定义'
+
(
ikey
+
1
)
}}
</text>
<text
class=
"itemNotice"
>
{{
item
[
'watemark
_v
alue'
]
||
'点击可编辑更改'
}}
</text>
<text
class=
"itemTitle"
>
{{
item
[
'watemark
T
ext'
]
||
'自定义'
+
(
ikey
+
1
)
}}
</text>
<text
class=
"itemNotice"
>
{{
item
[
'watemark
V
alue'
]
||
'点击可编辑更改'
}}
</text>
</view>
<switch
class=
"itemSwitch"
:checked=
"item['enable']"
@
change=
"itemChange(item, ikey)"
color=
"#007AFF"
/>
</view>
...
...
@@ -33,8 +33,8 @@
<view
class=
"inputBackView"
>
<view
class=
"ph-pop-left-view"
>
<view
class=
"leftInputView"
>
<input
class=
"leftInput"
type=
"text"
v-model=
"currenItem['watemark
_t
ext']"
@
input=
"leftInput()"
:disabled=
"currenItem.type === '
title_text
'"
placeholder=
"请输入"
<input
class=
"leftInput"
type=
"text"
v-model=
"currenItem['watemark
T
ext']"
@
input=
"leftInput()"
:disabled=
"currenItem.type === '
备注
'"
placeholder=
"请输入"
maxlength=
"10"
/>
</view>
<view
class=
"ph-pop-tip-view"
v-if=
"showTipLeft"
>
*必填项
</view>
...
...
@@ -42,7 +42,7 @@
<view
class=
"ph-pop-mid-view"
>
:
</view>
<view>
<view
class=
"rightInputView"
>
<input
class=
"rightInput"
type=
"text"
v-model=
"currenItem['watemark
_v
alue']"
<input
class=
"rightInput"
type=
"text"
v-model=
"currenItem['watemark
V
alue']"
@
input=
"rightInput()"
placeholder=
"请输入内容"
maxlength=
"30"
/>
</view>
<view
class=
"ph-pop-tip-view"
v-if=
"showTipRight"
>
*必填项
</view>
...
...
@@ -72,14 +72,14 @@
isPopShow
:
false
,
icon_close_new
:
''
,
result
:
{
has
_o
rigin
:
true
,
lower
_righ
t
:
{
has
O
rigin
:
true
,
lower
Lef
t
:
{
body
:
[]
}
},
currenItem
:
{
'watemark
_t
ext'
:
''
,
'watemark
_v
alue'
:
''
'watemark
T
ext'
:
''
,
'watemark
V
alue'
:
''
},
editingItem
:
{},
showTipLeft
:
false
,
...
...
@@ -89,10 +89,11 @@
},
computed
:
{
itemList
()
{
if
(
this
.
result
[
'lower_right'
])
{
var
arr
=
this
.
result
[
'lower_right'
][
'body'
]
console
.
log
(
this
.
result
)
if
(
this
.
result
[
'lowerLeft'
])
{
var
arr
=
this
.
result
[
'lowerLeft'
][
'body'
]
return
arr
.
filter
((
item
)
=>
{
return
item
.
watemark
_t
ype
===
'备注'
return
item
.
watemark
T
ype
===
'备注'
})
}
else
{
return
[]
...
...
@@ -100,7 +101,7 @@
},
showTitleSwitch
()
{
return
this
.
result
[
'lower
_right'
].
hasOwnProperty
(
'title_text
'
)
return
this
.
result
[
'lower
Left'
].
hasOwnProperty
(
'title
'
)
},
customStyleCancel
()
{
return
{
...
...
@@ -122,54 +123,43 @@
getApp
().
trackPage
(
'水印设置页'
)
const
globalData
=
getApp
().
globalData
this
.
icon_close_new
=
globalData
.
icon_close_new
this
.
systemId
=
globalData
.
photo
.
currentItem
.
system
Id
this
.
systemId
=
globalData
.
photo
.
currentItem
.
partnerCompany
Id
this
.
getItemList
()
},
methods
:
{
getItemList
:
function
()
{
// this.systemId = '79550af260555cc20afb34156c94b32c' // 测试数据
this
.
loading
=
true
this
.
$u
.
api
.
getUserWatermark
({
'token'
:
this
.
vuex_token
,
'system_id'
:
this
.
systemId
}).
then
(
res
=>
{
if
(
res
&&
res
.
result
)
{
if
(
res
.
result
.
error_code
){
uni
.
showToast
({
title
:
res
.
result
.
error_msg
})
}
else
{
this
.
result
=
res
.
result
}
}
else
{
uni
.
showToast
({
title
:
'网络异常'
})
this
.
$u
.
api
.
getWatermark
({
partnerCompanyId
:
this
.
systemId
}).
then
(
res
=>
{
if
(
res
.
code
==
200
)
{
this
.
result
=
res
.
data
}
else
{
uni
.
showToast
({
title
:
res
.
data
.
message
})
}
this
.
loading
=
false
})
},
saveUserWatermark
:
function
()
{
this
.
loading
=
true
this
.
$u
.
api
.
saveUserWatermark
({
'token'
:
this
.
vuex_token
,
'watermark'
:
this
.
result
}).
then
(
res
=>
{
if
(
res
.
result
.
code
==
true
)
{
const
photo
=
getApp
().
globalData
.
photo
photo
.
waterSetting
=
this
.
result
this
.
$u
.
api
.
saveWatermark
(
this
.
result
).
then
(
res
=>
{
if
(
res
.
code
===
200
){
uni
.
showToast
({
title
:
'保存成功'
})
getApp
().
globalData
.
photo
.
waterSetting
=
this
.
result
this
.
$emit
(
"changeWatermark"
,
this
.
result
);
}
else
{
uni
.
showToast
({
title
:
res
.
result
.
msg
})
uni
.
showToast
({
title
:
res
.
message
})
}
this
.
loading
=
false
})
},
//保存原图 开关
handleOrigineChange
:
function
(
e
)
{
this
.
result
[
'has
_origin'
]
=
!
this
.
result
[
'has_o
rigin'
]
this
.
result
[
'has
Origin'
]
=
!
this
.
result
[
'hasO
rigin'
]
this
.
saveUserWatermark
()
},
handleClickTitleSwitch
:
function
(
e
)
{
var
string
=
this
.
result
[
'lower
_right'
][
'title_text
'
]
?
'水印标题不可关闭'
:
'请先编辑该自定义项'
var
string
=
this
.
result
[
'lower
Left'
][
'title
'
]
?
'水印标题不可关闭'
:
'请先编辑该自定义项'
uni
.
showToast
({
icon
:
'none'
,
title
:
string
...
...
@@ -178,7 +168,7 @@
//自定义 开关
itemChange
:
function
(
item
,
ikey
)
{
if
(
item
[
'watemark
_v
alue'
])
{
if
(
item
[
'watemark
V
alue'
])
{
// 修改
item
[
'enable'
]
=
!
item
[
'enable'
]
this
.
saveUserWatermark
()
...
...
@@ -194,9 +184,9 @@
itemClick
:
function
(
item
,
ikey
)
{
if
(
ikey
===
-
1
)
{
this
.
currenItem
=
{
'watemark
_t
ext'
:
'水印标题'
,
'watemark
_value'
:
this
.
result
[
'lower_right'
][
'title_text
'
],
'type'
:
'
title_text
'
'watemark
T
ext'
:
'水印标题'
,
'watemark
Value'
:
this
.
result
[
'lowerLeft'
][
'title
'
],
'type'
:
'
备注
'
}
}
else
{
this
.
editingItem
=
item
...
...
@@ -210,7 +200,7 @@
//左侧输入框
leftInput
:
function
(
e
)
{
if
(
this
.
currenItem
[
'watemark
_t
ext'
])
{
if
(
this
.
currenItem
[
'watemark
T
ext'
])
{
this
.
showTipLeft
=
false
}
...
...
@@ -218,7 +208,7 @@
//右侧输入框
rightInput
:
function
(
e
)
{
if
(
this
.
currenItem
[
'watemark
_v
alue'
])
{
if
(
this
.
currenItem
[
'watemark
V
alue'
])
{
this
.
showTipRight
=
false
}
},
...
...
@@ -227,8 +217,8 @@
popCancelClick
:
function
()
{
this
.
isPopShow
=
false
this
.
currenItem
=
{
'watemark
_t
ext'
:
''
,
'watemark
_v
alue'
:
''
'watemark
T
ext'
:
''
,
'watemark
V
alue'
:
''
}
},
...
...
@@ -241,22 +231,22 @@
},
//自定义弹窗 保存
popSaveClick
:
function
()
{
if
(
this
.
currenItem
[
'watemark
_text'
]
&&
this
.
currenItem
[
'watemark_v
alue'
])
{
if
(
this
.
currenItem
[
'watemark
Text'
]
&&
this
.
currenItem
[
'watemarkV
alue'
])
{
this
.
isPopShow
=
false
if
(
this
.
currenItem
.
type
===
'
title_text
'
)
{
this
.
result
[
'lower
_right'
][
'title_text'
]
=
this
.
currenItem
[
'watemark_v
alue'
]
if
(
this
.
currenItem
.
type
===
'
备注
'
)
{
this
.
result
[
'lower
Left'
][
'title'
]
=
this
.
currenItem
[
'watemarkV
alue'
]
}
else
{
this
.
editingItem
[
'watemark
_text'
]
=
this
.
currenItem
[
'watemark_t
ext'
]
this
.
editingItem
[
'watemark
_value'
]
=
this
.
currenItem
[
'watemark_v
alue'
]
this
.
editingItem
[
'watemark
Text'
]
=
this
.
currenItem
[
'watemarkT
ext'
]
this
.
editingItem
[
'watemark
Value'
]
=
this
.
currenItem
[
'watemarkV
alue'
]
this
.
editingItem
[
'enable'
]
=
true
}
this
.
saveUserWatermark
()
}
else
{
// 提示
if
(
!
this
.
currenItem
[
'watemark
_t
ext'
])
{
if
(
!
this
.
currenItem
[
'watemark
T
ext'
])
{
this
.
showTipLeft
=
true
}
if
(
!
this
.
currenItem
[
'watemark
_v
alue'
])
{
if
(
!
this
.
currenItem
[
'watemark
V
alue'
])
{
this
.
showTipRight
=
true
}
}
...
...
src/components/take/index.vue
View file @
de2c5d8a
...
...
@@ -7,7 +7,7 @@
src=
"/static/photo/icon-switch.png"
></cover-image>
<cover-image
@
click=
"setCameraInfo('flash')"
class=
"icon"
mode=
"aspectFit"
:src=
"'/static/photo/icon-light-' + cameraInfo.flash +'.png'"
></cover-image>
<cover-image
v-if=
"currentItem.
system_i
d"
@
click=
"changeType(3)"
class=
"icon"
mode=
"aspectFit"
<cover-image
v-if=
"currentItem.
partnerCompanyI
d"
@
click=
"changeType(3)"
class=
"icon"
mode=
"aspectFit"
src=
"/static/photo/icon-setting.png"
></cover-image>
</cover-view>
</cover-view>
...
...
@@ -39,7 +39,7 @@
</view>
</view>
<photo-preview
v-if=
"showType === 2"
@
changeType=
"changeType"
@
finish=
"finish"
/>
<photo-setting
v-if=
"showType === 3"
@
changeType=
"changeType"
/>
<photo-setting
v-if=
"showType === 3"
@
changeType=
"changeType"
@
changeWatermark=
"changeWatermark"
/>
</view>
</
template
>
...
...
@@ -128,10 +128,10 @@
titleTxt
()
{
const
waterSetting
=
this
.
waterSetting
let
txt
=
''
if
(
!
waterSetting
||
!
waterSetting
.
lower
_righ
t
)
{
if
(
!
waterSetting
||
!
waterSetting
.
lower
Lef
t
)
{
return
''
}
txt
=
waterSetting
.
lower
_right
&&
waterSetting
.
lower_right
.
title_text
||
''
txt
=
waterSetting
.
lower
Left
&&
waterSetting
.
lowerLeft
.
title
||
''
return
txt
},
settingTxtArr
()
{
...
...
@@ -144,17 +144,17 @@
let
settingTxtArr
=
[]
const
typeArr
=
[
'经度'
,
'纬度'
,
'地址'
,
'时间'
]
const
waterSetting
=
this
.
waterSetting
if
(
!
waterSetting
||
!
waterSetting
.
lower
_right
||
!
waterSetting
.
lower_righ
t
.
body
)
{
if
(
!
waterSetting
||
!
waterSetting
.
lower
Left
||
!
waterSetting
.
lowerLef
t
.
body
)
{
return
arr
}
const
settingArr
=
waterSetting
.
lower
_righ
t
.
body
const
settingArr
=
waterSetting
.
lower
Lef
t
.
body
settingArr
.
map
(
item
=>
{
const
idx
=
typeArr
.
indexOf
(
item
.
watemark
_t
ype
)
if
(
item
.
enable
&&
(
idx
>
-
1
||
(
item
.
watemark
_value
&&
item
.
watemark_t
ext
)))
{
const
idx
=
typeArr
.
indexOf
(
item
.
watemark
T
ype
)
if
(
item
.
enable
&&
(
idx
>
-
1
||
(
item
.
watemark
Value
&&
item
.
watemarkT
ext
)))
{
if
(
idx
>
-
1
)
{
settingTxtArr
.
push
(
arr
[
idx
])
}
else
{
settingTxtArr
.
push
(
item
.
watemark
_text
+
':'
+
item
.
watemark_v
alue
)
settingTxtArr
.
push
(
item
.
watemark
Text
+
':'
+
item
.
watemarkV
alue
)
}
}
})
...
...
@@ -191,6 +191,9 @@
changeType
(
type
)
{
this
.
showType
=
type
},
changeWatermark
(
watermark
){
this
.
waterSetting
=
watermark
},
updateTime
()
{
this
.
waterInfo
.
date
=
this
.
getTime
()
// let timer = setTimeout(() => {
...
...
src/pages/photo/list.vue
View file @
de2c5d8a
...
...
@@ -177,7 +177,6 @@
self
.
$u
.
api
.
orderStandard
(
data
).
then
((
res
)
=>
{
this
.
loading
=
false
if
(
res
.
code
==
200
)
{
console
.
log
(
"==="
,
res
.
data
)
if
(
res
.
data
&&
res
.
data
.
length
>
0
){
let
dataList
=
[]
var
flag
=
false
;
...
...
@@ -205,6 +204,7 @@
}
}
})
console
.
log
(
"==="
,
dataList
)
this
.
handleData
(
dataList
)
}
}
else
{
...
...
@@ -217,7 +217,6 @@
this
.
dataList
=
result
if
(
result
.
length
>
0
)
{
var
item
=
result
[
0
]
getApp
().
globalData
.
photo
.
waterSetting
=
this
.
userWatermark
this
.
rightList
=
item
.
list
}
},
...
...
@@ -304,6 +303,7 @@
if
(
res
.
code
==
200
)
{
console
.
log
(
"==="
,
res
.
data
)
this
.
userWatermark
=
res
.
data
getApp
().
globalData
.
photo
.
waterSetting
=
this
.
userWatermark
}
else
{
console
.
log
(
"获取水印备注异常"
,
res
.
data
.
message
)
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment