md
This commit is contained in:
parent
122f981111
commit
1b875e17fa
@ -1087,6 +1087,14 @@ export default {
|
||||
return '自提';
|
||||
}
|
||||
}
|
||||
if (j === 'blUploadPic') {
|
||||
if(v['goodsPics']!=null && v['goodsPics']!=''){
|
||||
return '是';
|
||||
}else{
|
||||
return '否';
|
||||
}
|
||||
}
|
||||
|
||||
if (j === 'blMessage') {
|
||||
if(v[j] == 1){
|
||||
return '发送';
|
||||
|
||||
@ -1074,6 +1074,13 @@ export default {
|
||||
return '自提';
|
||||
}
|
||||
}
|
||||
if (j === 'blUploadPic') {
|
||||
if(v['goodsPics']!=null && v['goodsPics']!=''){
|
||||
return '是';
|
||||
}else{
|
||||
return '否';
|
||||
}
|
||||
}
|
||||
if (j === 'blMessage') {
|
||||
if(v[j] == 1){
|
||||
return '发送';
|
||||
|
||||
@ -1078,7 +1078,7 @@ export default {
|
||||
}
|
||||
}
|
||||
if (j === 'blUploadPic') {
|
||||
if(v['goodsPics']!=''){
|
||||
if(v['goodsPics']!=null && v['goodsPics']!=''){
|
||||
return '是';
|
||||
}else{
|
||||
return '否';
|
||||
|
||||
@ -1092,6 +1092,14 @@ export default {
|
||||
return '自提';
|
||||
}
|
||||
}
|
||||
if (j === 'blUploadPic') {
|
||||
if(v['goodsPics']!=null && v['goodsPics']!=''){
|
||||
return '是';
|
||||
}else{
|
||||
return '否';
|
||||
}
|
||||
}
|
||||
|
||||
if (j === 'blMessage') {
|
||||
if(v[j] == 1){
|
||||
return '发送';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user