Commit c68bef94 by 赵雅纹

推广

parent ff28a65a
......@@ -264,7 +264,11 @@ wxService.page({
* 页面相关事件处理函数--监听用户下拉动作
*/
onPullDownRefresh: function () {
this.setData({
pageNum: 1,
})
this.getMyExtendOrderList(this.data.pageNum, 10)
wx.stopPullDownRefresh();
},
/**
......
......@@ -145,6 +145,7 @@ swiper {
justify-content: space-around;
height: 88rpx;
align-items: center;
z-index: 99;
}
.share-button{
width: 200rpx;
......
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