123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121 |
- <ion-view view-title="认证中心">
- <div class="bar bar-header bar-header-blue">
- <div class="button button-icon icon pus_blue" ng-click="goBackToWhere()"></div>
- <button class="button button-icon icon goback whiteGoBack noneContent" ng-click="goBackToWhere()"></button>
- <h3 ng-if="defaultLan == 'Chinese'" class="DockingTheme_h3">认证中心</h3>
- <h3 ng-if="defaultLan == 'English'" class="DockingTheme_h3">authentication center</h3>
- </div>
- <ion-content class="has-header">
- <div style="height: 40px;width: 100%;background-color: #f4f4f4;padding: 14px 10%;text-align: center">
- <span style="display: inline-block;width: 20%;border-top: 1px solid #6A6A6A;margin-bottom:5px;margin-left:10px;height: 1px;"></span>
- <span style="font-size: 18px;color: #6A6A6A;font-family:Microsoft YaHei;">成为技术经纪人</span>
- <span style="display: inline-block;width: 20%;border-top: 1px solid #6A6A6A;margin-bottom:5px;margin-left:10px;height: 1px;"></span>
- </div>
- <div ng-class="{'i-item':true,'i-various':false,'item-app1':isapp,'item-app-title1':isapp}"
- ng-repeat="item in personalInfomation.pcCondition" ng-if="$index !=0" style="height: 160px">
- <div style="color: #3B8BD0;padding: 5px 0;left: 0;font-size: 16px;font-family:Microsoft YaHei;position: absolute;" ng-show="item.code==4801">技术经纪人权益</div>
- <br>
- <ul ng-show="item.code==4801" style="width: 100%">
- <a class="photo_img" ng-repeat="item in image4801" style="width: 27%;text-align: center">
- <img ng-src="{{item}}" style="width: 45px;height:45px;">
- <span ng-if="item == './img/2020/jiangli.png'" class="resourcr_memberName" style="white-space: pre-line;color: #A9A9A9">技术需求和技术合作类奖补</span>
- <span ng-if="item == './img/2020/duijie.png'" class="resourcr_memberName" style="white-space: pre-line;color: #A9A9A9">优先查看设置权限的需求</span>
- <span ng-if="item == './img/2020/tuisong.png'" class="resourcr_memberName" style="white-space: pre-line;color: #A9A9A9">智能推送最新需求、成果</span>
- </a>
- </ul>
- <button class="submit-button2 sbg-blue" ng-show="item.code==4801"
- ng-click="jumpTo($index,item.authenstatus,item.id)" style="font-size: 16px;padding: 5px 0">成为技术经纪人
- </button>
- <span ng-if="defaultLan == 'Chinese'"
- ng-class="{'i-status':true,'i-red':item.authenstatus==5103,'i-gray':item.authenstatus==5100}">{{item.authenstatus==5100?'未认证':item.authenstatus==5101?'认证中':item.authenstatus==5102?'已认证':'认证失败'}}</span>
- <span ng-if="defaultLan == 'English'"
- ng-class="{'i-status':true,'i-red':item.authenstatus==5103,'i-gray':item.authenstatus==5100}">{{item.authenstatus==5100?'unverified':item.authenstatus==5101?'in authentication':item.authenstatus==5102?'authenticated':'authentication failure'}}</span>
- </div>
- <div style="height: 40px;width: 100%;background-color: #f4f4f4;padding: 14px 10%;text-align: center">
- <span style="display: inline-block;width: 20%;border-top: 1px solid #6A6A6A;margin-bottom:5px;margin-left:10px;height: 1px;"></span>
- <span style="font-size: 18px;color: #6A6A6A;font-family:Microsoft YaHei;">成为认证企业</span>
- <span style="display: inline-block;width: 20%;border-top: 1px solid #6A6A6A;margin-bottom:5px;margin-left:10px;height: 1px;"></span>
- </div>
- <div ng-class="{'i-item':true, 'i-various':false,'item-app1':isapp}"
- ng-repeat="item in personalInfomation.AccreditedInstitution3 track by $index"
- style="height: 180px">
- <div ng-show="item.code==4803" style="color: #3B8BD0;padding: 5px 0;left: 0;font-size: 16px;font-family:Microsoft YaHei;position: absolute">认证企业权益</div>
- <br>
- <ul ng-show="item.code==4803" style="width: 100%;">
- <a class="photo_img" ng-repeat="item in image4803" style="width: 27%;text-align: center">
- <img ng-src="{{item}}" style="width: 45px;height:45px;">
- <span ng-if="item == './img/2020/jiangli.png'" class="resourcr_memberName" style="white-space: pre-line;color: #A9A9A9">产学研合作补助</span>
- <span ng-if="item == './img/2020/xinxiguanli.png'" class="resourcr_memberName" style="white-space: pre-line;color: #A9A9A9">拥有本企业的信息管理权限</span>
- <span ng-if="item == './img/2020/tuisong.png'" class="resourcr_memberName" style="white-space: pre-line;color: #A9A9A9">智能推送匹配政策、最新成果</span>
- </a>
- </ul>
- <button class="submit-button2 sbg-blue" ng-show="item.code==4803"
- ng-click="jump(item.title,item.code,item.authenstatus,item.id)" style="font-size: 16px;padding: 5px 0">成为认证企业
- </button>
- </div>
- <div style="height: 40px;width: 100%;background-color: #f4f4f4;padding: 14px 10%;text-align: center">
- <span style="display: inline-block;width: 20%;border-top: 1px solid #6A6A6A;margin-bottom:5px;margin-left:10px;height: 1px;"></span>
- <span style="font-size: 18px;color: #6A6A6A;font-family:Microsoft YaHei;">成为认证专家</span>
- <span style="display: inline-block;width: 20%;border-top: 1px solid #6A6A6A;margin-bottom:5px;margin-left:10px;height: 1px;"></span>
- </div>
- <div ng-class="{'i-item':true, 'i-various':false,'item-app1':isapp}"
- ng-repeat="item in personalInfomation.AccreditedInstitution4 track by $index"
- style="height: 160px">
- <div ng-show="item.code==4804" style="color: #3B8BD0;padding: 5px 0;left: 0;font-size: 16px;font-family:Microsoft YaHei;position: absolute">认证专家权益</div>
- <br>
- <ul ng-show="item.code==4804" style="width: 100%;">
- <a class="photo_img" ng-repeat="item in image4804" style="width: 80%;text-align: center">
- <img ng-src="{{item}}" style="width: 45px;height:45px;">
- <span ng-if="item == './img/2020/hezuo.png'" class="resourcr_memberName" style="white-space: pre-line;color: #A9A9A9">智能推送最新技术需求优先对接企业,达成合作</span>
- </a>
- </ul>
- <button class="submit-button2 sbg-blue" ng-show="item.code==4804"
- ng-click="jump(item.title,item.code,item.authenstatus,item.id)" style="font-size: 16px;padding: 5px 0">成为认证专家
- </button>
- </div>
- <div style="height: 40px;width: 100%;background-color: #f4f4f4;padding: 14px 10%;text-align: center">
- <span style="display: inline-block;width: 20%;border-top: 1px solid #6A6A6A;margin-bottom:5px;margin-left:10px;height: 1px;"></span>
- <span style="font-size: 18px;color: #6A6A6A;font-family:Microsoft YaHei;">成为认证服务机构</span>
- <span style="display: inline-block;width: 20%;border-top: 1px solid #6A6A6A;margin-bottom:5px;margin-left:10px;height: 1px;"></span>
- </div>
- <div ng-class="{'i-item':true, 'i-various':false,'item-app1':isapp}"
- ng-repeat="item in personalInfomation.AccreditedInstitution6 track by $index"
- style="height: 160px">
- <div ng-show="item.code==4806" style="color: #3B8BD0;padding: 5px 0;left: 0;font-size: 16px;font-family:Microsoft YaHei;position: absolute">认证服务机构权益</div>
- <br>
- <ul ng-show="item.code==4806" style="width: 100%;">
- <a class="photo_img" ng-repeat="item in image4806" style="width: 40%;text-align: center">
- <img ng-src="{{item}}" style="width: 45px;height:45px;">
- <span ng-if="item == './img/2020/xinxiguanli.png'" class="resourcr_memberName" style="white-space: pre-line;color: #A9A9A9">拥有本机构的信息管理权限</span>
- <span ng-if="item == './img/2020/tuijian.png'" class="resourcr_memberName" style="white-space: pre-line;color: #A9A9A9">优先向企业推荐服务</span>
- </a>
- </ul>
- <button class="submit-button2 sbg-blue" ng-show="item.code==4806"
- ng-click="jump(item.title,item.code,item.authenstatus,item.id)" style="font-size: 16px;padding: 5px 0">成为认证服务机构
- </button>
- </div>
- <div style="height: 40px;width: 100%;background-color: #f4f4f4;padding: 14px 10%;text-align: center">
- <span style="display: inline-block;width: 20%;border-top: 1px solid #6A6A6A;margin-bottom:5px;margin-left:10px;height: 1px;"></span>
- <span style="font-size: 18px;color: #6A6A6A;font-family:Microsoft YaHei;">成为认证政府</span>
- <span style="display: inline-block;width: 20%;border-top: 1px solid #6A6A6A;margin-bottom:5px;margin-left:10px;height: 1px;"></span>
- </div>
- <div ng-class="{'i-item':true, 'i-various':false,'item-app1':isapp}"
- ng-repeat="item in personalInfomation.AccreditedInstitution5 track by $index"
- style="height: 160px">
- <div ng-show="item.code==4805" style="color: #3B8BD0;padding: 5px 0;left: 0;font-size: 16px;font-family:Microsoft YaHei;position: absolute">认证政府权益</div>
- <br>
- <ul ng-show="item.code==4805" style="width: 100%;">
- <a class="photo_img" ng-repeat="item in image4805" style="width: 40%;text-align: center">
- <img ng-src="{{item}}" style="width: 45px;height:45px;">
- <span ng-if="item == './img/2020/tequan.png'" class="resourcr_memberName" style="white-space: pre-line;color: #A9A9A9">拥有平台信息的查看特权</span>
- <span ng-if="item == './img/2020/fenxi.png'" class="resourcr_memberName" style="white-space: pre-line;color: #A9A9A9">平台数据智能分析展示和导出</span>
- </a>
- </ul>
- <button class="submit-button2 sbg-blue" ng-show="item.code==4805"
- ng-click="jump(item.title,item.code,item.authenstatus,item.id)" style="font-size: 16px;padding: 5px 0">成为认证政府
- </button>
- </div>
- </ion-content>
- </ion-view>
|