Feat: 寻趣味接口对接(缺分享接口,店住名称字段)
This commit is contained in:
@@ -92,7 +92,7 @@
|
||||
</view>
|
||||
<view class="body" v-if="typeIndex === -1">
|
||||
<view class="town-card" v-for="(town, i) in townList" :key="i" @click="toTown(town)">
|
||||
<view class="town-title">{{ town.name }}</view>
|
||||
<!-- <view class="town-title">{{ town.name }}</view> -->
|
||||
<image :src="town.frontImage" mode="scaleToFill"/>
|
||||
<view class="v12-primary enter-btn">点击进入
|
||||
<view class="icon-box"><u-icon name="arrow-rightward" color="#fff" size="8"></u-icon></view>
|
||||
|
||||
Reference in New Issue
Block a user