Commit 5113a8ad authored by 黄奎's avatar 黄奎

页面修改

parent f431832c
......@@ -62,8 +62,8 @@
<td :rowspan="3" style="text-align: left">
<div>
<span @click="goOrderdetails(item,1)" class="order_OfferId">{{item.OrderId}}</span>
<span v-if="item.JoinType==3" style="color:red;margin-left:5px;">续费订单</span>
<span style="color:green;margin-left:5px;display:none;">已续费</span>
<span v-if="item.JoinType==3&&item.TargetJoinType==1" style="color:red;margin-left:5px;">续费订单</span>
<span v-if="item.JoinType==1&&item.TargetJoinType==3" style="color:green;margin-left:5px;">已续费</span>
</div>
<div class="order_OferTitle" v-if="item.TargetJoinType==1">
<template v-if="item.JoinType==3">
......
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