| xqd
@@ -107,15 +107,7 @@
|
|
|
<!-- 酒店推荐图片 -->
|
|
|
<view class="home-hotel-img">
|
|
|
<view class="home-hotel-img-content">
|
|
|
- <!-- <view @click="produceDetail(item.id)" class="home-hotel-img-content-item" v-for="(item,index) in goodsList" :key="index"
|
|
|
- :style="{marginTop:item.marginTop || 0 }">
|
|
|
- <image class="home-hotel-img-content-item-img"
|
|
|
- :class="item.short?'home-hotel-img-content-item-img': 'home-hotel-img-content-item-img-long' "
|
|
|
- :src="item.cover_img" mode=""></image>
|
|
|
- <view class="text">
|
|
|
- <text class="text-top">{{item.name}}</text>
|
|
|
- </view> -->
|
|
|
- <view class="home-hotel-img-content-item" v-for="(item,index) in goodsList" :key="index"
|
|
|
+ <view @click="produceDetail(item.id)" class="home-hotel-img-content-item" v-for="(item,index) in goodsList" :key="index"
|
|
|
:style="{marginTop:item.marginTop || 0 }">
|
|
|
<image class="home-hotel-img-content-item-img"
|
|
|
:class="item.short?'home-hotel-img-content-item-img': 'home-hotel-img-content-item-img-long' "
|
| xqd
@@ -165,7 +157,6 @@
|
|
|
<image style="width: 20rpx; height: 20rpx; " src="/static/icon/clean.png" mode="">
|
|
|
</view>
|
|
|
</view>
|
|
|
-
|
|
|
</uni-popup>
|
|
|
<view style="height:168rpx; background-color: #f9f9f9; "></view>
|
|
|
<tab-bar></tab-bar>
|
| xqd
@@ -292,8 +283,7 @@
|
|
|
this.admin = this.$store.getters.userInfo
|
|
|
},
|
|
|
onLoad() {
|
|
|
-
|
|
|
- // this.getGoodsList()
|
|
|
+ this.getGoodsList()
|
|
|
this.getAllSet()
|
|
|
},
|
|
|
methods: {
|