|
@@ -372,14 +372,16 @@ var fleaMarketForm = new Vue({
|
|
|
},3000);
|
|
|
return
|
|
|
}
|
|
|
- if(_this.GoodsImagesList ===''){
|
|
|
- _this.vShow_GoodsImages = true;
|
|
|
- _this.fromMessage = '请上传图片';
|
|
|
- _this.scrollIntoView('vShow_Address');
|
|
|
- setTimeout(function(){
|
|
|
- _this.vShow_GoodsImages = false;
|
|
|
- },3000);
|
|
|
- return;
|
|
|
+ if(_this.secondParams.buyFlag === 1){
|
|
|
+ if(_this.GoodsImagesList ===''){
|
|
|
+ _this.vShow_GoodsImages = true;
|
|
|
+ _this.fromMessage = '请上传图片';
|
|
|
+ _this.scrollIntoView('vShow_Address');
|
|
|
+ setTimeout(function(){
|
|
|
+ _this.vShow_GoodsImages = false;
|
|
|
+ },3000);
|
|
|
+ return;
|
|
|
+ }
|
|
|
}
|
|
|
if(!_this.checkbox){
|
|
|
_this.vShow_checkBox = true;
|