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.

20 lines
646 B

  1. <!-- <view class="topBox">
  2. 缴费金额:<view><input type="number" bindinput="setNewPrice"></input></view>
  3. </view> -->
  4. <view wx:if='{{receiptUrl!=null}}' class='up-img'>
  5. <image src='{{receiptUrl}}' mode="widthFix" ></image>
  6. </view>
  7. <view class='camera' bindtap='uploadImg'>
  8. <image src='./../../../static/images/camera.png' mode="widthFix"></image>
  9. <text>拍摄缴费凭证</text>
  10. </view>
  11. <view class="operationBox">
  12. <button class='btn' hover-class='active1' bindtap="goBack">
  13. 返回
  14. </button>
  15. <button class='btn' hover-class='active1' bindtap="submit">
  16. 提交凭证
  17. </button>
  18. </view>