zhengjinyi 11 月之前
父節點
當前提交
0b70822174
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/main/resources/static/js/mixins/cmSysMixins.js

+ 0 - 1
src/main/resources/static/js/mixins/cmSysMixins.js

@@ -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);
                     }