|
@@ -866,7 +866,6 @@ export default {
|
|
|
return new Promise((resolve) => {
|
|
|
let self = this;
|
|
|
this.$request.goodsDetail(this.goodsId).then((res) => {
|
|
|
- console.log(res.data);
|
|
|
self.goodsDetail = res.data;
|
|
|
if (self.goodsDetail.goodsPhotoExamConfig) {
|
|
|
let goodsPhotoExamConfig = JSON.parse(
|
|
@@ -1417,7 +1416,7 @@ export default {
|
|
|
if (this.bankType == 2) {
|
|
|
this.needBack = true;
|
|
|
}
|
|
|
- this.doMode = res.data.simulateStatus ? 3 : 1;
|
|
|
+ // this.doMode = res.data.simulateStatus ? 3 : 1;
|
|
|
return Promise.resolve();
|
|
|
});
|
|
|
},
|