account_info.wxml 552 字节
<!--pages/merchant/account_info/account_info.wxml-->
<view class='account_infotop'>
 <view class='head_box'>
  <view class='head'>
   <image src='../../../imgs/woman.png'></image>
  </view>
  <view class='head_txt'>商家名称</view>
 </view>
</view>
<view class='account_itembox'>
<view class='account_item' wx:for='{{[1,1,1,1]}}'>
 <view class='account_txtbox'>
  <view>提现</view>
  <view>-125</view>
 </view>
 <view>2018-09-08 15:20</view>
</view>
</view>
<view class='bottom_img'>
<image src='../../../imgs/dicengtupian@3x.png'></image>
</view>