When using jSignature.js signature, the signature is invalid on the signature plate (that is, the signature content is not displayed), and the refresh page can be used normally.

 signatureRender: function () {
        var _myH = "";
        var self = this;
        self.myStauts = true;
        var _height = $("body").height()*0.6;
        
        var _width = $(window).width()*0.95;
        this.$("._signature-container").remove();
        this.$el.append(_.template(this.signatureTpl)())
        this.$el.find("-sharpsignature").jSignature({
            width:_width +"px",
            height: _height+"px",
            "background-color": "-sharpf5f5f5",
            color: "red"
        });


    },
    signatureOk: function () {
        var datapair = this.$el.find("-sharpsignature").jSignature("getData", "image");
        var _length = this.$el.find("-sharpsignature").jSignature("getData", "native").length;
        var i = new Image();
        i.src = "data:" + datapair[0] + "," + datapair[1];
        this.$el.find("-sharpparentSignature").html($(i));
        this.$el.find("-sharpparentSignature img").attr("data-length", _length)
        this.$("._signature-container").remove();
        this.$el.find(".next-btn").attr("data-type", 1)
    },
    signatureCancel: function () {
        this.$el.find("-sharpsignature").jSignature("reset");
    },
Mar.04,2021
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-1b3ad8a-2c25d.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-1b3ad8a-2c25d.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?