|
|
@@ -476,7 +476,10 @@ export default {
|
|
|
// 照片是否入库,1.照片识别三次不通过仍要上传,2.照片识别通过
|
|
|
// isUpdate:是否更新店招照片,只有门店店招需要更新
|
|
|
confirmUpload(res) {
|
|
|
- if (this.photoIdentifyType && this.photoIdentifyType != '6') {
|
|
|
+ if (
|
|
|
+ this.photoIdentifyType &&
|
|
|
+ (this.photoIdentifyType != '6' || this.photoIdentifyType != '7')
|
|
|
+ ) {
|
|
|
var form = {
|
|
|
mediaIds: [],
|
|
|
fileUrl: '',
|