|
@@ -356,7 +356,9 @@ export default {
|
|
|
this.getmodelList();
|
|
|
},
|
|
|
getmodelList(){
|
|
|
- uni.showLoading({ });
|
|
|
+ uni.showLoading({
|
|
|
+ title: '加载中'
|
|
|
+ })
|
|
|
this.$http('worldKeepCar/worldHome/queryCarModelGroupPackage', {
|
|
|
brand:this.brand,
|
|
|
manufactor:this.manufactor,
|
|
@@ -368,7 +370,9 @@ export default {
|
|
|
})
|
|
|
},
|
|
|
getdisplacementList(){
|
|
|
- uni.showLoading({ });
|
|
|
+ uni.showLoading({
|
|
|
+ title: '加载中'
|
|
|
+ })
|
|
|
this.$http('worldKeepCar/worldHome/queryCarModelGroupPackage', {
|
|
|
brand:this.brand,
|
|
|
manufactor:this.manufactor,
|
|
@@ -379,7 +383,9 @@ export default {
|
|
|
})
|
|
|
},
|
|
|
queryCarModelGroupPackage(){
|
|
|
- uni.showLoading({ });
|
|
|
+ uni.showLoading({
|
|
|
+ title: '加载中'
|
|
|
+ })
|
|
|
this.$http('worldKeepCar/worldHome/queryCarModelGroupPackage', {
|
|
|
|
|
|
},'GET').then(res => {
|
|
@@ -408,7 +414,9 @@ export default {
|
|
|
this.$refs.popup.close()
|
|
|
},
|
|
|
getbrand(){
|
|
|
- uni.showLoading({ });
|
|
|
+ uni.showLoading({
|
|
|
+ title: '加载中'
|
|
|
+ })
|
|
|
this.$http('worldKeepCar/worldHome/queryCarModelGroupPackage', {
|
|
|
brand:this.brand
|
|
|
},'GET').then(res => {
|