Commit cf3541f0 by 赵雅纹

Merge branch 'feature-zyw-sc' into 'dev_7.1.0'

Feature zyw sc

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