1、文件地址:uniapp/pages/admin/orderDetail/index.vue
对照下图修改代码
<view class="bnt cancel" @click="modify('2',1)" v-if="(!orderInfo.refund || !orderInfo.refund.length) && (orderInfo.refund_type == 0 || orderInfo.refund_type == 1 || orderInfo.refund_type == 5) && orderInfo.paid && parseFloat(orderInfo.pay_price) >= 0">
立即退款

2、文件地址:uniapp/pages/admin/store/orderDetail/index.vue
对照下图修改代码
<view class="bnt cancel" @click="modify('2',1)" v-if="(!orderInfo.refund || !orderInfo.refund.length) && (orderInfo.refund_type == 0 || orderInfo.refund_type == 1 || orderInfo.refund_type == 5) && orderInfo.paid && parseFloat(orderInfo.pay_price) >= 0">
立即退款


