zhaoxiaoqiang
2023-04-14 a5604d778ca31451a95d8dabdf94f7ebc78e5c55
src/views/product/wxScore-detail.vue
@@ -7,7 +7,7 @@
 -->
<template>
    <div class="hb-detail-box h-100-g">
        <v-navbar title="订单详情1" fixed></v-navbar>
        <v-navbar title="订单详情" fixed></v-navbar>
        <div class="content">
            <div class="cell-group">
                <van-cell :value="form.chanNo" title='渠道编码' readonly></van-cell>
@@ -32,7 +32,7 @@
            </div> -->
        </div>
        <footer class="footer flex-center-g">
            <van-button class="btn" :color="$store.state.backColor" v-if="form.orderStatus==1" @click="sendOrder">订单推送</van-button>
            <van-button class="btn" :color="$store.state.backColor" v-if="form.orderStatus==1 && hnOrnxtype == 410000" @click="sendOrder">订单推送</van-button>
            <van-button class="btn" :color="$store.state.backColor" v-if="form.refundBtnStatus==1" @click="refund">返销</van-button>
            <van-button class="btn" :color="$store.state.backColor" v-if="form.status==0" @click="showCode">显示支付二维码</van-button>
        </footer>
@@ -43,7 +43,7 @@
<script>
    import Vue from 'vue';
    import { Notify } from 'vant';
    import { mapState } from 'vuex';
    Vue.use(Notify);
    export default {
        data() {
@@ -51,8 +51,8 @@
                form: {},
            }
        },
        computed: {
        computed:{
           ...mapState(['hnOrnxtype']),
        },
        created() {
            this.getDetail();