Browse Source

缩略图

achao 2 years ago
parent
commit
64298f3b13
1 changed files with 1 additions and 1 deletions
  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>