|
@@ -45,9 +45,9 @@
|
|
class="blogger__desc tn-margin-top-sm tn-margin-bottom-sm tn-text-justify tn-flex-col-center tn-flex-row-left"
|
|
class="blogger__desc tn-margin-top-sm tn-margin-bottom-sm tn-text-justify tn-flex-col-center tn-flex-row-left"
|
|
>
|
|
>
|
|
<tn-tag margin="-4px 4px 0 0" backgroundColor="#005da61a" v-if="item.brand"
|
|
<tn-tag margin="-4px 4px 0 0" backgroundColor="#005da61a" v-if="item.brand"
|
|
- fontColor="#005DA6" shape="circle" :fontSize="wxFontSize+11" @click="showBrand('品牌:'+item.brand)">{{ item.brand }}</tn-tag>
|
|
|
|
|
|
+ fontColor="#005DA6" shape="circle" :fontSize="wxFontSize+8" @click="showBrand('品牌:'+item.brand)">{{ item.brand }}</tn-tag>
|
|
<tn-tag margin="-4px 4px 0 0" backgroundColor="#005da61a" v-if="!item.company"
|
|
<tn-tag margin="-4px 4px 0 0" backgroundColor="#005da61a" v-if="!item.company"
|
|
- fontColor="#005DA6" shape="circle" :fontSize="wxFontSize+11" @click="showBrand('个人发布')">个人</tn-tag>
|
|
|
|
|
|
+ fontColor="#005DA6" shape="circle" :fontSize="wxFontSize+8" @click="showBrand('个人发布')">个人</tn-tag>
|
|
</view>
|
|
</view>
|
|
<view style="border-radius: 0px 0px 0px 0px;width:calc(100% + 32px);margin-left:-16px;border-bottom: 1px solid #E6E6E6;"></view>
|
|
<view style="border-radius: 0px 0px 0px 0px;width:calc(100% + 32px);margin-left:-16px;border-bottom: 1px solid #E6E6E6;"></view>
|
|
|
|
|
|
@@ -55,23 +55,11 @@
|
|
<text
|
|
<text
|
|
class="blogger__desc__content tn-flex-1 tn-text-justify tn-text-df" style="color:#747E87" :style="{fontSize:(wxFontSize-2)+'px'}">{{ item.content }}</text>
|
|
class="blogger__desc__content tn-flex-1 tn-text-justify tn-text-df" style="color:#747E87" :style="{fontSize:(wxFontSize-2)+'px'}">{{ item.content }}</text>
|
|
</view>
|
|
</view>
|
|
- <!-- <view
|
|
|
|
- class="blogger__desc tn-margin-top-sm tn-margin-bottom-sm tn-text-justify tn-flex-col-center tn-flex-row-left"
|
|
|
|
- >
|
|
|
|
-
|
|
|
|
-
|
|
|
|
- <tn-tag margin="-4px 4px 0 0" backgroundColor="#3a96d733" v-if="item.brand" fontColor="#3a96d7" shape="circle" :fontSize="wxFontSize+11">{{ item.brand }}</tn-tag>
|
|
|
|
-
|
|
|
|
- <tn-tag margin="-4px 4px 0 0" backgroundColor="#3a96d733" v-if="!item.company"
|
|
|
|
- fontColor="#3a96d7" shape="circle" :fontSize="wxFontSize+11">个人</tn-tag>
|
|
|
|
- <text
|
|
|
|
- class="blogger__desc__content tn-flex-1 tn-text-justify tn-text-df" :style="{fontSize:(wxFontSize-2)+'px'}">{{ item.content }}</text>
|
|
|
|
- </view> -->
|
|
|
|
|
|
+
|
|
|
|
|
|
|
|
|
|
<!-- 内容太多疲劳了-->
|
|
<!-- 内容太多疲劳了-->
|
|
- <view v-if="item.shareExt&&item.shareExt.length>0" class="blogger__content"
|
|
|
|
- :id="`blogger__content--${index}`">
|
|
|
|
|
|
+ <view v-if="item.shareExt&&item.shareExt.length>0" :id="`blogger__content--${index}`">
|
|
|
|
|
|
<view v-for="(sitem,index) in item.shareExt" :key="sitem.id">
|
|
<view v-for="(sitem,index) in item.shareExt" :key="sitem.id">
|
|
<view style="padding: 12px 0 8px 5px;color:#005DA6;" :style="{fontSize:(wxFontSize-3)+'px'}">
|
|
<view style="padding: 12px 0 8px 5px;color:#005DA6;" :style="{fontSize:(wxFontSize-3)+'px'}">
|
|
@@ -88,7 +76,7 @@
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
|
|
- <block v-if="item.imgList">
|
|
|
|
|
|
+ <block v-if="item.imgList&&item.imgList.length>0">
|
|
<view v-if="[1,2,4].indexOf(item.imgList.length) != -1" class="tn-padding-top-xs"
|
|
<view v-if="[1,2,4].indexOf(item.imgList.length) != -1" class="tn-padding-top-xs"
|
|
@click="tn('')">
|
|
@click="tn('')">
|
|
<image v-for="(image_item,image_index) in item.imgList" :key="image_index"
|
|
<image v-for="(image_item,image_index) in item.imgList" :key="image_index"
|
|
@@ -118,7 +106,7 @@ aspectFill :src="image_item.ftpUrl" mode="aspectFill" @click="showImg(item.imgL
|
|
</block>
|
|
</block>
|
|
|
|
|
|
|
|
|
|
- <view v-for="file in item.fileDetailList" style="background-color:#005da60d ;margin-bottom: 4px;padding: 4px 8px;border-radius: 4px;" :key="file.id" v-if="!isImage(file.fileName)" @click="clickLink(file.ftpUrl,file.fileName)">
|
|
|
|
|
|
+ <view v-for="(file,fIndex) in item.fileDetailList" :style="{marginTop:item.imgList&&item.imgList.length==0&&fIndex==0?'8px':'0'}" style="background-color:#005da60d ;margin-bottom: 4px;padding: 4px 8px;border-radius: 4px;" :key="file.id" v-if="!isImage(file.fileName)" @click="clickLink(file.ftpUrl,file.fileName)">
|
|
<view>
|
|
<view>
|
|
<image src="../../static/tu/link.png" style="width: 18px;height: 18px;vertical-align: bottom;"></image>
|
|
<image src="../../static/tu/link.png" style="width: 18px;height: 18px;vertical-align: bottom;"></image>
|
|
<view style="display: inline;margin-left:8px;color:#005DA6;" :style="{fontSize:(wxFontSize-3)+'px'}">
|
|
<view style="display: inline;margin-left:8px;color:#005DA6;" :style="{fontSize:(wxFontSize-3)+'px'}">
|
|
@@ -180,7 +168,7 @@ aspectFill :src="image_item.ftpUrl" mode="aspectFill" @click="showImg(item.imgL
|
|
<view v-if="showEmpty" style="margin-top: 32vh;">
|
|
<view v-if="showEmpty" style="margin-top: 32vh;">
|
|
<tn-empty mode="data"></tn-empty>
|
|
<tn-empty mode="data"></tn-empty>
|
|
</view>
|
|
</view>
|
|
- <view class='tn-tabbar-height' :style="{marginTop: vuex_custom_bar_height + 'px'}"></view>
|
|
|
|
|
|
+ <view class='tn-tabbar-height'></view>
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
|