guhongwei 2 years ago
parent
commit
9fd193dcde
1 changed files with 1 additions and 1 deletions
  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>