|
@@ -4,7 +4,7 @@
|
|
<view v-for='(item,index) in list' class="item flex">
|
|
<view v-for='(item,index) in list' class="item flex">
|
|
<view class="card-list-item"
|
|
<view class="card-list-item"
|
|
:style="'background:url('+item.currentBackground+');background-size:100% 100%;width:100%'">
|
|
:style="'background:url('+item.currentBackground+');background-size:100% 100%;width:100%'">
|
|
- <view class="card-content style1" v-if="item.cuttentTemplate==0">
|
|
|
|
|
|
+ <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" width="66px" height="66px"
|
|
shape="circle"></u--image>
|
|
shape="circle"></u--image>
|
|
@@ -30,7 +30,7 @@
|
|
</view> -->
|
|
</view> -->
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
- <view class="card-content style1 flex-between" v-if="item.cuttentTemplate==1">
|
|
|
|
|
|
+ <view class="card-content style1 flex-between" v-if="item.cuttentTemplate==2">
|
|
<view class="right">
|
|
<view class="right">
|
|
<view class="row1">
|
|
<view class="row1">
|
|
<text class="name">{{item.name}}</text>
|
|
<text class="name">{{item.name}}</text>
|
|
@@ -58,7 +58,7 @@
|
|
shape="circle" v-else></u--image>
|
|
shape="circle" v-else></u--image>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
- <view class="card-content style2" v-if="item.cuttentTemplate==2">
|
|
|
|
|
|
+ <view class="card-content style2" v-if="item.cuttentTemplate==3">
|
|
<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>
|
|
@@ -87,7 +87,7 @@
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
- <view class="card-content style2" v-if="item.cuttentTemplate==3">
|
|
|
|
|
|
+ <view class="card-content style2" v-if="item.cuttentTemplate==4">
|
|
<view class="top">
|
|
<view class="top">
|
|
<view class="row1">
|
|
<view class="row1">
|
|
<text class="name">{{item.name}}</text>
|
|
<text class="name">{{item.name}}</text>
|
|
@@ -130,8 +130,8 @@
|
|
</view>
|
|
</view>
|
|
|
|
|
|
<view class="card-obj" v-if="obj">
|
|
<view class="card-obj" v-if="obj">
|
|
- <view class="card-list-item" :style="'background:url('+obj.currentBackground+');background-size:100% 100%'">
|
|
|
|
- <view class="card-content style1" v-if="obj.cuttentTemplate==0">
|
|
|
|
|
|
+ <view class="card-list-item" :style="obj.currentBackground?'background:url('+obj.currentBackground+');background-size:100% 100%':''">
|
|
|
|
+ <view class="card-content style1" v-if="obj.cuttentTemplate==1">
|
|
<view class="left">
|
|
<view class="left">
|
|
<u--image :showLoading="true" :src="obj.headSculpture" width="66px" height="66px"
|
|
<u--image :showLoading="true" :src="obj.headSculpture" width="66px" height="66px"
|
|
shape="circle"></u--image>
|
|
shape="circle"></u--image>
|
|
@@ -154,7 +154,7 @@
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
- <view class="card-content style1 flex-between" v-if="obj.cuttentTemplate==1">
|
|
|
|
|
|
+ <view class="card-content style1 flex-between" v-if="obj.cuttentTemplate==2">
|
|
<view class="right">
|
|
<view class="right">
|
|
<view class="row1">
|
|
<view class="row1">
|
|
<text class="name">{{obj.name}}</text>
|
|
<text class="name">{{obj.name}}</text>
|
|
@@ -179,7 +179,7 @@
|
|
v-else></u--image>
|
|
v-else></u--image>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
- <view class="card-content style2" v-if="obj.cuttentTemplate==2">
|
|
|
|
|
|
+ <view class="card-content style2" v-if="obj.cuttentTemplate==3">
|
|
<view class="top">
|
|
<view class="top">
|
|
<u--image :showLoading="true" :src="obj.headSculpture" width="66px" height="66px" shape="circle"
|
|
<u--image :showLoading="true" :src="obj.headSculpture" width="66px" height="66px" shape="circle"
|
|
v-if="obj.headSculpture"></u--image>
|
|
v-if="obj.headSculpture"></u--image>
|
|
@@ -208,7 +208,7 @@
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
- <view class="card-content style2" v-if="obj.cuttentTemplate==3">
|
|
|
|
|
|
+ <view class="card-content style2" v-if="obj.cuttentTemplate==4">
|
|
<view class="top">
|
|
<view class="top">
|
|
<view class="row1">
|
|
<view class="row1">
|
|
<text class="name">{{obj.name}}</text>
|
|
<text class="name">{{obj.name}}</text>
|