7 changed files with 237 additions and 2 deletions
-
3app.json
-
2pages/account-opened/account-opened.wxml
-
3pages/home-page/home-page.wxml
-
127pages/withdrawal-history/withdrawal-history.js
-
6pages/withdrawal-history/withdrawal-history.json
-
58pages/withdrawal-history/withdrawal-history.wxml
-
40pages/withdrawal-history/withdrawal-history.wxss
@ -0,0 +1,127 @@ |
|||||
|
// pages/pregnant-mother/pregnant-mother.js
|
||||
|
|
||||
|
|
||||
|
Page({ |
||||
|
|
||||
|
/** |
||||
|
* 页面的初始数据 |
||||
|
*/ |
||||
|
data: { |
||||
|
background: ['demo-text-1', 'demo-text-2', 'demo-text-3'], |
||||
|
indicatorDots: true, |
||||
|
vertical: false, |
||||
|
autoplay: true, |
||||
|
interval: 2000, |
||||
|
duration: 500, |
||||
|
nvabarData: { |
||||
|
title: '', //导航栏 中间的标题
|
||||
|
keyWord: '', |
||||
|
search: true |
||||
|
}, |
||||
|
height: '' |
||||
|
}, |
||||
|
|
||||
|
|
||||
|
changeIndicatorDots() { |
||||
|
this.setData({ |
||||
|
indicatorDots: !this.data.indicatorDots |
||||
|
}) |
||||
|
}, |
||||
|
|
||||
|
changeAutoplay() { |
||||
|
this.setData({ |
||||
|
autoplay: !this.data.autoplay |
||||
|
}) |
||||
|
}, |
||||
|
|
||||
|
intervalChange(e) { |
||||
|
this.setData({ |
||||
|
interval: e.detail.value |
||||
|
}) |
||||
|
}, |
||||
|
|
||||
|
durationChange(e) { |
||||
|
this.setData({ |
||||
|
duration: e.detail.value |
||||
|
}) |
||||
|
}, |
||||
|
|
||||
|
/** |
||||
|
* 生命周期函数--监听页面加载 |
||||
|
*/ |
||||
|
onLoad(options) { |
||||
|
|
||||
|
}, |
||||
|
|
||||
|
/** |
||||
|
* 生命周期函数--监听页面初次渲染完成 |
||||
|
*/ |
||||
|
onReady() { |
||||
|
|
||||
|
}, |
||||
|
|
||||
|
/** |
||||
|
* 生命周期函数--监听页面显示 |
||||
|
*/ |
||||
|
onShow() { |
||||
|
|
||||
|
// 清除搜索框 调用子组件的清空函数
|
||||
|
this.selectComponent('#bar').clearInput(); |
||||
|
// 每个机型的尺寸不一致
|
||||
|
// 在app.js中获取到的 statusBarHeight 用于控制头部的高度
|
||||
|
|
||||
|
this.setData({ |
||||
|
// height: app.globalData.height,
|
||||
|
}) |
||||
|
this.setData({ |
||||
|
'nvabarData.inputValue': '' |
||||
|
}) |
||||
|
|
||||
|
if (typeof this.getTabBar === 'function' && |
||||
|
this.getTabBar()) { |
||||
|
this.getTabBar().setData({ |
||||
|
selected: 1 |
||||
|
}) |
||||
|
} |
||||
|
}, |
||||
|
|
||||
|
search: function(e) { |
||||
|
this.getTask(e.detail); |
||||
|
}, |
||||
|
|
||||
|
|
||||
|
/** |
||||
|
* 生命周期函数--监听页面隐藏 |
||||
|
*/ |
||||
|
onHide() { |
||||
|
|
||||
|
}, |
||||
|
|
||||
|
/** |
||||
|
* 生命周期函数--监听页面卸载 |
||||
|
*/ |
||||
|
onUnload() { |
||||
|
|
||||
|
}, |
||||
|
|
||||
|
/** |
||||
|
* 页面相关事件处理函数--监听用户下拉动作 |
||||
|
*/ |
||||
|
onPullDownRefresh() { |
||||
|
|
||||
|
}, |
||||
|
|
||||
|
/** |
||||
|
* 页面上拉触底事件的处理函数 |
||||
|
*/ |
||||
|
onReachBottom() { |
||||
|
|
||||
|
}, |
||||
|
|
||||
|
/** |
||||
|
* 用户点击右上角分享 |
||||
|
*/ |
||||
|
onShareAppMessage() { |
||||
|
|
||||
|
} |
||||
|
}) |
||||
@ -0,0 +1,6 @@ |
|||||
|
{ |
||||
|
"navigationBarTitleText": "用户提现历史", |
||||
|
"enablePullDownRefresh": false, |
||||
|
"navigationBarBackgroundColor": "#fff", |
||||
|
"navigationBarTextStyle": "black" |
||||
|
} |
||||
@ -0,0 +1,58 @@ |
|||||
|
<view class="page-content"> |
||||
|
<view class="flow-item"> |
||||
|
<view class="flowing-information"> |
||||
|
<view class="serial-number">流水号: 139812983213</view> |
||||
|
<view class="withdrawal-status">提现成功</view> |
||||
|
<view class="withdrawal-time">2023-11-28 15:45:39</view> |
||||
|
</view> |
||||
|
<view class="withdrawal-limit">-¥458.00</view> |
||||
|
</view> |
||||
|
<view class="flow-item"> |
||||
|
<view class="flowing-information"> |
||||
|
<view class="serial-number">流水号: 139812983213</view> |
||||
|
<view class="withdrawal-status">提现成功</view> |
||||
|
<view class="withdrawal-time">2023-11-28 15:45:39</view> |
||||
|
</view> |
||||
|
<view class="withdrawal-limit">-¥458.00</view> |
||||
|
</view> |
||||
|
<view class="flow-item"> |
||||
|
<view class="flowing-information"> |
||||
|
<view class="serial-number">流水号: 139812983213</view> |
||||
|
<view class="withdrawal-status">提现成功</view> |
||||
|
<view class="withdrawal-time">2023-11-28 15:45:39</view> |
||||
|
</view> |
||||
|
<view class="withdrawal-limit">-¥458.00</view> |
||||
|
</view> |
||||
|
<view class="flow-item"> |
||||
|
<view class="flowing-information"> |
||||
|
<view class="serial-number">流水号: 139812983213</view> |
||||
|
<view class="withdrawal-status">提现成功</view> |
||||
|
<view class="withdrawal-time">2023-11-28 15:45:39</view> |
||||
|
</view> |
||||
|
<view class="withdrawal-limit">-¥458.00</view> |
||||
|
</view> |
||||
|
<view class="flow-item"> |
||||
|
<view class="flowing-information"> |
||||
|
<view class="serial-number">流水号: 139812983213</view> |
||||
|
<view class="withdrawal-status">提现成功</view> |
||||
|
<view class="withdrawal-time">2023-11-28 15:45:39</view> |
||||
|
</view> |
||||
|
<view class="withdrawal-limit">-¥458.00</view> |
||||
|
</view> |
||||
|
<view class="flow-item"> |
||||
|
<view class="flowing-information"> |
||||
|
<view class="serial-number">流水号: 139812983213</view> |
||||
|
<view class="withdrawal-status">提现成功</view> |
||||
|
<view class="withdrawal-time">2023-11-28 15:45:39</view> |
||||
|
</view> |
||||
|
<view class="withdrawal-limit">-¥458.00</view> |
||||
|
</view> |
||||
|
<view class="flow-item"> |
||||
|
<view class="flowing-information"> |
||||
|
<view class="serial-number">流水号: 139812983213</view> |
||||
|
<view class="withdrawal-status">提现成功</view> |
||||
|
<view class="withdrawal-time">2023-11-28 15:45:39</view> |
||||
|
</view> |
||||
|
<view class="withdrawal-limit">-¥458.00</view> |
||||
|
</view> |
||||
|
</view> |
||||
@ -0,0 +1,40 @@ |
|||||
|
page{ |
||||
|
background: #F7F7F7; |
||||
|
} |
||||
|
.page-content{ |
||||
|
margin-top: 10rpx; |
||||
|
background: #fff; |
||||
|
padding: 30rpx; |
||||
|
padding-top: 0; |
||||
|
} |
||||
|
.flow-item{ |
||||
|
display: flex; |
||||
|
justify-content: space-between; |
||||
|
align-items: center; |
||||
|
padding: 30rpx 0; |
||||
|
border-bottom: 1rpx solid #eee; |
||||
|
} |
||||
|
.serial-number{ |
||||
|
font-family: 'PingFang SC', sans-serif; |
||||
|
font-size: 26rpx; |
||||
|
color: #454545; |
||||
|
font-weight: bold; |
||||
|
} |
||||
|
.withdrawal-status{ |
||||
|
font-family: 'PingFang SC', sans-serif; |
||||
|
font-size: 26rpx; |
||||
|
color: #666666; |
||||
|
padding: 10rpx 0; |
||||
|
} |
||||
|
.withdrawal-time{ |
||||
|
font-family: 'PingFang SC', sans-serif; |
||||
|
font-size: 26rpx; |
||||
|
color: #666666; |
||||
|
} |
||||
|
.withdrawal-limit{ |
||||
|
font-family: 'PingFang SC', sans-serif; |
||||
|
font-size: 26rpx; |
||||
|
color: #454545; |
||||
|
font-weight: bold; |
||||
|
} |
||||
|
|
||||
Write
Preview
Loading…
Cancel
Save
Reference in new issue