WebApp【公共组件库】@前端(For Git Submodule)
Tevin
2023-06-05 ca49ec2690b7b6c7b39a208064d10bce495767b3
forms/checkbox/CCheckBox.vue
@@ -89,7 +89,9 @@
                .find('.at-input__container')
                .prepend(this.$refs.check.$el);
        } else if (process.env.TARO_ENV === 'weapp') {
            $(this.$refs.input.$el).find('.at-input__container').append(this.$refs.check);
            $(this.$refs.input.$el)
                .find('.at-input__container')
                .append(this.$refs.check.$el);
        }
    },
};