Ver Código Fonte

去掉投手数据%

unknown 2 anos atrás
pai
commit
a24878da9e

+ 1 - 1
project/src/components/customOperate/friendsCircle/fcListdetial.vue

@@ -18,7 +18,7 @@
18 18
         <div class="tMar6 fc_con pyq_img_box" v-if="rowInfo&&rowInfo.attachments&&rowInfo.attachments.length>0">
19 19
           <template v-for="item in rowInfo.attachments">
20 20
             <img v-if="item.msgtype == 'image'" :key="item.media_id" :src="item[item.msgtype].pic_url" alt="" :style="rowInfo.attachments&&rowInfo.attachments.length>1?'':'width:200px'">
21
-            <video v-if="item.msgtype == 'video'" :key="item.media_id" :src="item[item.msgtype].pic_url" controls="controls" style="width: 200px;height: 200px;"></video>
21
+            <video v-if="item.msgtype == 'video'" :key="item.media_id" :src="item[item.msgtype].pic_url" controls="controls" style="width: 300px;height: 200px;"></video>
22 22
             <div class="flex-align-center" v-if="item.msgtype == 'link'">
23 23
               <img :src="item.link.pic_url" alt="" style="width: 30px;margin-right: 6px;margin-top:0">
24 24
               <span class="f14 line18">

+ 1 - 1
project/src/components/dataBoard/throwPerson/throwPersonSon.vue

@@ -41,7 +41,7 @@
41 41
           <img src="@/assets/img/icon/回本率@2x.png" class="titleIcon" alt="">
42 42
           <span>回本率</span>
43 43
         </div>
44
-        <div class="dataItem-data">{{dataInfo&&(dataInfo.sum_recover_rate||dataInfo.sum_recover_rate==0)?dataInfo.sum_recover_rate+'%':'-'}}</div>
44
+        <div class="dataItem-data">{{dataInfo&&(dataInfo.sum_recover_rate||dataInfo.sum_recover_rate==0)?dataInfo.sum_recover_rate:'-'}}</div>
45 45
       </div>
46 46
     </div>
47 47
     <ux-grid class="uxGridBox" ref="plxTable" :border="false" @row-click="()=>{return}" :header-cell-style="headerColor" :height="height" show-footer-overflow="tooltip" show-overflow="tooltip" size="mini">