From bdb1a98b64a2cf59bcfd575c579aa0742e0de954 Mon Sep 17 00:00:00 2001
From: chenjingwu <chenjingwu@prec-tech.com>
Date: 星期五, 24 五月 2024 17:21:32 +0800
Subject: [PATCH] 1
---
force-app/main/default/pages/TenderAttachment.page | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/force-app/main/default/pages/TenderAttachment.page b/force-app/main/default/pages/TenderAttachment.page
index 7bad1d9..93cd937 100644
--- a/force-app/main/default/pages/TenderAttachment.page
+++ b/force-app/main/default/pages/TenderAttachment.page
@@ -5,7 +5,7 @@
<apex:includescript value="{!URLFOR($Resource.jquery183minjs)}">
</apex:includescript>
<title>
- 鏌ョ湅闄勪欢
+ 鏌ョ湅鏂囦欢
</title>
<style>
* {
@@ -58,7 +58,7 @@
<input id="btn2" type="button" value="缂╁皬" onclick="ImageChange('j_id0:testImg',false)" />
<br/> -->
<div style="height: 40px;background-color:#0f218b;width: 100%; ">
- <h1 style="color: white;margin-left: 45%;font-size: 24px;">鏌ョ湅闄勪欢</h1>
+ <h1 style="color: white;margin-left: 45%;font-size: 24px;">鏌ョ湅鏂囦欢</h1>
</div>
<div id="pandiv" style="margin-left: 24%; margin-top: 6%; text-align: center;">
<apex:image alt="姝ゅ鐨勫浘鍍忔弿杩�" id="testImg" value="" style="display: none;">
@@ -88,7 +88,7 @@
<script>
//鎺ユ敹url涓婄殑鍙傛暟
var queryVal=GetQueryValue('id');
- var url='/servlet/servlet.FileDownload?file='+queryVal;
+ var url='/sfc/servlet.shepherd/version/download/'+queryVal;
//20201221 liying end
//document.getElementById("j_id0:testImg").value=url;
//js鍔ㄦ�佽祴鍊�
@@ -266,14 +266,14 @@
mouseDownLocation = windowToCanvas(canvas, event.clientX, event.clientY);
if (isPointInImageArea(mouseDownLocation)) {
isMouseDown = true;
- document.title = '鏌ョ湅闄勪欢';
+ document.title = '鏌ョ湅鏂囦欢';
}
}
/**榧犳爣寮硅捣*/
document.body.onmouseup = function() {
isMouseDown = false;
canvas.style.cursor = "default";
- document.title = '鏌ョ湅闄勪欢';
+ document.title = '鏌ョ湅鏂囦欢';
}
/**榧犳爣绉诲姩*/
pandiv.onmousemove = function(event) {
--
Gitblit v1.9.1