123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843 |
- <ion-view style="background-color:#fff;" view-title="资源详情" ng-if="defaultLan == 'Chinese'">
- <div class="bar bar-header bar-header-blue">
- <div class="button button-icon icon pus_blue"></div>
- <button class="button button-icon icon goback whiteGoBack noneContent" ng-click="goBackPage()"></button>
- <h1 class="bar_title" style="color: #fff" ng-bind="pageTitle"></h1>
- <button class="button ion-ios-more roleActionSet" ng-click="openActionSheet()"
- ng-if="contentList.ishasset || policyResource || isuserInOrg"></button>
- <!-- <div class="buttons" ng-show="hasAuth" style="line-height:34px;padding:0 10px;color:#fff;font-size:19px">
- <div ng-click="showManagmentSheet()">
- <img ng-src="img/2020/manage.png" style="width:35px;height:35px;"/>
- <span style="line-height:34px;padding:0 10px;color:#fff;float: right;">导出</span>
- </div>
- </div> -->
- </div>
- <ion-content class="has-header has-footer contentViewFloor" delegate-handle="calenderContent">
- <!--企业、高校、研究机构等机构单位资源详情-->
- <div style="background: #e8e8e8;padding: 0.5rem">
- <div class="CorporateDetailsHeader">
- <div class="cdh-Avatar">
- <img ng-src="{{resourceDetail.baseInfoModel.logo|imgfilter}}" ng-click="clickup()"
- onerror="javascript:this.src='./img/admin_picter.jpg';">
- <input type="file" name="file" id="file" accept="image/*" ng-model="changeFile" multiple
- style="display:none" />
- </div>
- <div class="resourceSplitWrap">
- <div class="cdh-title">
- <h5>
- <span ng-bind="pageTitle"></span>
- </h5>
- <button class="goToRegister" ng-click="goClaim()"
- ng-if="resourceDetail.baseInfoModel.restype==6&&!resourceDetail.ishasclaim">
- 去认证
- </button>
- </div>
- <ion-scroll class="scroll-label" direction="x" scrollbar-x="false">
- <span ng-if="allLabel.length>0" ng-repeat="labelitem in allLabel" ng-bind="labelitem.labelName"
- ng-click="showResourceAboutTheLabel(labelitem)" on-hold="skipDown($index,labelitem)"></span>
- <span ng-click="addLabel()" style="color: blue">+</span>
- </ion-scroll>
- <!-- <em class="goViewResource"
- ng-if="resourceDetail.baseInfoModel.restype==6 || resourceDetail.baseInfoModel.restype==7"
- ng-click="createNewPage()">
- {{comfrom=='typein'?'录入':'走访'}}<i class="icon ion-ios-arrow-right"></i>
- </em> -->
- <!--<ul class="task-block-label" style="margin-top:10px;">-->
- <!--<!–<li ng-repeat="labelitem in label" ng-bind="labelitem.labelName">{{labelitem.labelName}}</li>–>-->
- <!--<li ng-repeat="labelitem in label" ng-bind="labelitem.labelName" ng-click="showResourceAboutTheLabel(labelitem)"></li>-->
- <!--<li style="border:none;color:#5babe6;" ng-show="showCollapse.label" ng-click="showMoreLabel()">-->
- <!--<span ng-show="showCollapse.showMore">更多标签>></span>-->
- <!--<span ng-show="!showCollapse.showMore"><<收起</span>-->
- <!--</li>-->
- <!--</ul>-->
- </div>
- </div>
- </div>
- <ul class="task-holl-titles" ng-if="node=='320117400'&&privateName=='企业库'">
- <li ng-repeat=" r in allData track by $index" style="width: 100%;text-align: center;padding: 5px"
- ng-class="{'taskholl-actives':r.ishiddensection}" ng-click="changeSelecteds($index)">{{r.title}}
- </li>
- </ul>
- <!--基本信息的其余信息-->
- <!--<ul class="detailListWrap" ng-repeat=" r in scrollTitle track by $index" ng-init="outerIndex=$index" ng-if="r.unitlist.length">-->
- <ul class="detailListWrap" ng-repeat=" r in allData track by $index" ng-init="outerIndex=$index"
- ng-if="r.unitListLength">
- <!--信息头部-->
- <li class="titleFloor" ng-click="isHiddenAction(outerIndex)" ng-if="node!='320117400'||privateName!='企业库'">
- <span ng-bind="r.title"></span>
- <i
- ng-class="{'ion-ios-arrow-down':!r.ishiddensection,'ion-ios-arrow-up':r.ishiddensection,'ionicArrowFr':true}"></i>
- </li>
- <li ng-show="r.ishiddensection" class="baseUnitFormWrap">
- <br ng-if="" />
- <div ng-repeat="i in r.unitlist track by $index" ng-init="innerIndex=$index" class="baseUnitForm"
- ng-if="i.contentflag!=0&&i.type!='hidden'&&i.contentflag!=null;" ng-style="{width:i.title=='年份'||i.title=='知识产权名称'||i.title=='姓名'
- ||i.title=='需求名称'||i.title=='名称'?'100%':'',
- borderTop:i.title=='年份'||i.title=='知识产权名称'||i.title=='姓名'
- ||i.title=='需求名称'||i.title=='名称'?'1px #a6a6a7 dashed':''}">
- <label>
- <span ng-bind="i.title"></span>
- </label>
- <!--非简介部分-->
- <div ng-if="i.title[i.title.length-1] !='介'">
- <div ng-if="i.title == '高校等级' || i.title == '成熟度' || i.title == '合作模式' || i.title == '学位' ||
- i.title == '研究领域' || i.title == '职称' || i.title == '需求类型' || i.title == '合作模式' ||
- i.title == '行业信息' || i.title == '高企' || i.title == '企业规模'">
- <span style='color:blue' ng-bind="i.content" ng-click="showSameLabelResource(i.content)">
- </span>
- </div>
- <div ng-if="i.title != '高校等级' && i.title != '成熟度' && i.title != '合作模式' && i.title != '学位' &&
- i.title != '研究领域' && i.title != '职称' && i.title != '需求类型' && i.title != '合作模式' &&
- i.title != '行业信息' && i.title != '高企' && i.title != '企业规模'">
- <!-- <span-->
- <!-- ng-bind-html="(i.showCode== 2602 || i.showCode == undefined) && i.title != '政策链接地址' ? i.content:i.showCodeName"-->
- <!-- ng-click="i.showCode == 2600?isCanApply(i.authorityid):i.showCode == 2603?isApplyAuthority(i.authorityid):showSelectedBox(i.linkList?i.linkList[1]:undefined,$index,outerIndex)"-->
- <!-- ng-class="{'isApplyClass':i.showCode == 2600,'isPrivateApplyClass':i.showCode == 2603,'spanWrapContent':true, 'hasLink':i.hasurl>0&&i.linkList&&i.linkList.length>0}"-->
- <!-- ng-if="i.addimg!=1"></span>-->
- <span
- ng-bind-html="(i.showCode== 2602 || i.showCode == undefined) && i.title != '政策链接地址' ? i.content:i.showCodeName">
- </span>
- <span ng-if="(i.showCode== 2602 || i.showCode == undefined ) && i.title == '政策链接地址' && i.addimg!=1"
- ng-click="clickThis(i.content)"
- ng-class="{'isApplyClass':i.showCode == 2600,'isPrivateApplyClass':i.showCode == 2603,'spanWrapContent':true, 'hasLink':i.hasurl>0&&i.linkList&&i.linkList.length>0}">
- {{i.content}}
- </span>
- </div>
- </div>
- <!--简介部分-->
- <span ng-if="i.title[i.title.length-1] == '介' && r.title == '基本信息'"
- ng-repeat="labelArr in labelList track by $index">
- <span ng-repeat="label in labelArr track by $index">
- <span ng-if="label[0] == 't'" style="color:blue"
- ng-click="showSameLabelResource(label.substring(1, label.length))"
- ng-bind-html="label.substring(1, label.length)"></span>
- <span ng-if="label[0] != 't'" ng-bind-html="label"></span>
- </span>
- </span>
- <span ng-if="i.title[i.title.length-1] == '介' && r.title != '基本信息'" ng-bind-html="i.content">
- <!--<span>{{i.content}}</span>-->
- </span>
- <ion-scroll scroll="true" has-bouncing="true" direction="x" scrollbar-x="false" delegate-handle="scrollimage"
- class="photo_div" ng-show="i.addimg==1&&i.imageList.length>0;" style="overflow-x:hidden;overflow-y:hidden;">
- <a class="photo_img" ng-repeat="image in i.imageList track by $index" ng-init="imgIndex=$index">
- <img ng-src="{{image.originalName|imgfilter}}" onerror="javascript:this.src='./img/fens.png';"
- style="width:100%;height:85px;border-radius:0;border:none;" class="back-img"
- ng-click="shouBigImage(outerIndex,innerIndex,imgIndex)" />
- </a>
- </ion-scroll>
- <ul class="jump-link" ng-show="showSelectLink">
- <li ng-repeat="item in i.linkList track by $index" ng-init="jumpIndex=$index"
- ng-click="jumpToLink(item,innerIndex,outerIndex,jumpIndex)">
- <span ng-bind="item.title" style="margin:0 10px 0 0;"></span>
- <span ng-bind="item.school"></span>
- </li>
- </ul>
- </div>
- </li>
- </ul>
- <div class="item" ng-if="node == '330122000' && showMonthReport" style="color:blue" ng-click="goToMonthReport()">
- 月报数据
- </div>
- <div class="item" ng-if="node == '330122000' && showMonthReport" style="color:blue" ng-click="goToYearReport()">
- 年报数据
- </div>
- <!--发布者此模块应该是该机构的管理者通过认证才会显示的-->
- <section class="reDetailPublisher">
- <span class="reDetailPublisherInfoLeft" ng-click="goPublisher(resourceDetail.userModel.userid)">
- <img ng-src="{{resourceDetail.userModel.photo|imgfilter}}"
- onerror="javascript:this.src='./img/admin_picter.jpg';">
- <i class="ion-social-vimeo" ng-if="false"></i>
- </span>
- <span class="reDetailPublisherInfoRight" ng-click="goPublisher(resourceDetail.userModel.userid)">
- <h3 ng-bind="resourceDetail.userModel.username"></h3>
- </span>
- <span class="reDetailPublisherInfoRightF">
- <em><a ng-bind="resourceDetail.createtime|datesubstring10"></a>发布</em>
- <!--<i class="ion-location"><b ng-bind="resourceDetail.reDetailPublisher.location"></b></i>-->
- </span>
- <div class="commentPoint">
- <span ng-class="{'sml-rank-stars':true}">
- <a class="sml-strY" ng-style="{width:resourceDetail.userModel.scoretotal/5*100 +'%'}"></a>
- </span>
- <em class="review-score"><b ng-bind="resourceDetail.userModel.scoretotal"></b>分</em>
- <!--<em class="review-num"><b ng-bind="resourceDetail.userModel.fansNmb"></b>个粉丝</em>-->
- </div>
- </section>
- <!--对于资源详情的用户交互操作-->
- <ul class="deTailActionSheet notIndustryActionSheet">
- <!-- <li ng-click="praiseAction(TRACE_TYPE_2617, resourceDetail.id, TABLE_CODE_30001, 0)"
- ng-if="!resourceDetail.focus && userId!=resourceDetail.userModel.userid">+关注
- </li>
- <li ng-click="praiseAction(TRACE_TYPE_2618, resourceDetail.id, TABLE_CODE_30001, 0)" class="re_redBgWrap"
- ng-if="resourceDetail.focus && userId!=resourceDetail.userModel.userid">已关注
- </li> -->
- <li ng-click="praiseAction(TRACE_TYPE_2619, resourceDetail.id, TABLE_CODE_30001, 0)"
- ng-if="!resourceDetail.collect">收藏
- </li>
- <li ng-click="praiseAction(TRACE_TYPE_2620, resourceDetail.id, TABLE_CODE_30001, 0)" class="re_redBgWrap"
- ng-if="resourceDetail.collect">已收藏
- </li>
- <li ng-click="openShare()">分享</li>
- </ul>
- <!--点赞-->
- <div class="praiseAction">
- <span
- ng-click="praiseAction(resourceDetail.favour?TRACE_TYPE_2616:TRACE_TYPE_2615, resourceDetail.id, TABLE_CODE_30001, 0)"
- ng-class="{'ion-thumbsup':!resourceDetail.favour,'ion-thumbsup redThunbsup':resourceDetail.favour}"></span>
- <em class="praiseNum" ng-bind="resourceDetail.favourcount + '个赞'"></em>
- </div>
- <!--资源履历信息-->
- <!-- <section ng-if="historyList.length > 0" class="resourceClassFloor showSectionBorder">
- <h5 class="itemHeader" style="top: 7px;">{{historyList.length+'人次历史'+(comfrom!='typein'?'走访':'录入')}}</h5>
- <div ng-repeat="visiterContent in historyList track by $index">
- <!~~走访者~~>
- <section class="reDetailPublisher">
- <span class="reDetailPublisherInfoLeft" ng-click="goPublisher(visiterContent.userModel.userid)">
- <img ng-src="{{visiterContent.userModel.photo|imgfilter}}"
- onerror="javascript:this.src='./img/admin_picter.jpg';">
- <i class="ion-social-vimeo" ng-if="false"></i>
- </span>
- <span class="reDetailPublisherInfoRight" ng-click="goPublisher(visiterContent.userModel.userid)">
- <h3 ng-bind="visiterContent.userModel.username"></h3>
- <!~~认证个人/认证专家~~>
- <!~~<em ng-bind="visiterContent.visitor.authenticationType"></em>~~>
- </span>
- <span class="reDetailPublisherInfoRightF">
- <em>{{visiterContent.createtime|datesubstring10}}{{comfrom!='typein'?'走访':'录入'}}</em>
- <!~~常州~~>
- <!~~<i class="ion-location"><b ng-bind="visiterContent.visitor.location"></b></i>~~>
- </span>
- <div class="commentPoint">
- <span ng-class="{'sml-rank-stars':true}">
- <a class="sml-strY" style="width:{{100*visiterContent.userModel.scoretotal/5}}%"></a>
- </span>
- <em class="review-score"><b ng-bind="visiterContent.userModel.scoretotal"></b>分</em>
- <em class="review-num"><b ng-bind="visiterContent.userModel.fansNmb"></b>个粉丝</em>
- </div>
- <div class="isShowVisitContent">
- <span ng-if="!visiterContent.isShowVisitContent"
- ng-click="opencardWrap($index)">展开{{comfrom!='typein'?'走访':'录入'}}</span>
- <span ng-if="visiterContent.isShowVisitContent"
- ng-click="opencardHiddenWrap($index)">收起{{comfrom!='typein'?'走访':'录入'}}</span>
- <em
- ng-class="{'ion-android-arrow-down':!visiterContent.isShowVisitContent,'ion-android-arrow-up':visiterContent.isShowVisitContent}"></em>
- <em class="goViewResource"
- ng-click="copyAndNewPage(visiterContent.templettype, visiterContent.id,visiterContent.node,visiterContent.pagecode)">
- 复制<i class="icon ion-ios-arrow-right"></i>
- </em>
- </div>
- </section>
- <!~~走访记录~~>
- <section ng-show="visiterContent.isShowVisitContent">
- <!~~基本信息的其余信息~~>
- <ul class="detailListWrap" ng-repeat=" r in historyList[$index].infoSectionList track by $index">
- <li class="titleFloor" ng-click="isVisitHiddenAction($index,$parent.$index)">
- <span ng-bind="r.title"></span>
- <i
- ng-class="{'ion-ios-arrow-down':!r.ishiddensection,'ion-ios-arrow-up':r.ishiddensection,'ionicArrowFr':true}"></i>
- </li>
- <li ng-show="r.ishiddensection" class="baseUnitFormWrap">
- <div ng-repeat="i in r.unitlist track by $index" class="baseUnitForm"
- ng-if="i.contentflag!=0&&i.type!='hidden'">
- <label>
- <span ng-bind="i.title"></span>
- </label>
- <span ng-bind="i.showCode== 2602 || i.showCode == undefined?i.content:i.showCodeName" ng-click="i.showCode == 2600?isCanApply(i.authorityid):
- i.showCode == 2603?isApplyAuthority(i.authorityid):showSelectedBox(null,$index,outerIndex)"
- ng-class="{'isApplyClass':i.showCode == 2600,'isPrivateApplyClass':i.showCode == 2603,'spanWrapContent':true, 'hasLink':i.hasurl>0&&i.linkList&&i.linkList.length>0}"
- ng-if="i.toggle==0&&i.addimg!=1">
- </span>
- <span ng-bind="i.showCode== 2602 || i.showCode == undefined?i.content==1?'是':'否':i.showCodeName"
- ng-click="i.showCode == 2600?isCanApply(i.authorityid):
- i.showCode == 2603?isApplyAuthority(i.authorityid):''"
- ng-class="{'isApplyClass':i.showCode == 2600,'isPrivateApplyClass':i.showCode == 2603,'spanWrapContent':true}"
- ng-if="i.toggle==1&&i.addimg!=1">
- </span>
- <ion-scroll scroll="true" has-bouncing="true" direction="x" scrollbar-x="false"
- delegate-handle="scrollimage" class="photo_div" ng-show="i.addimg==1&&imgUrlList.length>0;"
- style="overflow-x:hidden;overflow-y:hidden;">
- <a class="photo_img" ng-repeat="image in imgUrlList track by $index">
- <img ng-src="{{image.photoName|imgfilter}}" style="width:100%;height:85px;" class="back-img"
- ng-click="shouBigImage($index)" />
- </a>
- </ion-scroll>
- <ul class="jump-link" ng-show="showSelectLink">
- <li ng-repeat="item in i.linkList track by $index" ng-init="innerIndex=$index"
- ng-click="showSelectedBox(item,$index,outerIndex,innerIndex)">
- <span ng-bind="item.title" style="margin:0 10px 0 0;"></span>
- <span ng-bind="item.school"></span>
- </li>
- </ul>
- </div>
- </li>
- </ul>
- </section>
- </div>
- </section>-->
- <p style="text-align: center; color: #a6a6a7;margin-top: 40px;" ng-if="historyList.length > 0">没有更多了哦~</p>
- <!-- <div class="emptyDiscussDatelistWrap"
- ng-if="(restype!=30&&restype!=31&&restype!=32&&restype!=33&&restype!=34)&&(historyList==undefined||historyList.length==0)"
- style="top: 0">
- <i class="empty_discussDatelist"></i>
- <p class="empty_p">亲,暂无{{comfrom!='typein'?'走访':'录入'}}信息哦~</p>
- </div> -->
- <!--评价部分-->
- <!--<div class="all_commentFloor">
- <p class="all_commentFloorTit" ng-if="comments.length>0"><em>{{comments.length}}</em>评论</p>
- <div id="all_discuss">
- <div ng-repeat="comment in comments| limitTo:3" class="commentFloorWrap">
- <img ng-src="{{comment.creatorModel.photo | imgfilter}}"
- onerror="javascript:this.src='./img/admin_picter.jpg';"
- style="border-radius: 50%;width:35px;height: 35px;float: left;position: relative;"
- ng-click="goPublisher(comment.creatorModel.userid)">
- <p class="content-node">
- <i ng-click="goPublisher(comment.creatorModel.userid)">{{comment.creatorModel.username}}</i>
- <span ng-if="!comment.favour" ng-class="{'content-zan du_discuss':true,'':comment.favour}"
- ng-click="praiseAction(TRACE_TYPE_2615, comment.id, TABLE_CODE_30002, $index)">
- <b>{{comment.favourcount}}</b>
- </span>
- <!~~ 取消点赞 ~~>
- <span ng-if="comment.favour"
- ng-class="{'content-zan du_discuss':true,'w_zan':comment.favour,'animateFavour':!comment.favour}"
- ng-click="praiseAction(TRACE_TYPE_2616, comment.id, TABLE_CODE_30002, $index)">
- <b>{{comment.favourcount}}</b>
- </span>
- </p>
- <p class="comment-content" ng-click="goComment(comment)">{{comment.content}}</p>
- <span class="review_data" ng-click="goComment(comment)">{{comment.createtime |
- datesubstring}}<span>{{comment.commcount==0?'':comment.commcount+'条'}}回复></span></span>
- </div>
- <div ng-if="comments.length>3"
- style="width: 100%;height:30px;line-height: 30px;position: relative;text-align: center;font-size: 12px;margin-bottom: 25px;">
- <span style="color:#2095ee; height: 100%;float: left;width: 110px;position:absolute;left: 35%;"
- ui-sref="comment({mode:2, infoid:resourceDetail.id, infotype:resourceDetail.restype})">继续查看更多评论></span>
- </div>
- <div style="width: 100%;height:120px;position: relative;top:8px;"
- ng-if="comments==undefined||comments.length==0;" ng-click="hadSoft()">
- <i id="empty_discuss"></i>
- <p class="empty_p">暂无评论,点击抢沙发</p>
- </div>
- </div>
- </div>-->
- <!--加载等待页-->
- <section class="loadingPageFloor" ng-if="isloadingPageFloor">
- <div>
- <!--<ion-spinner icon="ios-small"></ion-spinner>-->
- <ion-spinner icon="bubbles" class="spinner-calm"></ion-spinner>
- <h4>努力加载中</h4>
- </div>
- </section>
- <!--加载失败-->
- <!--<section class="loadingPageFail" ng-if="isloadingPageFail">
- <div class="null_internet" ng-click="repeatLoad()">
- <span class="null_internet_span">网络异常</span>
- <span style="display: block;line-height: 30px;">点击屏幕重新加载</span>
- </div>
- </section>-->
- </ion-content>
- <!--底部标签区域-->
- <!-- <div class="comment_bottom" ng-if="showComment">-->
- <!-- <label class="item-input-wrapper" ng-if="true">-->
- <!-- <input type="text" placeholder="写评论..." class="write_p" id="write_see" ng-focus="focus_write()">-->
- <!-- </label>-->
- <!-- <div>-->
- <!-- <button class="pus_button" ng-click="goCommentList()" ng-if="true">-->
- <!-- <span class="pin_lun">-->
- <!-- <!–<span ng-if="commentlist.length>0" ng-class="{'red-number':commentlist.length>0}" >{{commentlist.length}}</span>–>-->
- <!-- </span>-->
- <!-- </button>-->
- <!-- <!–<span ng-if="true" id="five_xin" ng-class="{'five_xin':resourceDetail.collect}"–>-->
- <!-- <!–ng-click="praiseAction(resourceDetail.collect?TRACE_TYPE_2620:TRACE_TYPE_2619, resourceDetail.id, TABLE_CODE_30001, 0)"></span>–>-->
- <!-- <span ng-if="false" id="z_fa" ng-click="openShare()"></span>-->
- <!-- </div>-->
- <!-- </div>-->
- <!--简单回复区域-->
- <ion-footer-bar ng-if="!showComment" class="comment_div" keyboard-attach style="height: 170px;">
- <textarea autofocus style="top:0;" class="my_comment" name="comment" placeholder="优质评论将会被优先展示" required
- ng-model="comment.content" ng-change="commentValue(comment.content)"></textarea>
- <div id="commentform">
- <!--<button class="comment_phone" ng-click="releaseComment()"></button>-->
- <button class="comment_submit" ng-style="commentNotnull" ng-click="publishComment(1,{});"
- ng-disabled="comment.content==undefined||comment.content.length==0;">发表
- </button>
- </div>
- </ion-footer-bar>
- <div ng-if="!showComment" class="comment_background" ng-click="hiddenComment()"></div>
- <!--图片放大区域-->
- <div id="rightDisplay" ng-show="bigImage" class="popover-backdrop">
- <ion-slide-box auto-play="false" does-continue="false" show-pager="true" delegate-handle="slide_detail">
- <ion-slide ng-repeat="pic in imgUrlList track by $index" style="background-color:#000;">
- <div class="pinch-zoom" style="width: 100%;height:100%;">
- <img class="img-responsive bigimage" ng-src="{{pic.originalName | picturefilter}}"
- ng-click="hideBigImage()" />
- </div>
- </ion-slide>
- </ion-slide-box>
- </div>
- <!--分享区域-->
- <div class="detail_ionicpop" ng-show="shareflg">
- <div class="closeShare" ng-click="closeShareBox()"></div>
- <div class="ionicPop_div">
- <ion-scroll direction="x" scrollbar-x="false" class="p_Chanel">
- <span class="share_path">分享到:</span>
- <a ng-click="shareMessage(3)"><i class="share_first"></i><span>微信朋友圈</span></a>
- <a ng-click="shareMessage(2)" ng-if="isapp"><i class="share_second"></i><span>微信好友</span></a>
- <!--<a ng-click="shareMessage(0)"><i class="share_third"></i><span>手机QQ</span></a>-->
- <!--<a ng-click="shareMessage(1)"><i class="share_four"></i><span>QQ空间</span></a>-->
- </ion-scroll>
- <div class="cancelPop" ng-click="closeShareBox()">取消</div>
- </div>
- </div>
- <div ng-if="isWechat" ng-show="showMessage" class="container">
- <div class="message-box">{{messageTitle}}</div>
- </div>
- <div class="share-box" ng-if="!isapp" ng-show="showShareWechat">
- <div class="share-title">
- <span>分享到微信</span>
- <a ng-click="closeShare()" class="close-share-button">×</a>
- </div>
- <div id="qrcode-dialog1" class="qrcode-dialog"></div>
- <div>打开微信“扫一扫”,打开网页后点击屏幕右上角分享按钮</div>
- </div>
- </ion-view>
- <ion-view style="background-color:#fff;" view-title="Resources for details" ng-if="defaultLan == 'English'">
- <div class="bar bar-header bar-header-blue">
- <div class="button button-icon icon pus_blue"></div>
- <button class="button button-icon icon goback whiteGoBack noneContent" ng-click="goBackPage()"></button>
- <h1 class="bar_title" style="color: #fff" ng-bind="pageTitle"></h1>
- <button class="button ion-ios-more roleActionSet" ng-click="openActionSheet()"
- ng-if="contentList.ishasset || policyResource || isuserInOrg"></button>
- </div>
- <ion-content class="has-header has-footer contentViewFloor" delegate-handle="calenderContent">
- <!--企业、高校、研究机构等机构单位资源详情-->
- <div class="successArrangeWrap companyListContentWrap">
- <div class="companyListWrap">
- <div class="resourceSplitWrap">
- <img ng-src="{{resourceDetail.baseInfoModel.logo|imgfilter}}"
- onerror="javascript:this.src='./img/admin_picter.jpg';">
- <div class="companyContent">
- <h5>
- <span ng-bind="pageTitle"></span>
- </h5>
- <button class="goToRegister" ng-click="goClaim()"
- ng-if="resourceDetail.baseInfoModel.restype==6&&!resourceDetail.ishasclaim">To identify
- </button>
- <em class="goViewResource"
- ng-if="resourceDetail.baseInfoModel.restype==6 || resourceDetail.baseInfoModel.restype==7"
- ng-click="createNewPage()">
- {{comfrom=='typein'?'entering ':'interview '}}<i class="icon ion-ios-arrow-right"></i>
- </em>
- </div>
- <!--<ul class="task-block-label" style="margin-top:10px;">-->
- <!--<!–<li ng-repeat="labelitem in label" ng-bind="labelitem.labelName">{{labelitem.labelName}}</li>–>-->
- <!--<li ng-repeat="labelitem in label" ng-bind="labelitem.labelName" ng-click="showResourceAboutTheLabel(labelitem)"></li>-->
- <!--<li style="border:none;color:#5babe6;" ng-show="showCollapse.label" ng-click="showMoreLabel()">-->
- <!--<span ng-show="showCollapse.showMore">更多标签>></span>-->
- <!--<span ng-show="!showCollapse.showMore"><<收起</span>-->
- <!--</li>-->
- <!--</ul>-->
- </div>
- <ion-scroll class="scroll-label" direction="x" scrollbar-x="false">
- <span ng-if="allLabel.length>0" ng-repeat="labelitem in allLabel" ng-bind="labelitem.labelName"
- ng-click="showResourceAboutTheLabel(labelitem)" on-hold="skipDown($index,labelitem)"></span>
- <span ng-click="addLabel()" style="color: blue">+</span>
- </ion-scroll>
- <!--基本信息的其余信息-->
- <!--<ul class="detailListWrap" ng-repeat=" r in scrollTitle track by $index" ng-init="outerIndex=$index" ng-if="r.unitlist.length">-->
- <ul class="detailListWrap" ng-repeat=" r in allData track by $index" ng-init="outerIndex=$index"
- ng-if="r.unitListLength">
- <!--信息头部-->
- <li class="titleFloor" ng-click="isHiddenAction(outerIndex)">
- <span ng-bind="r.title"></span>
- <i
- ng-class="{'ion-ios-arrow-down':!r.ishiddensection,'ion-ios-arrow-up':r.ishiddensection,'ionicArrowFr':true}"></i>
- </li>
- <li ng-show="r.ishiddensection" class="baseUnitFormWrap">
- <div ng-repeat="i in r.unitlist track by $index" ng-init="innerIndex=$index" class="baseUnitForm"
- ng-if="i.contentflag!=0&&i.type!='hidden';">
- <label>
- <span ng-bind="i.title"></span>
- </label>
- <!--非简介部分-->
- <div ng-if="i.title[i.title.length-1] !='介'">
- <div ng-if="i.title == '高校等级' || i.title == '成熟度' || i.title == '合作模式' || i.title == '学位' ||
- i.title == '研究领域' || i.title == '职称' || i.title == '需求类型' || i.title == '合作模式' ||
- i.title == '行业信息' || i.title == '高企' || i.title == '企业规模'">
- <span style='color:blue' ng-bind="i.content" ng-click="showSameLabelResource(i.content)"></span>
- </div>
- <div ng-if="i.title != '高校等级' && i.title != '成熟度' && i.title != '合作模式' && i.title != '学位' &&
- i.title != '研究领域' && i.title != '职称' && i.title != '需求类型' && i.title != '合作模式' &&
- i.title != '行业信息' && i.title != '高企' && i.title != '企业规模'">
- <span
- ng-bind-html="(i.showCode== 2602 || i.showCode == undefined) && i.title != '政策链接地址' ? i.content:i.showCodeName"
- ng-click="i.showCode == 2600?isCanApply(i.authorityid):i.showCode == 2603?isApplyAuthority(i.authorityid):showSelectedBox(i.linkList?i.linkList[1]:undefined,$index,outerIndex)"
- ng-class="{'isApplyClass':i.showCode == 2600,'isPrivateApplyClass':i.showCode == 2603,'spanWrapContent':true, 'hasLink':i.hasurl>0&&i.linkList&&i.linkList.length>0}"
- ng-if="i.addimg!=1">
- </span>
- <span ng-if="(i.showCode== 2602 || i.showCode == undefined ) && i.title == '政策链接地址' && i.addimg!=1"
- ng-click="clickThis(i.content)"
- ng-class="{'isApplyClass':i.showCode == 2600,'isPrivateApplyClass':i.showCode == 2603,'spanWrapContent':true, 'hasLink':i.hasurl>0&&i.linkList&&i.linkList.length>0}">
- {{i.content}}
- </span>
- </div>
- </div>
- <!--简介部分-->
- <span ng-if="i.title[i.title.length-1] == '介' && r.title == '基本信息'"
- ng-repeat="labelArr in labelList track by $index">
- <span ng-repeat="label in labelArr track by $index">
- <span ng-if="label[0] == 't'" style="color:blue"
- ng-click="showSameLabelResource(label.substring(1, label.length))"
- ng-bind-html="label.substring(1, label.length)"></span>
- <span ng-if="label[0] != 't'" ng-bind-html="label"></span>
- </span>
- </span>
- <span ng-if="i.title[i.title.length-1] == '介' && r.title != '基本信息'" ng-bind-html="i.content">
- <!--<span>{{i.content}}</span>-->
- </span>
- <ion-scroll scroll="true" has-bouncing="true" direction="x" scrollbar-x="false"
- delegate-handle="scrollimage" class="photo_div" ng-show="i.addimg==1&&i.imageList.length>0;"
- style="overflow-x:hidden;overflow-y:hidden;">
- <a class="photo_img" ng-repeat="image in i.imageList track by $index" ng-init="imgIndex=$index">
- <img ng-src="{{image.originalName|imgfilter}}" onerror="javascript:this.src='./img/fens.png';"
- style="width:100%;height:85px;border-radius:0;border:none;" class="back-img"
- ng-click="shouBigImage(outerIndex,innerIndex,imgIndex)" />
- </a>
- </ion-scroll>
- <ul class="jump-link" ng-show="showSelectLink">
- <li ng-repeat="item in i.linkList track by $index" ng-init="jumpIndex=$index"
- ng-click="jumpToLink(item,innerIndex,outerIndex,jumpIndex)">
- <span ng-bind="item.title" style="margin:0 10px 0 0;"></span>
- <span ng-bind="item.school"></span>
- </li>
- </ul>
- </div>
- </li>
- </ul>
- </div>
- <div class="item" ng-if="node == '330122000' && showMonthReport" style="color:blue" ng-click="goToMonthReport()">
- Monthly data
- </div>
- <div class="item" ng-if="node == '330122000' && showMonthReport" style="color:blue" ng-click="goToYearReport()">
- The annual report data
- </div>
- <!--发布者此模块应该是该机构的管理者通过认证才会显示的-->
- <section class="reDetailPublisher">
- <span class="reDetailPublisherInfoLeft" ng-click="goPublisher(resourceDetail.userModel.userid)">
- <img ng-src="{{resourceDetail.userModel.photo|imgfilter}}"
- onerror="javascript:this.src='./img/admin_picter.jpg';">
- <i class="ion-social-vimeo" ng-if="false"></i>
- </span>
- <span class="reDetailPublisherInfoRight" ng-click="goPublisher(resourceDetail.userModel.userid)">
- <h3 ng-bind="resourceDetail.userModel.username"></h3>
- </span>
- <span class="reDetailPublisherInfoRightF">
- <em><a ng-bind="resourceDetail.createtime|datesubstring10"></a>publish</em>
- <!--<i class="ion-location"><b ng-bind="resourceDetail.reDetailPublisher.location"></b></i>-->
- </span>
- <div class="commentPoint">
- <span ng-class="{'sml-rank-stars':true}">
- <a class="sml-strY" ng-style="{width:resourceDetail.userModel.scoretotal/5*100 +'%'}"></a>
- </span>
- <em class="review-score"><b ng-bind="resourceDetail.userModel.scoretotal"></b>points</em>
- <em class="review-num"><b ng-bind="resourceDetail.userModel.fansNmb"></b>fans</em>
- </div>
- </section>
- <!--对于资源详情的用户交互操作-->
- <ul class="deTailActionSheet notIndustryActionSheet">
- <li ng-click="praiseAction(TRACE_TYPE_2617, resourceDetail.id, TABLE_CODE_30001, 0)"
- ng-if="!resourceDetail.focus && userId!=resourceDetail.userModel.userid">+attention
- </li>
- <li ng-click="praiseAction(TRACE_TYPE_2618, resourceDetail.id, TABLE_CODE_30001, 0)" class="re_redBgWrap"
- ng-if="resourceDetail.focus && userId!=resourceDetail.userModel.userid">followed
- </li>
- <li ng-click="praiseAction(TRACE_TYPE_2619, resourceDetail.id, TABLE_CODE_30001, 0)"
- ng-if="!resourceDetail.collect">collect
- </li>
- <li ng-click="praiseAction(TRACE_TYPE_2620, resourceDetail.id, TABLE_CODE_30001, 0)" class="re_redBgWrap"
- ng-if="resourceDetail.collect">have already collected
- </li>
- <li ng-click="openShare()">share</li>
- </ul>
- <!--点赞-->
- <div class="praiseAction">
- <span
- ng-click="praiseAction(resourceDetail.favour?TRACE_TYPE_2616:TRACE_TYPE_2615, resourceDetail.id, TABLE_CODE_30001, 0)"
- ng-class="{'ion-thumbsup':!resourceDetail.favour,'ion-thumbsup redThunbsup':resourceDetail.favour}"></span>
- <em class="praiseNum" ng-bind="resourceDetail.favourcount + 'assists'"></em>
- </div>
- </div>
- <!--资源履历信息-->
- <section ng-if="historyList.length > 0" class="resourceClassFloor showSectionBorder">
- <h5 class="itemHeader" style="top: 7px;">
- {{historyList.length+'person-timehistory'+(comfrom!='typein'?'interview':'entering')}}</h5>
- <div ng-repeat="visiterContent in historyList track by $index">
- <!--走访者-->
- <section class="reDetailPublisher">
- <span class="reDetailPublisherInfoLeft" ng-click="goPublisher(visiterContent.userModel.userid)">
- <img ng-src="{{visiterContent.userModel.photo|imgfilter}}"
- onerror="javascript:this.src='./img/admin_picter.jpg';">
- <i class="ion-social-vimeo" ng-if="false"></i>
- </span>
- <span class="reDetailPublisherInfoRight" ng-click="goPublisher(visiterContent.userModel.userid)">
- <h3 ng-bind="visiterContent.userModel.username"></h3>
- <!--认证个人/认证专家-->
- <!--<em ng-bind="visiterContent.visitor.authenticationType"></em>-->
- </span>
- <span class="reDetailPublisherInfoRightF">
- <em>{{visiterContent.createtime|datesubstring10}}{{comfrom!='typein'?'interview':'entering'}}</em>
- <!--常州-->
- <!--<i class="ion-location"><b ng-bind="visiterContent.visitor.location"></b></i>-->
- </span>
- <div class="commentPoint">
- <span ng-class="{'sml-rank-stars':true}">
- <a class="sml-strY" ng-style="width:{{100*visiterContent.userModel.scoretotal/5}}%"></a>
- </span>
- <em class="review-score"><b ng-bind="visiterContent.userModel.scoretotal"></b>points</em>
- <em class="review-num"><b ng-bind="visiterContent.userModel.fansNmb"></b>fans</em>
- </div>
- <div class="isShowVisitContent">
- <span ng-if="!visiterContent.isShowVisitContent"
- ng-click="opencardWrap($index)">unfold{{comfrom!='typein'?'interview':'entering'}}</span>
- <span ng-if="visiterContent.isShowVisitContent" ng-click="opencardHiddenWrap($index)">pack
- up{{comfrom!='typein'?'interview':'entering'}}</span>
- <em
- ng-class="{'ion-android-arrow-down':!visiterContent.isShowVisitContent,'ion-android-arrow-up':visiterContent.isShowVisitContent}"></em>
- <em class="goViewResource"
- ng-click="copyAndNewPage(visiterContent.templettype, visiterContent.id,visiterContent.node,visiterContent.pagecode)">
- copy<i class="icon ion-ios-arrow-right"></i>
- </em>
- </div>
- </section>
- <!--走访记录-->
- <section ng-show="visiterContent.isShowVisitContent">
- <!--基本信息的其余信息-->
- <ul class="detailListWrap" ng-repeat=" r in historyList[$index].infoSectionList track by $index">
- <li class="titleFloor" ng-click="isVisitHiddenAction($index,$parent.$index)">
- <span ng-bind="r.title"></span>
- <i
- ng-class="{'ion-ios-arrow-down':!r.ishiddensection,'ion-ios-arrow-up':r.ishiddensection,'ionicArrowFr':true}"></i>
- </li>
- <li ng-show="r.ishiddensection" class="baseUnitFormWrap">
- <div ng-repeat="i in r.unitlist track by $index" class="baseUnitForm"
- ng-if="i.contentflag!=0&&i.type!='hidden'">
- <label>
- <span ng-bind="i.title"></span>
- </label>
- <span ng-bind="i.showCode== 2602 || i.showCode == undefined?i.content:i.showCodeName" ng-click="i.showCode == 2600?isCanApply(i.authorityid):
- i.showCode == 2603?isApplyAuthority(i.authorityid):showSelectedBox(null,$index,outerIndex)"
- ng-class="{'isApplyClass':i.showCode == 2600,'isPrivateApplyClass':i.showCode == 2603,'spanWrapContent':true, 'hasLink':i.hasurl>0&&i.linkList&&i.linkList.length>0}"
- ng-if="i.toggle==0&&i.addimg!=1">
- </span>
- <span ng-bind="i.showCode== 2602 || i.showCode == undefined?i.content==1?'yes':'no':i.showCodeName"
- ng-click="i.showCode == 2600?isCanApply(i.authorityid):
- i.showCode == 2603?isApplyAuthority(i.authorityid):''"
- ng-class="{'isApplyClass':i.showCode == 2600,'isPrivateApplyClass':i.showCode == 2603,'spanWrapContent':true}"
- ng-if="i.toggle==1&&i.addimg!=1">
- </span>
- <ion-scroll scroll="true" has-bouncing="true" direction="x" scrollbar-x="false"
- delegate-handle="scrollimage" class="photo_div" ng-show="i.addimg==1&&imgUrlList.length>0;"
- style="overflow-x:hidden;overflow-y:hidden;">
- <a class="photo_img" ng-repeat="image in imgUrlList track by $index">
- <img ng-src="{{image.photoName|imgfilter}}" style="width:100%;height:85px;" class="back-img"
- ng-click="shouBigImage($index)" />
- </a>
- </ion-scroll>
- <ul class="jump-link" ng-show="showSelectLink">
- <li ng-repeat="item in i.linkList track by $index" ng-init="innerIndex=$index"
- ng-click="showSelectedBox(item,$index,outerIndex,innerIndex)">
- <span ng-bind="item.title" style="margin:0 10px 0 0;"></span>
- <span ng-bind="item.school"></span>
- </li>
- </ul>
- </div>
- </li>
- </ul>
- </section>
- </div>
- </section>
- <p style="text-align: center; color: #a6a6a7;margin-top: 40px;" ng-if="historyList.length > 0">No more~</p>
- <div class="emptyDiscussDatelistWrap"
- ng-if="(type!=30&&type!=31&&type!=32&&type!=33&&type!=34)&&(historyList==undefined||historyList.length==0)"
- style="top: 0">
- <i class="empty_discussDatelist"></i>
- <p class="empty_p">dear, no{{comfrom!='typein'?'interview':'entering'}}Information oh~</p>
- </div>
- <!--评价部分-->
- <div class="all_commentFloor">
- <p class="all_commentFloorTit" ng-if="comments.length>0"><em>{{comments.length}}</em>comment</p>
- <div id="all_discuss">
- <div ng-repeat="comment in comments| limitTo:3" class="commentFloorWrap">
- <img ng-src="{{comment.creatorModel.photo | imgfilter}}"
- onerror="javascript:this.src='./img/admin_picter.jpg';"
- style="border-radius: 50%;width:35px;height: 35px;float: left;position: relative;"
- ng-click="goPublisher(comment.creatorModel.userid)">
- <p class="content-node">
- <i ng-click="goPublisher(comment.creatorModel.userid)">{{comment.creatorModel.username}}</i>
- <span ng-if="!comment.favour" ng-class="{'content-zan du_discuss':true,'':comment.favour}"
- ng-click="praiseAction(TRACE_TYPE_2615, comment.id, TABLE_CODE_30002, $index)">
- <b>{{comment.favourcount}}</b>
- </span>
- <!-- 取消点赞 -->
- <span ng-if="comment.favour"
- ng-class="{'content-zan du_discuss':true,'w_zan':comment.favour,'animateFavour':!comment.favour}"
- ng-click="praiseAction(TRACE_TYPE_2616, comment.id, TABLE_CODE_30002, $index)">
- <b>{{comment.favourcount}}</b>
- </span>
- </p>
- <p class="comment-content" ng-click="goComment(comment)">{{comment.content}}</p>
- <span class="review_data" ng-click="goComment(comment)">{{comment.createtime |
- datesubstring}}<span>{{comment.commcount==0?'':comment.commcount+'item'}}reply></span></span>
- </div>
- <div ng-if="comments.length>3"
- style="width: 100%;height:30px;line-height: 30px;position: relative;text-align: center;font-size: 12px;margin-bottom: 25px;">
- <span style="color:#2095ee; height: 100%;float: left;width: 110px;position:absolute;left: 35%;"
- ui-sref="comment({mode:2, infoid:resourceDetail.id, infotype:resourceDetail.restype})">Read on for more
- comments></span>
- </div>
- <div style="width: 100%;height:120px;position: relative;top:8px;"
- ng-if="comments==undefined||comments.length==0;" ng-click="hadSoft()">
- <i id="empty_discuss"></i>
- <p class="empty_p">No comment, click grab sofa</p>
- </div>
- </div>
- </div>
- <!--加载等待页-->
- <section class="loadingPageFloor" ng-if="isloadingPageFloor">
- <div>
- <!--<ion-spinner icon="ios-small"></ion-spinner>-->
- <ion-spinner icon="bubbles" class="spinner-calm"></ion-spinner>
- <h4>Hard loading</h4>
- </div>
- </section>
- <!--加载失败-->
- <!--<section class="loadingPageFail" ng-if="isloadingPageFail">
- <div class="null_internet" ng-click="repeatLoad()">
- <span class="null_internet_span">网络异常</span>
- <span style="display: block;line-height: 30px;">点击屏幕重新加载</span>
- </div>
- </section>-->
- </ion-content>
- <!--底部标签区域-->
- <!-- <div class="comment_bottom" ng-if="showComment">
- <label class="item-input-wrapper" ng-if="true">
- <input type="text" placeholder="write a commentary..." class="write_p" id="write_see" ng-focus="focus_write()">
- </label>
- <div>
- <button class="pus_button" ng-click="goCommentList()" ng-if="true">
- <span class="pin_lun">
- <span ng-if="commentlist.length>0"
- ng-class="{'red-number':commentlist.length>0}">{{commentlist.length}}</span>
- </span>
- </button>
- <span ng-if="true" id="five_xin" ng-class="{'five_xin':resourceDetail.collect}"
- ng-click="praiseAction(resourceDetail.collect?TRACE_TYPE_2620:TRACE_TYPE_2619, resourceDetail.id, TABLE_CODE_30001, 0)"></span>
- <span ng-if="false" id="z_fa" ng-click="openShare()"></span>
- </div>
- </div> -->
- <!--简单回复区域-->
- <ion-footer-bar ng-if="!showComment" class="comment_div" keyboard-attach style="height: 170px;">
- <textarea autofocus style="top:0;" class="my_comment" name="comment"
- placeholder="Quality reviews will be prioritized" required ng-model="comment.content"
- ng-change="commentValue(comment.content)"></textarea>
- <div id="commentform">
- <!--<button class="comment_phone" ng-click="releaseComment()"></button>-->
- <button class="comment_submit" ng-style="commentNotnull" ng-click="publishComment(1,{});"
- ng-disabled="comment.content==undefined||comment.content.length==0;">publish
- </button>
- </div>
- </ion-footer-bar>
- <div ng-if="!showComment" class="comment_background" ng-click="hiddenComment()"></div>
- <!--图片放大区域-->
- <div id="rightDisplay" ng-show="bigImage" class="popover-backdrop">
- <ion-slide-box auto-play="false" does-continue="false" show-pager="true" delegate-handle="slide_detail">
- <ion-slide ng-repeat="pic in imgUrlList track by $index" style="background-color:#000;">
- <div class="pinch-zoom" style="width: 100%;height:100%;">
- <img class="img-responsive bigimage" ng-src="{{pic.originalName | picturefilter}}"
- ng-click="hideBigImage()" />
- </div>
- </ion-slide>
- </ion-slide-box>
- </div>
- <!--分享区域-->
- <div class="detail_ionicpop" ng-show="shareflg">
- <div class="closeShare" ng-click="closeShareBox()"></div>
- <div class="ionicPop_div">
- <ion-scroll direction="x" scrollbar-x="false" class="p_Chanel">
- <span class="share_path">share to:</span>
- <a ng-click="shareMessage(3)"><i class="share_first"></i><span>WeChat Moments</span></a>
- <a ng-click="shareMessage(2)" ng-if="isapp"><i class="share_second"></i><span>Wechat friends</span></a>
- <!--<a ng-click="shareMessage(0)"><i class="share_third"></i><span>手机QQ</span></a>-->
- <!--<a ng-click="shareMessage(1)"><i class="share_four"></i><span>QQ空间</span></a>-->
- </ion-scroll>
- <div class="cancelPop" ng-click="closeShareBox()">cancel</div>
- </div>
- </div>
- <div ng-if="isWechat" ng-show="showMessage" class="container">
- <div class="message-box">{{messageTitle}}</div>
- </div>
- <div class="share-box" ng-if="!isapp" ng-show="showShareWechat">
- <div class="share-title">
- <span>Share to WeChat</span>
- <a ng-click="closeShare()" class="close-share-button">×</a>
- </div>
- <div id="qrcode-dialog1" class="qrcode-dialog"></div>
- <div>Open WeChat "scan" and click the share button in the upper right corner of the screen</div>
- </div>
- </ion-view>
- <style>
- .hasLink {
- border-bottom: 1px solid #3385ff !important;
- cursor: pointer;
- color: #3385ff;
- }
- .hasLink:hover {
- color: #3385ff;
- }
- .jump-link {
- position: absolute;
- top: 65px;
- left: 0;
- background-color: #fff;
- z-index: 100;
- padding: 5px 0;
- border: 1px solid #ddd;
- border-radius: 5px;
- max-height: 300px;
- overflow-y: auto;
- }
- .jump-link li {
- padding: 5px 10px;
- display: flex;
- flex-wrap: nowrap;
- white-space: nowrap;
- text-overflow: ellipsis;
- width: 100%;
- /*border-bottom:1px solid #3385ff;*/
- }
- .jump-link li span+span {
- overflow: hidden;
- text-overflow: ellipsis;
- margin: 0;
- flex: 1;
- }
- .jump-link li:hover {
- background-color: #ccc;
- }
- </style>
|