装修商品图片不变
This commit is contained in:
parent
cf80b869fe
commit
16d19d79b2
@ -1827,7 +1827,7 @@
|
||||
|
||||
<vue-scroll :ops="ops">
|
||||
<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">
|
||||
<div class="full_info">
|
||||
<!-- <div><img-->
|
||||
@ -1841,6 +1841,21 @@
|
||||
</li>
|
||||
</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 class="full_icon" v-for="item in tplDataInfoList">
|
||||
<div class="full_icon_item">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user