['同步线上']

This commit is contained in:
2021-11-26 12:02:50 +08:00
parent 86ef1ed56a
commit b22df1d58d
2 changed files with 4 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
<view class="GoodsAuthentication" v-if="loaded">
<view class="authenticationTop">商品认证溯源码{{token}}</view>
<!-- 商品认证 商品和服务 -->
<view class="authenticationItem">
<view class="authenticationItem" v-if="goods.length>0">
<view class="authenticationItemTitle">权证认证</view>
<view class="authenticationItemcontent">
<block v-for="(item,index) in goods" :key='index'>

View File

@@ -37,7 +37,7 @@
</view>
<view class="authenticationItemcontentItem">
<view class="title">Hash</view>
<view class="content hash">{{item.hash}}</view>
<view class="content hash ellipsis">{{item.hash}}</view>
</view>
<view class="authenticationItemcontentItem" v-if="item.to_user.nickname">
<view class="title">HashTo</view>
@@ -227,7 +227,7 @@
}
.hash{
width: calc(100% - 180rpx);
word-wrap: break-word !important;
word-break: break-word;
}
.content {
display: flex;
@@ -236,9 +236,7 @@
justify-content: flex-start;
box-sizing: border-box;
color: #999;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: calc(100% - 180rpx);
image{
width: 40rpx;
height: 40rpx;