select_photo.wxml 988 Bytes
<view class="content" style="height: 70%;">
    <view style="height: 100%;;display:flex;align-items:center;overflow: hidden;">
        <image style="width: 100%;border-radius: 3%;max-height:400px" mode="widthFix" src="{{gl_skin_img['path']}}"></image>
        <!-- <image wx:else style="width: 100%;border-radius: 3%;" mode="widthFix" src="{{gl_skin_img['path']}}"></image> -->
    </view>
 
      <view>
       <input class="inputclass" name="img_remark" value="" placeholder="请填写备注" bindinput="getInput"> </input>
        </view>
    
    <view class="foot_btn">
        <view class="reset_select" bindtap="takePhoto">
            <text class="iconfont icon-zuojiantou" style="font-size: 40rpx"></text>
            <text style="font-size: 28rpx">重拍</text>
        </view>
        <view class="ok_btn" bindtap="ok_select">
            <text class="iconfont icon-dagou" style="margin-right: 10rpx"></text>
            <text>完成</text>
        </view>
    </view>
</view>