Commit 62c7c708 authored by youjie's avatar youjie

no message

parent a9c589be
...@@ -42,10 +42,10 @@ ...@@ -42,10 +42,10 @@
<img v-if="data.icon !=null && data.icon !='' " :src="data.icon" alt="" class="tx_img" <img v-if="data.icon !=null && data.icon !='' " :src="data.icon" alt="" class="tx_img"
:onerror='defaultHeadImg'> :onerror='defaultHeadImg'>
<img v-else src="../../assets/img/default_head_img.jpg" alt="" alt="" class="tx_img"> <img v-else src="../../assets/img/default_head_img.jpg" alt="" alt="" class="tx_img">
<div class="p_name"> <div class="p_name" :style="{'margin-top':pagesTitle!=1?'20px':'0'}">
<span>{{data.emName}}</span> <span>{{data.emName}}</span>
<span>{{data.postName}}</span> <span>{{data.postName}}</span>
<div @click="goAnticipate(5)" style="cursor: pointer;"> <div @click="goAnticipate(5)" style="cursor: pointer;" v-if="pagesTitle==1">
<div v-if="SumPreferPrice" style="padding: 2px 0 0 0;"><a style="color: #666666;font-size: 14px;font-weight: bold;">{{SumPreferPrice}}</a></div> <div v-if="SumPreferPrice" style="padding: 2px 0 0 0;"><a style="color: #666666;font-size: 14px;font-weight: bold;">{{SumPreferPrice}}</a></div>
<div style="font-size: 14px;color: #333333;" v-if="rankingNum"> <div style="font-size: 14px;color: #333333;" v-if="rankingNum">
<a style="color: #FF8C00;margin-left: 3px;margin-right: 3px; <a style="color: #FF8C00;margin-left: 3px;margin-right: 3px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment