|
@@ -11,7 +11,7 @@
|
|
:style="item.currentBackground?'background:url('+item.currentBackground+');background-size:100% 100%':''">
|
|
:style="item.currentBackground?'background:url('+item.currentBackground+');background-size:100% 100%':''">
|
|
<view class="card-content style1" v-if="item.cuttentTemplate==1">
|
|
<view class="card-content style1" v-if="item.cuttentTemplate==1">
|
|
<view class="left">
|
|
<view class="left">
|
|
- <u--image :showLoading="true" :src="item.headSculpture" width="66px" height="66px"
|
|
|
|
|
|
+ <u--image :showLoading="true" :src="item.headSculpture?item.headSculpture:'/static/imgs/card/defaulthead.png'" width="66px" height="66px"
|
|
shape="circle"></u--image>
|
|
shape="circle"></u--image>
|
|
</view>
|
|
</view>
|
|
<view class="right">
|
|
<view class="right">
|
|
@@ -67,7 +67,7 @@
|
|
<view class="left">
|
|
<view class="left">
|
|
<u--image :showLoading="true" :src="item.headSculpture" width="66px" height="66px"
|
|
<u--image :showLoading="true" :src="item.headSculpture" width="66px" height="66px"
|
|
shape="circle" v-if="item.headSculpture"></u--image>
|
|
shape="circle" v-if="item.headSculpture"></u--image>
|
|
- <u--image :showLoading="true" src="/./../static/imgs/card/defaulthead.png" width="66px"
|
|
|
|
|
|
+ <u--image :showLoading="true" src="/static/imgs/card/defaulthead.png" width="66px"
|
|
height="66px" shape="circle" v-else></u--image>
|
|
height="66px" shape="circle" v-else></u--image>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
@@ -75,7 +75,7 @@
|
|
<view class="top">
|
|
<view class="top">
|
|
<u--image :showLoading="true" :src="item.headSculpture" width="66px" height="66px"
|
|
<u--image :showLoading="true" :src="item.headSculpture" width="66px" height="66px"
|
|
shape="circle" v-if="item.headSculpture"></u--image>
|
|
shape="circle" v-if="item.headSculpture"></u--image>
|
|
- <u--image :showLoading="true" src="/./../static/imgs/card/defaulthead.png" width="66px"
|
|
|
|
|
|
+ <u--image :showLoading="true" src="/static/imgs/card/defaulthead.png" width="66px"
|
|
height="66px" shape="circle" v-else></u--image>
|
|
height="66px" shape="circle" v-else></u--image>
|
|
</view>
|
|
</view>
|
|
<view class="bottom flex">
|
|
<view class="bottom flex">
|
|
@@ -119,7 +119,7 @@
|
|
<view class="left">
|
|
<view class="left">
|
|
<u--image :showLoading="true" :src="item.headSculpture" width="66px" height="66px"
|
|
<u--image :showLoading="true" :src="item.headSculpture" width="66px" height="66px"
|
|
shape="circle" v-if="item.headSculpture"></u--image>
|
|
shape="circle" v-if="item.headSculpture"></u--image>
|
|
- <u--image :showLoading="true" src="/./../static/imgs/card/defaulthead.png" width="66px"
|
|
|
|
|
|
+ <u--image :showLoading="true" src="/static/imgs/card/defaulthead.png" width="66px"
|
|
height="66px" shape="circle" v-else></u--image>
|
|
height="66px" shape="circle" v-else></u--image>
|
|
</view>
|
|
</view>
|
|
<view class="right">
|
|
<view class="right">
|
|
@@ -324,6 +324,7 @@
|
|
path: this.currectData.headSculpture?this.currectData.headSculpture:'../../static/imgs/card/defaulthead.png',
|
|
path: this.currectData.headSculpture?this.currectData.headSculpture:'../../static/imgs/card/defaulthead.png',
|
|
shape: 'circle',
|
|
shape: 'circle',
|
|
use: 'head',
|
|
use: 'head',
|
|
|
|
+ imageType:this.currectData.headSculpture?'wl':'bd',
|
|
x: 30,
|
|
x: 30,
|
|
y: 30,
|
|
y: 30,
|
|
width: 100,
|
|
width: 100,
|