tianyi 3 weeks ago
parent
commit
0f4f371373
  1. 9
      pages/index/index.vue

9
pages/index/index.vue

@ -291,6 +291,9 @@
:style="{'background':checkYongjin==true?'linear-gradient(135deg, rgba(255, 247, 215, 0.95), rgba(166, 255, 234, 0.72))':'rgba(248, 255, 250, 0.86)','border':checkYongjin==true?'1px solid rgba(255, 188, 119, 0.72)':'1px solid rgba(166, 255, 234, 0.46)'}">
佣金
</view>
<view @tap="searchOrder('shuaxin')" class="sort-member" hover-class="box-hover" style="border-radius: 60rpx">
刷新
</view>
</view>
<view class="sort-text"
v-if="getAreaData.id != undefined || putAreaData.id != undefined || checkYongjin"
@ -677,7 +680,7 @@
hallOnly: true,
status: 0,
pageNum: 1,
pageSize:5,
pageSize:10,
getAreaId: '',
putAreaId: '',
paths: ['home_top', 'home_center_left_top', 'home_center_left_bottom', 'home_center_right_top',
@ -1250,6 +1253,7 @@
this.checkYongjin = false
this.searchForm.order = ''
}
console.log("shuaxin")
this.searchForm.pageNum = 1
this.getDelivery();
},
@ -2807,4 +2811,7 @@
color: #ff7043;
font-weight: 900;
}
.box-hover {
background: rgba(248, 255, 237, 0.86);
}
</style>
Loading…
Cancel
Save