export default { data() { return { webUrl: this.$VUE_APP_RESOURCES_URL, active: 'weixin', } }, methods: { // 支付方式切换 payItem(type) { this.active = type } } }