chenyc
2023-06-04 e559855816a4b2397e052f1557d19d0cba13e26a
src/views/jifenShangCheng/components/gouwuche.vue
@@ -99,6 +99,7 @@
    import dizhi from '../components/dizhi.vue'
    import { userInfoStore } from '@/stores/userInfo'
    const userInfo = userInfoStore()
    const emit = defineEmits(['fanhuiFun'])
    const AllChecked=ref(false)
    const loading = ref(false)
    const isAdmin=ref(false)
@@ -209,6 +210,7 @@
            Toast.success('删除成功')
            console.log(re)
            isAdmin.value=false
            emit('fanhuiFun')
            getPages()
        })
@@ -237,6 +239,7 @@
                console.log(re)
                if (re==='OK'){
                    Toast.success('您已经兑换成功')
                    emit('fanhuiFun')
                    show.value=false
                } else {
                    Toast('兑换失败')