H5/Js/Nxhd.js
@@ -44,7 +44,13 @@
                        that.$refs.LsBar.focus();
                    }
                    else {
                        that.$toast.fail(json.message);
                        //that.$toast.fail(json.message);
                        that.$dialog.alert({
                            message: json.message,
                            theme: 'round-button',
                        }).then(() => {
                            // on close
                        });
                        that.$playSound('error');
                        that.$refs.ZsBar.focus();
                        that.ZsBar = "";
@@ -55,7 +61,13 @@
                })
                .catch(function (error) {
                    that.isLoading = false;
                    that.$toast.fail("网络错误,请重试!");
                    //that.$toast.fail("网络错误,请重试!");
                    that.$dialog.alert({
                        message: "网络错误,请重试!",
                        theme: 'round-button',
                    }).then(() => {
                        // on close
                    });
                    that.$playSound('error');
                    that.$refs.ZsBar.focus();
                    that.ZsBar = "";
@@ -98,7 +110,13 @@
                        that.LsBar = null;
                    }
                    else {
                        that.$toast.fail(json.message);
                        //that.$toast.fail(json.message);
                        that.$dialog.alert({
                            message: json.message,
                            theme: 'round-button',
                        }).then(() => {
                            // on close
                        });
                        that.$playSound('error');
                        that.$refs.ZsBar.focus();
                        that.ZsBar = null;
@@ -109,7 +127,13 @@
                })
                .catch(function (error) {
                    that.isLoading = false;
                    that.$toast.fail("网络错误,请重试!");
                    //that.$toast.fail("网络错误,请重试!");
                    that.$dialog.alert({
                        message: "网络错误,请重试!",
                        theme: 'round-button',
                    }).then(() => {
                        // on close
                    });
                    that.$playSound('error');
                    that.$refs.ZsBar.focus();
                    that.ZsBar = null;