Commit f234f40b authored by qipeng's avatar qipeng

Merge branch 'develop' of http://192.168.0.204/panyongping/uni-pdtravel into develop

parents 7f443d28 f9fe62c6
...@@ -350,7 +350,7 @@ ...@@ -350,7 +350,7 @@
申请退票 申请退票
</view> </view>
<radio-group @change="radioChange"> <radio-group @change="radioChange">
<label class="subradio" v-if="item.isRefund" v-for="(item,index) in orderInfo.childs" :key="index"> <label class="subradio" v-if="item.ifRefund" v-for="(item,index) in orderInfo.childs" :key="index">
<text>{{item.productName}}</text> <text>{{item.productName}}</text>
<radio :value="item.id" :checked="refundOrderId==item.id"/> <radio :value="item.id" :checked="refundOrderId==item.id"/>
</label> </label>
...@@ -654,6 +654,7 @@ export default { ...@@ -654,6 +654,7 @@ export default {
} }
} }
}) })
console.log(this.orderInfo.childs)
}else{ }else{
// 退票规则以主订单为准 // 退票规则以主订单为准
if(orderInfo.orderStatus==2||orderInfo.orderStatus==7){ if(orderInfo.orderStatus==2||orderInfo.orderStatus==7){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment