|
@@ -12,22 +12,22 @@
|
|
<div class="col-5 my-3">
|
|
<div class="col-5 my-3">
|
|
<!--账号资料-->
|
|
<!--账号资料-->
|
|
<form>
|
|
<form>
|
|
- <!--<div class="form-group">-->
|
|
|
|
- <!--<div class="form-check form-check-inline">-->
|
|
|
|
- <!--<input class="form-check-input" type="radio" name="inlineRadioOptions" id="inlineRadio2" value="option2">-->
|
|
|
|
- <!--<label class="form-check-label" for="inlineRadio2">在线手写签名图</label>-->
|
|
|
|
- <!--</div>-->
|
|
|
|
- <!--<div class="form-check form-check-inline">-->
|
|
|
|
- <!--<input class="form-check-input" type="radio" name="inlineRadioOptions" id="inlineRadio1" value="option1">-->
|
|
|
|
- <!--<label class="form-check-label" for="inlineRadio1">上传签名图</label>-->
|
|
|
|
- <!--</div>-->
|
|
|
|
- <!--</div>-->
|
|
|
|
- <!--<div class="form-group">-->
|
|
|
|
- <!--<label>上传签名图</label>-->
|
|
|
|
- <!--<input type="file" class="form-control-file" id="exampleFormControlFile1">-->
|
|
|
|
- <!--<small class="form-text text-danger">图片大小为600x300,格式PNG透明背景。</small>-->
|
|
|
|
- <!--</div>-->
|
|
|
|
<div class="form-group">
|
|
<div class="form-group">
|
|
|
|
+ <div class="form-check form-check-inline">
|
|
|
|
+ <input class="form-check-input sign-type" type="radio" name="sign" id="sign-type-1" value="1" checked>
|
|
|
|
+ <label class="form-check-label" for="sign-type-1">在线手写签名图</label>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="form-check form-check-inline">
|
|
|
|
+ <input class="form-check-input sign-type" type="radio" name="sign" id="sign-type-2" value="2">
|
|
|
|
+ <label class="form-check-label" for="sign-type-2">上传签名图</label>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="form-group" id="show-upload" style="display: none">
|
|
|
|
+ <label>上传签名图</label>
|
|
|
|
+ <input type="file" class="form-control-file" id="sign-upload">
|
|
|
|
+ <small class="form-text text-danger">图片大小为600x300,格式PNG透明背景。</small>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="form-group" id="show-qrcode">
|
|
<label>在线手写签名</label>
|
|
<label>在线手写签名</label>
|
|
<div><img src="/profile/qrCode" width="150"></div>
|
|
<div><img src="/profile/qrCode" width="150"></div>
|
|
<small class="form-text text-danger">微信扫码使用在线手写程序</small>
|
|
<small class="form-text text-danger">微信扫码使用在线手写程序</small>
|
|
@@ -38,11 +38,11 @@
|
|
<div>
|
|
<div>
|
|
<div class="position-relative">
|
|
<div class="position-relative">
|
|
<img src="/public/images/baobiao3.png">
|
|
<img src="/public/images/baobiao3.png">
|
|
- <% if (accountData.sign_path !== '') { %>
|
|
|
|
<div class="position-absolute fixed-top" id="sign-show" style="left:290px;top:320px">
|
|
<div class="position-absolute fixed-top" id="sign-show" style="left:290px;top:320px">
|
|
- <img src="/public/upload/sign/<%= accountData.sign_path %>" width="90">
|
|
|
|
|
|
+ <% if (accountData.sign_path !== '') { %>
|
|
|
|
+ <img src="/public/upload/sign/<%= accountData.sign_path %>" width="90">
|
|
|
|
+ <% } %>
|
|
</div>
|
|
</div>
|
|
- <% } %>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|