Js variable judgment?

clipboard.png

clipboard.png

clipboard.png

clipboard.png

dragging the from marker can move normally, but dragging the to can only fix one point
$("- sharprange"). On ("change", function () {

).
     
            var $this = $(this),
            from = $this.data("from");
            to = $this.data("to");
           
                var fromData = fromToDis(json.data,to);
                computeOffsetCommon(fromData,1,"");
       
                var toData = fromToDis(json.data,from);
                computeOffsetCommon(toData,2,"");
      
    });
Mar.09,2021

it is recommended to post the detailed code.
for example: computeOffsetCommon concrete implementation

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b4096e-2b88b.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b4096e-2b88b.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?