图片选择不改变图标,由用户控制

This commit is contained in:
liyj 2025-12-13 10:21:29 +08:00
parent 037f9f70b4
commit 3279044126

View File

@ -1830,9 +1830,9 @@
v-if="listType==1 || 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
:src="item.path || '${URL_STATIC}/shop/static/diy/img/up_img.png' "
style="width: 80px; height: 80px;"/></div>
<!-- <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"/>
@ -1844,9 +1844,9 @@
<div v-if="listType==4">
<div class="full_icon" v-for="item in tplDataInfoList">
<div class="full_icon_item">
<div><img
:src="item.path || '${URL_STATIC}/shop/static/diy/img/up_img.png' "/>
</div>
<!-- <div><img-->
<!-- :src="item.path || '${URL_STATIC}/shop/static/diy/img/up_img.png' "/>-->
<!-- </div>-->
<span>{{item.name}}</span>
<div><input type="button" :itemid="item.id" value="选取"
v-on:click="useThatTplData"/>
@ -1857,10 +1857,10 @@
<div v-if="listType==7">
<div class="tabBar_icon" v-for="item in tplDataInfoList">
<div class="tabBar_icon_item">
<div><img
:src="item.path || '${URL_STATIC}/shop/static/diy/img/up_img.png' "/><img
:src="item.ProductTips || '${URL_STATIC}/shop/static/diy/img/up_img.png' "/>
</div>
<!-- <div><img-->
<!-- :src="item.path || '${URL_STATIC}/shop/static/diy/img/up_img.png' "/><img-->
<!-- :src="item.ProductTips || '${URL_STATIC}/shop/static/diy/img/up_img.png' "/>-->
<!-- </div>-->
<span>{{item.name}}</span>
<div><input type="button" :itemid="item.id" value="选取"
v-on:click="useThatTplData"/>