WebApp【公共组件库】@前端(For Git Submodule)
YFeng
2022-03-11 e60616d3269a25eba78d435dade0719700fce30e
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);
        }
    },
};