发表于: 2017-06-28 22:27:12

1 789


一、今天完成的事情

上午改样式,下午拍宣传片,菜鸟,剪辑视频花了一会,还是有很明显的痕迹,囧!


二、明天计划的事情

继续改样式,争取可以codereview


三、遇到的问题

1. 公司行业 industry在职位详情页可以渲染出来,但在公司详情页没数据。过滤器是同一个,代码:

//  公司行业 industry
app.filter('industryFilter'function (industryType{
   return function (type{
       for (var 0; i industryType.length; i++{
           if (type == industryType[i].type{
               return industryType[i].name;
           }
       }
   }
});

后来找到原因:是公司详情页没有遍历数据。

<span ng-repeat="tota in vm.companyData.industryList track by $index"><span ng-if="!$first">/</span{{tota.industry|industryFilter}}</span>

2.找职位页左边的搜索导航图片没发渲染出来,路径报404,没解决。

  不过别的小组可以出来,淡疼


四、收获

规划很重要,一开始就要好好规划,不管是样式还是代码结构。




返回列表 返回列表
评论

    分享到