Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
linshenxs-shop
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
陈超
linshenxs-shop
Commits
477f48be
Commit
477f48be
authored
Aug 05, 2022
by
fuqiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【商家端】添加商品-验证是否需要上传认证视频
parent
05fbba06
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/views/businessGoods/goodsEdit/goods_edit.vue
+2
-2
No files found.
src/views/businessGoods/goodsEdit/goods_edit.vue
View file @
477f48be
...
...
@@ -97,7 +97,7 @@
</div>
<div
class=
"zm_info_row"
v-if=
"shopInfo.needVideoProof"
>
<el-form-item
label=
"商品认证视频"
>
<el-form-item
label=
"商品认证视频"
prop=
"authUrl"
>
<div
class=
"upload"
>
<uploader
:lazyList=
"form.authUrl"
:video=
"true"
:image=
"false"
@
change=
"(list) => { form.authUrl = list.join(',') }"
/>
<a
class=
"sug"
v-if=
"shopInfo.uploadExample"
@
click=
"setUploadExampleDiaLogClick"
>
查看示例视频>
</a>
...
...
@@ -261,7 +261,7 @@
trigger
:
"blur"
,
validator
:
(
rule
,
value
,
callback
)
=>
{
let
authUrl
=
this
.
form
.
authUrl
if
(
authUrl
==
undefined
||
authUrl
.
length
==
0
)
{
if
(
this
.
shopInfo
.
needVideoProof
&&
(
authUrl
==
undefined
||
authUrl
.
length
==
0
)
)
{
callback
(
new
Error
(
"请上传认证视频"
))
}
else
{
callback
()
...
...
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