forms/switch/CSwitchRadio.vue
@@ -102,7 +102,7 @@ }, mounted() { if (process.env.TARO_ENV === 'h5') { $(this.$refs.switch.$el).find('.at-switch').prepend(this.$refs.radio.$el); $(this.$refs.switch.$el).append(this.$refs.radio.$el); } else if (process.env.TARO_ENV === 'weapp') { $(this.$refs.switch.$el).find('.at-switch').append(this.$refs.radio); }