|
|
@@ -14,7 +14,7 @@
|
|
|
<view class="store_title">{{item.name}}</view>
|
|
|
<view class="accumulative"></view>
|
|
|
</view>
|
|
|
- <view class="cg-button">采购</view>
|
|
|
+ <view class="cg-button">进店</view>
|
|
|
<view class="store_btn">
|
|
|
<view class="btn_entrance" @click.stop="pageTo({ url: '/admin/clear/list',query: {ghsId: item.id}})">
|
|
|
结账记录
|
|
|
@@ -26,6 +26,7 @@
|
|
|
采购记录
|
|
|
</view>
|
|
|
</view>
|
|
|
+ <view class="fl_line"><text v-if="item.xrFl == 1">新人{{parseFloat(item.xrFlAmount)}}元红包</text><text v-if="item.tjFl == 1">邀好友下单得{{parseFloat(item.tjFlAmount)}}元红包</text></view>
|
|
|
</view>
|
|
|
</block>
|
|
|
<block v-else>
|
|
|
@@ -38,7 +39,7 @@
|
|
|
</view>
|
|
|
|
|
|
<view class="app-footer open_btn">
|
|
|
- <text style="color:#3385FF;margin-right:30rpx;" @click="bcGhs()">更多</text> <view @click="inviteGhs" class="admin-button-com middle blue">邀请供应商得300元</view>
|
|
|
+ <text style="color:#3385FF;margin-right:30rpx;" @click="bcGhs()">载入更多</text> <view @click="inviteGhs" class="admin-button-com middle blue">邀请供应商得300元</view>
|
|
|
</view>
|
|
|
|
|
|
</view>
|
|
|
@@ -137,7 +138,6 @@ export default {
|
|
|
height: 80upx;
|
|
|
line-height: 80upx;
|
|
|
& > view {
|
|
|
- // padding: 0 80upx;
|
|
|
width: 50%;
|
|
|
text-align: center;
|
|
|
font-size: 28upx;
|
|
|
@@ -165,10 +165,11 @@ export default {
|
|
|
background: #f0f2f6;
|
|
|
padding: 0 0 20upx;
|
|
|
margin-bottom:100rpx;
|
|
|
+ padding-top:4rpx;
|
|
|
.list_item {
|
|
|
margin: 20upx 0 0;
|
|
|
position: relative;
|
|
|
- height: 180upx;
|
|
|
+ height: 210upx;
|
|
|
width: 100vw;
|
|
|
background: #fff;
|
|
|
display: flex;
|
|
|
@@ -215,7 +216,7 @@ export default {
|
|
|
}
|
|
|
& > .store_btn {
|
|
|
position: absolute;
|
|
|
- top:120upx;
|
|
|
+ top:155upx;
|
|
|
left: 0upx;
|
|
|
& > .btn_entrance {
|
|
|
display: inline-block;
|
|
|
@@ -226,6 +227,16 @@ export default {
|
|
|
text-decoration:underline;
|
|
|
}
|
|
|
}
|
|
|
+ .fl_line {
|
|
|
+ position: absolute;
|
|
|
+ top:120upx;
|
|
|
+ left: 40upx;
|
|
|
+ font-size:23rpx;
|
|
|
+ color:red;
|
|
|
+ text{
|
|
|
+ margin-right:40rpx;
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
.pay_list {
|