achao hace 2 años
padre
commit
64298f3b13
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      xiaochengxu/pages/mySet/newCard.vue

+ 1 - 1
xiaochengxu/pages/mySet/newCard.vue

@@ -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>
 			</view>
 		</view>