|
@@ -118,7 +118,6 @@ var fleaMarketForm = new Vue({
|
|
|
ChangeBrand:function(item){ //品牌列表
|
|
|
var _this = this;
|
|
|
_this.brandname = item.name;
|
|
|
- console.log(_this.name)
|
|
|
_this.secondParams.brandID = item.id;
|
|
|
if(_this.secondParams.brandID==161){
|
|
|
_this.shoplogoTwo = true;
|
|
@@ -135,7 +134,6 @@ var fleaMarketForm = new Vue({
|
|
|
_this.secondParams.detailTalkFlag = 1 ;//不启用价格详聊
|
|
|
_this.vShow_detailTalkFlag = false;
|
|
|
}
|
|
|
- console.log(_this.secondParams.detailTalkFlag)
|
|
|
},
|
|
|
dragstart: function(value) { // 记录初始信息
|
|
|
this.oldNum = value;
|
|
@@ -335,7 +333,6 @@ var fleaMarketForm = new Vue({
|
|
|
return
|
|
|
}
|
|
|
})
|
|
|
- console.log(_this.secondParams)
|
|
|
},
|
|
|
quxiao:function(){
|
|
|
var _this = this;
|
|
@@ -383,7 +380,6 @@ var fleaMarketForm = new Vue({
|
|
|
if(response.code == 0 ){
|
|
|
_this.townArray = response.data;
|
|
|
_this.secondParams.townId = event.target.value;
|
|
|
- console.log(_this.secondParams.townId)
|
|
|
}else{
|
|
|
CAIMEI.Alert(response.msg, '确定', false);
|
|
|
}
|
|
@@ -406,7 +402,6 @@ var fleaMarketForm = new Vue({
|
|
|
})
|
|
|
PublicApi.GetProvince({},function(response){ //省份
|
|
|
if(response.code == 0){
|
|
|
- console.log(response)
|
|
|
_this.provinceArray = response.data
|
|
|
}else{
|
|
|
CAIMEI.Alert(response.msg, '确定', false);
|