|
@@ -69,19 +69,19 @@
|
|
<scroll-view scroll-x="true">
|
|
<scroll-view scroll-x="true">
|
|
<view class="goods-item" v-for="(item, index) in tempArrBao" :key="index"
|
|
<view class="goods-item" v-for="(item, index) in tempArrBao" :key="index"
|
|
@click="goDetail(item)">
|
|
@click="goDetail(item)">
|
|
- <image :src="item.image" mode="aspectFit"></image>
|
|
|
|
|
|
+ <image :src="item.goodsCover" mode="aspectFit"></image>
|
|
<view class="goods-name">
|
|
<view class="goods-name">
|
|
- <u-text prefixIcon="bookmark" iconStyle="font-size: 16px; color:red" :lines="2" bold
|
|
|
|
- block size="12" :text="item.store_name"></u-text>
|
|
|
|
- <view class="tags">赠送20.54红积分</view>
|
|
|
|
- <view class="price">¥{{ item.ot_price }}</view>
|
|
|
|
|
|
+ <u-text prefixIcon="bookmark" iconStyle="font-size: 16px; color:red;min-height: 30px;" :lines="2" bold
|
|
|
|
+ block size="12" :text="item.goodsName"></u-text>
|
|
|
|
+ <view class="tags">赠送{{item.obtainIntegral}}红积分</view>
|
|
|
|
+ <view class="price">¥{{ item.salePrice }}</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</scroll-view>
|
|
</scroll-view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
- <!-- 商品列表 -->
|
|
|
|
|
|
+ <!-- 商品推荐列表 -->
|
|
<view class="goods-list">
|
|
<view class="goods-list">
|
|
<view class="title">
|
|
<view class="title">
|
|
<view class="line"></view>
|
|
<view class="line"></view>
|
|
@@ -653,8 +653,9 @@ export default {
|
|
this.getCategoryOne()
|
|
this.getCategoryOne()
|
|
this.getAdsList()
|
|
this.getAdsList()
|
|
this.getNoticeList()
|
|
this.getNoticeList()
|
|
- this.getIndexData()
|
|
|
|
|
|
+ this.getBroGoodsInfo()
|
|
this.getGoodsInfo()
|
|
this.getGoodsInfo()
|
|
|
|
+
|
|
},
|
|
},
|
|
onLoad() {
|
|
onLoad() {
|
|
},
|
|
},
|
|
@@ -668,6 +669,15 @@ export default {
|
|
this.tempArr = res.data
|
|
this.tempArr = res.data
|
|
})
|
|
})
|
|
},
|
|
},
|
|
|
|
+ getBroGoodsInfo() {
|
|
|
|
+ getGoodsInfo({
|
|
|
|
+ current: 1,
|
|
|
|
+ size: 50,
|
|
|
|
+ zoneType: 6
|
|
|
|
+ }).then(res => {
|
|
|
|
+ this.tempArrBao = res.data
|
|
|
|
+ })
|
|
|
|
+ },
|
|
getCategoryOne() {
|
|
getCategoryOne() {
|
|
getCategoryOne().then(res => {
|
|
getCategoryOne().then(res => {
|
|
this.navigationList = []
|
|
this.navigationList = []
|