H5/Js/My.js
@@ -5,7 +5,12 @@
        return {
            isLoading: false,
            active: 0,
            cardType: "d",
            cardType: "",
            userInfo: {
                "loginGuid": '',
                "loginAccount": '',
                "loginName": '',
            },
            tabs: [
                {
                    name: '待办列表',
@@ -44,6 +49,11 @@
    },
    mounted() {
        var that = this;
        this.userInfo = {
            loginGuid: this.GetLoginInfor().loginGuid,
            loginAccount: this.GetLoginInfor().loginAccount,
            loginName: Cookies.get('loginName'),
        };
    },
    methods: {
        goOut() {
@@ -61,10 +71,16 @@
                    // on cancel
                });
        },
        //goMsg() {
        //    var that = this;
        //    window.location.href = "/H5/Message.aspx";
        //},
        goMsg() {
            var that = this;
            window.location.href = "/H5/Message.aspx";
        },
            uni.navigateTo({
                url: "/pages/index/test/PrintInit?type=1",
            });
        goOrg() {
            var that = this;
            this.$dialog.confirm({