装修商品图片不变
This commit is contained in:
parent
3279044126
commit
8abb1262c6
@ -1827,7 +1827,7 @@
|
|||||||
|
|
||||||
<vue-scroll :ops="ops">
|
<vue-scroll :ops="ops">
|
||||||
<ul
|
<ul
|
||||||
v-if="listType==1 || listType==2 || listType==5 || listType==6 || listType==8 || listType==10 || listType==11 || listType==104">
|
v-if="listType==2 || listType==5 || listType==6 || listType==8 || listType==10 || listType==11 || listType==104">
|
||||||
<li v-for="item in tplDataInfoList">
|
<li v-for="item in tplDataInfoList">
|
||||||
<div class="full_info">
|
<div class="full_info">
|
||||||
<!-- <div><img-->
|
<!-- <div><img-->
|
||||||
@ -1841,6 +1841,21 @@
|
|||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
<ul
|
||||||
|
v-if="listType==1">
|
||||||
|
<li v-for="item in tplDataInfoList">
|
||||||
|
<div class="full_info">
|
||||||
|
<div><img
|
||||||
|
:src="item.path || '${URL_STATIC}/shop/static/diy/img/up_img.png' "
|
||||||
|
style="width: 80px; height: 80px;"/></div>
|
||||||
|
<span>{{item.name}}</span>
|
||||||
|
<div><input type="button" :itemid="item.id" value="选取"
|
||||||
|
v-on:click="useThatTplData"/>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
<div v-if="listType==4">
|
<div v-if="listType==4">
|
||||||
<div class="full_icon" v-for="item in tplDataInfoList">
|
<div class="full_icon" v-for="item in tplDataInfoList">
|
||||||
<div class="full_icon_item">
|
<div class="full_icon_item">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user