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.
|
- <!-- <view class="topBox">
- 缴费金额:<view><input type="number" bindinput="setNewPrice"></input></view>
- </view> -->
- <view wx:if='{{receiptUrl!=null}}' class='up-img'>
- <image src='{{receiptUrl}}' mode="widthFix" ></image>
- </view>
-
- <view class='camera' bindtap='uploadImg'>
- <image src='./../../../static/images/camera.png' mode="widthFix"></image>
- <text>拍摄缴费凭证</text>
- </view>
-
- <view class="operationBox">
- <button class='btn' hover-class='active1' bindtap="goBack">
- 返回
- </button>
- <button class='btn' hover-class='active1' bindtap="submit">
- 提交凭证
- </button>
- </view>
|