Commit 2a8fd02b authored by zhengke's avatar zhengke

修改

parent adc39beb
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
<view class="order_LeftHeader"> <view class="order_LeftHeader">
<img :src="item.GoodsCoverImage" style="width:100%;height:100%;" alt="" /> <img :src="item.GoodsCoverImage" style="width:100%;height:100%;" alt="" />
</view> </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_btmTop" v-if="item.GoodsName">{{item.GoodsName}}</view>
<view class="order_btnTwo" v-if="item.UserName">来自用户 {{item.UserName}}</view> <view class="order_btnTwo" v-if="item.UserName">来自用户 {{item.UserName}}</view>
</view> </view>
...@@ -154,7 +154,7 @@ ...@@ -154,7 +154,7 @@
} }
.order_Bottom{ .order_Bottom{
display: flex; display: flex;
height:160rpx; min-height:160rpx;
background-color: #F7F7F7; background-color: #F7F7F7;
border-radius: 20rpx; border-radius: 20rpx;
margin-top:20rpx; margin-top:20rpx;
...@@ -172,11 +172,12 @@ ...@@ -172,11 +172,12 @@
-webkit-line-clamp: 2; -webkit-line-clamp: 2;
-webkit-box-orient: vertical; -webkit-box-orient: vertical;
overflow: hidden; overflow: hidden;
margin-bottom:20rpx;
} }
.order_btnTwo{ .order_btnTwo{
font-size:28rpx; font-size:28rpx;
color:#A3A3A3; color:#A3A3A3;
position: absolute; /* position: absolute; */
bottom:10rpx; /* bottom:10rpx; */
} }
</style> </style>
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
<u-search <u-search
:show-action="false" :show-action="false"
@search="init(1)" @search="init(1)"
@change="clearUmSer(1)"
style="background-color: #fff" style="background-color: #fff"
height="70" height="70"
shape="round" shape="round"
...@@ -28,6 +29,7 @@ ...@@ -28,6 +29,7 @@
<u-search <u-search
:show-action="false" :show-action="false"
@search="getDistriData(1)" @search="getDistriData(1)"
@change="clearDistri(1)"
style="background-color: #fff" style="background-color: #fff"
height="70" height="70"
shape="round" shape="round"
...@@ -449,6 +451,14 @@ export default { ...@@ -449,6 +451,14 @@ export default {
this.status = "nomore"; this.status = "nomore";
} }
}, },
clearUmSer(){
this.msg.pageIndex=1;
this.init(1);
},
clearDistri(){
this.dsMsg.pageIndex=1;
this.getDistriData(1);
},
//获取分销商 //获取分销商
getDistriData(type) { getDistriData(type) {
if (type == 1) { 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