['同步线上']
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
<view class="GoodsAuthentication" v-if="loaded">
|
<view class="GoodsAuthentication" v-if="loaded">
|
||||||
<view class="authenticationTop">商品认证溯源码:{{token}}</view>
|
<view class="authenticationTop">商品认证溯源码:{{token}}</view>
|
||||||
<!-- 商品认证 商品和服务 -->
|
<!-- 商品认证 商品和服务 -->
|
||||||
<view class="authenticationItem">
|
<view class="authenticationItem" v-if="goods.length>0">
|
||||||
<view class="authenticationItemTitle">权证认证</view>
|
<view class="authenticationItemTitle">权证认证</view>
|
||||||
<view class="authenticationItemcontent">
|
<view class="authenticationItemcontent">
|
||||||
<block v-for="(item,index) in goods" :key='index'>
|
<block v-for="(item,index) in goods" :key='index'>
|
||||||
|
|||||||
@@ -37,7 +37,7 @@
|
|||||||
</view>
|
</view>
|
||||||
<view class="authenticationItemcontentItem">
|
<view class="authenticationItemcontentItem">
|
||||||
<view class="title">Hash:</view>
|
<view class="title">Hash:</view>
|
||||||
<view class="content hash">{{item.hash}}</view>
|
<view class="content hash ellipsis">{{item.hash}}</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="authenticationItemcontentItem" v-if="item.to_user.nickname">
|
<view class="authenticationItemcontentItem" v-if="item.to_user.nickname">
|
||||||
<view class="title">HashTo:</view>
|
<view class="title">HashTo:</view>
|
||||||
@@ -227,7 +227,7 @@
|
|||||||
}
|
}
|
||||||
.hash{
|
.hash{
|
||||||
width: calc(100% - 180rpx);
|
width: calc(100% - 180rpx);
|
||||||
word-wrap: break-word !important;
|
word-break: break-word;
|
||||||
}
|
}
|
||||||
.content {
|
.content {
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -236,9 +236,7 @@
|
|||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
color: #999;
|
color: #999;
|
||||||
overflow: hidden;
|
width: calc(100% - 180rpx);
|
||||||
text-overflow: ellipsis;
|
|
||||||
white-space: nowrap;
|
|
||||||
image{
|
image{
|
||||||
width: 40rpx;
|
width: 40rpx;
|
||||||
height: 40rpx;
|
height: 40rpx;
|
||||||
|
|||||||
Reference in New Issue
Block a user