会员中心主要分为会员信息状态、订单状态、商城功能列表。
微擎小程序商城会员中心页面member.wxml
<!--shangcheng_xk/pages/member/member.wxml-->
<view class="container">
<view class="member">
<view class="member-info">
<view class="avatar">
<image src="https://www.shancloudy.com/attachment/images/2/2020/07/wWPpueUj5r9ww9cWJrJPhCWhjC9hH9.jpg" mode="widthFix"></image>
</view>
<view class="member-name">
<text>石小康</text>
<text>12345678966</text>
</view>
</view>
<view class="member-data">
<view class="balance">
<image src="http://www.shancloudy.com/attachment/images/2/2020/07/XWw5o9t4Sa46CW9mEFALOQcwWlcBC9.png" mode="widthFix"></image>
<text>余额</text>
</view>
<view class="integal">
<image src="http://www.shancloudy.com/attachment/images/2/2020/07/U58nmdnwANTwW8zZ5OtO8Tfhfj00to.png" mode="widthFix"></image>
<text>积分</text>
</view>
<view class=