C端小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
370 B

  1. <view class='content'>
  2. <view class='head clearfix'>
  3. <text class='fl'>付款给呷脯呷脯</text>
  4. <image class='fr' src='./../../assets/img/logo.png' mode='widthFix'></image>
  5. </view>
  6. <text class='txt1'>金额</text>
  7. <view class='money'>
  8. <text class='icon'>¥</text>
  9. <text class='num'>200</text>
  10. <button>确认付款</button>
  11. </view>
  12. </view>