guhongwei 2 년 전
부모
커밋
9fd193dcde
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pages/home/index.vue

+ 1 - 1
pages/home/index.vue

@@ -29,7 +29,7 @@
 						<view class="list" v-for="(tag,indexs) in item.list" :key="indexs">
 							<image class="image" :src="tag.url" mode=""></image>
 							<view class="name">
-								{{item.name}}
+								{{item.name}}1
 							</view>
 						</view>
 					</view>