|
@@ -167,7 +167,6 @@ var cmSysVitaMixins = function () {
|
|
|
PublicApi.getShopAdvert(params, function (response) {
|
|
|
if(response.code === 0){
|
|
|
_self.shopAdvert = response.data
|
|
|
- console.log('shopAdvert',_self.shopAdvert);
|
|
|
}else{
|
|
|
console.log('error',response.msg);
|
|
|
}
|