|
|
|
@ -85,10 +85,10 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<!-- 委托方信息 --> |
|
|
|
<view class="item-content b-f" v-else-if="tabKey === 2"> |
|
|
|
<view class="item-content b-f" v-else-if="tabKey === 2" :class="shopyear_show || talprice_show ? 'item-content-long' : '' "> |
|
|
|
<view class="gdic"> |
|
|
|
<text class="gdic-tit">联合推荐方</text> |
|
|
|
<text class="gdic-txt">深圳国夏文化数字科技有限公司</text> |
|
|
|
<text class="gdic-txt">{{goods.username}}</text> |
|
|
|
</view> |
|
|
|
<view class="gdic"> |
|
|
|
<text class="gdic-tit">交易主体唯一标志码</text> |
|
|
|
@ -116,7 +116,7 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<!-- 资源信息 --> |
|
|
|
<view class="item-content b-f" v-else-if="tabKey === 3" v-for="(item,index) in goods.source" > |
|
|
|
<view class="item-content b-f" v-else-if="tabKey === 3" v-for="(item,index) in goods.source" :class="shopyear_show || talprice_show ? 'item-content-long' : '' "> |
|
|
|
<view class="gdic"> |
|
|
|
<text class="gdic-tit">资源类型</text> |
|
|
|
<text class="gdic-txt">{{item.source_type}}</text> |
|
|
|
|