@@ -109,7 +109,7 @@
</view>
<view class="img-list">
<view class="img-item" v-for="(item,index) in imgList" @click="changeTemplate(index)">
- <image :src="item.dictLabel" class="img-item" :key="index"></image>
+ <image :src="item.dictValue" class="img-item" :key="index"></image>
<image src="../../static/imgs/card/dh.png" class="dh" v-if="selectIndex==index"></image>