正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
@@ -57,7 +57,7 @@ | @@ -57,7 +57,7 @@ | ||
57 | <!--<img src="img/upload.png" alt="">--> | 57 | <!--<img src="img/upload.png" alt="">--> |
58 | <!--</div>--> | 58 | <!--</div>--> |
59 | <div id="preview"> | 59 | <div id="preview"> |
60 | - <img id="imghead" border="0" src="img/upload.png" style="width:100%;height:100%" onclick="$('#previewImg').click();"> | 60 | + <img id="imghead" border="0" src="__TMPL__/public/assets/images/img/upload.png" style="width:100%;height:100%" onclick="$('#previewImg').click();"> |
61 | </div> | 61 | </div> |
62 | <!--<img src="../img/delet.png" alt="" style="position:absolute;bottom:92px;left:46px" class="deleteimg"/>--> | 62 | <!--<img src="../img/delet.png" alt="" style="position:absolute;bottom:92px;left:46px" class="deleteimg"/>--> |
63 | <input type="file" onchange="previewImage(this)" style="display: none;" id="previewImg"> | 63 | <input type="file" onchange="previewImage(this)" style="display: none;" id="previewImg"> |
@@ -65,7 +65,7 @@ | @@ -65,7 +65,7 @@ | ||
65 | <p class="uploadword">上传小票图片</p> | 65 | <p class="uploadword">上传小票图片</p> |
66 | </div> | 66 | </div> |
67 | <div class="footer">确定</div> | 67 | <div class="footer">确定</div> |
68 | - <script type="text/javascript" src="js/jquery.min.js"></script> | 68 | + <script type="text/javascript" src="__TMPL__/public/assets/js/jquery.min.js"></script> |
69 | <script> | 69 | <script> |
70 | function clacImgZoomParam(maxWidth, maxHeight, width, height) { | 70 | function clacImgZoomParam(maxWidth, maxHeight, width, height) { |
71 | var param = { | 71 | var param = { |
-
请 注册 或 登录 后发表评论