shawenguan 1 jaar geleden
bovenliggende
commit
eb9557c9c8
2 gewijzigde bestanden met toevoegingen van 6 en 6 verwijderingen
  1. 2 2
      Scripts/hbcpre/hbcpreHelper.js
  2. 4 4
      Scripts/imoutai/imoutaiHelper.js

+ 2 - 2
Scripts/hbcpre/hbcpreHelper.js

@@ -309,7 +309,7 @@ function handleNewpackOrderListDetail(){
         if(iData.lock_uid && iData.lock_uid > 0){
             iData.lock_uid = null;
             iData.lock_time = null;
-            iData.pay_price = `${iData.pay_price}#u`;
+            iData.pay_price = `${iData.pay_price}#0`;
             iData.pay_type1 = 1;
             iData.pay_type2 = 1;
             iData.pay_type3 = 1;
@@ -335,7 +335,7 @@ function handlePacklistDetail(){
     if(itemData.lock_uid && itemData.lock_uid > 0){
         itemData.lock_uid = null;
         itemData.lock_time = null;
-        itemData.pay_price = `${itemData.pay_price}#u`;
+        itemData.pay_price = `${itemData.pay_price}#0`;
         itemData.pay_type1 = 1;
         itemData.pay_type2 = 1;
         itemData.pay_type3 = 1;

+ 4 - 4
Scripts/imoutai/imoutaiHelper.js

@@ -174,7 +174,7 @@ function checkHandleRequest() {
     }
 }
 
-function handleHeads() {
+function handleHeaders() {
     let headers = $request.headers;
     // lk.log(JSON.stringify(headers));
 
@@ -206,7 +206,7 @@ function handleHeads() {
 }
 
 function handleLogin() {
-    handleHeads();
+    handleHeaders();
     let rspBody = lk.getResponseBody();
     if (!rspBody) {
         return;
@@ -238,7 +238,7 @@ function handleLogin() {
 }
 
 function handleUserInfo() {
-    handleHeads();
+    handleHeaders();
     let rspBody = lk.getResponseBody();
     if (!rspBody) {
         return;
@@ -260,7 +260,7 @@ function handleUserInfo() {
 }
 
 function handleMessageUnRead(){
-    handleHeads();
+    handleHeaders();
 }
 
 function handleUserIsolationPageData(){