修改图片

This commit is contained in:
duan
2024-05-28 14:08:08 +08:00
parent cf04b0ce1b
commit b3e25d7459

View File

@@ -3,22 +3,22 @@
<view>
<view class="bild">
<view class="bildLeft">
<text>充值金</text>
<text>我的余</text>
<view>12</view>
</view>
<view class="bildRight">
<text>剩余次数</text>
<text>我的积分</text>
<view>12</view>
</view>
</view>
<view class="navTop">
<view @click="clickEvent(1)">
充值
<view :class="[active==1?'xian':'']" style="left: 8rpx;"> </view>
余额明细
<view :class="[active==1?'xian':'']" style="left: 36rpx;"> </view>
</view>
<view @click="clickEvent(2)">
消费
<view :class="[active==2?'xian':'']" style="left: 8rpx;"> </view>
积分明细
<view :class="[active==2?'xian':'']" style="left: 36rpx;"> </view>
</view>
</view>
<view class="listStyle">
@@ -51,7 +51,12 @@
data() {
return {
active: 1,
list: []
list: [],
form:{
page:1,
pageSize:10,
memberId:''
}
}
},
onLoad() {
@@ -59,7 +64,13 @@
},
methods: {
getlist() {
// member/queryMemberAccount
// get
// memberId string 必需 示例值: 11
// page string 必需 示例值: 1
// pageSize string
},
clickEvent(i) {
this.active = i