|
@@ -132,7 +132,7 @@
|
|
|
</view>
|
|
|
</uni-popup>
|
|
|
<uni-drawer ref="showRight" :mask="false" :width="width" mode="right" :mask-click="false">
|
|
|
- <scroll-view scroll-y="true" class="scroll-view" @scrolltolower="toPage" @scroll="toScroll">
|
|
|
+ <scroll-view scroll-y="true" class="scroll-view" @scrolltolower="toPage">
|
|
|
<view class="act">
|
|
|
<view class="act_1">
|
|
|
订单已满<text>{{actInfo.plus_money}}</text>元,为你推荐优惠商品搭配
|
|
@@ -142,7 +142,11 @@
|
|
|
<label class="actList" v-for="(item,index) in actList" :key="index">
|
|
|
<image class="image" :src="item.file.length>0?item.file[0].url:item.file[0].url"
|
|
|
mode="aspectFill"></image>
|
|
|
- <view class="name">{{item.goods_name}}</view>
|
|
|
+ <view class="name">
|
|
|
+ <view>{{item.goods_name}}</view>
|
|
|
+ <view>店铺:{{item.shop_name}}</view>
|
|
|
+ <view>规格:{{item.spec_name}}</view>
|
|
|
+ </view>
|
|
|
<view class="money">
|
|
|
<text class="text_1">¥{{item.flow_money||0}}</text>
|
|
|
<text class="text_2">¥{{item.config.plus_money||item.sell_money}}</text>
|
|
@@ -210,7 +214,7 @@
|
|
|
total: 0,
|
|
|
page: 0,
|
|
|
skip: 0,
|
|
|
- limit: 20,
|
|
|
+ limit: 10,
|
|
|
// 抽屉
|
|
|
width: '100%'
|
|
|
};
|
|
@@ -841,7 +845,11 @@
|
|
|
|
|
|
.actList {
|
|
|
display: flex;
|
|
|
+ align-items: center;
|
|
|
margin: 2vw 0;
|
|
|
+ border: 0.1vw solid var(--fcColor);
|
|
|
+ border-radius: 5px;
|
|
|
+ padding: 1vw 0;
|
|
|
|
|
|
.image {
|
|
|
width: 12vw;
|