@custouch/jssdk
    Preparing search index...

    Type Alias FormSetting

    成为会员的设置

    在后台会员中心的会员体系设置

    type FormSetting = {
        manualQualification: boolean;
        memberApplicationSetting: {
            formIds: string[];
            isMember: boolean;
            membershipLevel: Level;
        };
        membershipLevel: Level;
        submitForm: boolean;
        subscribeOfficialAccount: boolean;
    }
    Index

    Properties

    manualQualification: boolean
    memberApplicationSetting: {
        formIds: string[];
        isMember: boolean;
        membershipLevel: Level;
    }

    表单设置

    membershipLevel: Level
    submitForm: boolean

    是否需要提交表单

    subscribeOfficialAccount: boolean

    是否需要关注公众号