Commit 2a8fd02b authored by zhengke's avatar zhengke

修改

parent adc39beb
......@@ -25,7 +25,7 @@
<view class="order_LeftHeader">
<img :src="item.GoodsCoverImage" style="width:100%;height:100%;" alt="" />
</view>
<view style="width:100%;position:relative;padding:10rpx 10rpx 10rpx 20rpx;">
<view style="width:100%;padding:10rpx 10rpx 10rpx 20rpx;">
<view class="order_btmTop" v-if="item.GoodsName">{{item.GoodsName}}</view>
<view class="order_btnTwo" v-if="item.UserName">来自用户 {{item.UserName}}</view>
</view>
......@@ -154,7 +154,7 @@
}
.order_Bottom{
display: flex;
height:160rpx;
min-height:160rpx;
background-color: #F7F7F7;
border-radius: 20rpx;
margin-top:20rpx;
......@@ -172,11 +172,12 @@
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
margin-bottom:20rpx;
}
.order_btnTwo{
font-size:28rpx;
color:#A3A3A3;
position: absolute;
bottom:10rpx;
/* position: absolute; */
/* bottom:10rpx; */
}
</style>
......@@ -17,6 +17,7 @@
<u-search
:show-action="false"
@search="init(1)"
@change="clearUmSer(1)"
style="background-color: #fff"
height="70"
shape="round"
......@@ -28,6 +29,7 @@
<u-search
:show-action="false"
@search="getDistriData(1)"
@change="clearDistri(1)"
style="background-color: #fff"
height="70"
shape="round"
......@@ -449,6 +451,14 @@ export default {
this.status = "nomore";
}
},
clearUmSer(){
this.msg.pageIndex=1;
this.init(1);
},
clearDistri(){
this.dsMsg.pageIndex=1;
this.getDistriData(1);
},
//获取分销商
getDistriData(type) {
if (type == 1) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment