H5/Js/Cpbd.js
@@ -39,7 +39,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 = "";
@@ -50,7 +56,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 = "";
@@ -88,7 +100,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;
@@ -99,7 +117,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;