Commit 59d3000d authored by youjie's avatar youjie

no message

parent 909e2bf9
...@@ -326,7 +326,7 @@ ...@@ -326,7 +326,7 @@
<span class="c059FF6">明细/编辑</span> <span class="c059FF6">明细/编辑</span>
</div> </div>
</div> </div>
<div v-else class="column-jac px15 bgE8F5E9 radius5 ml fz12 pa20 flex-s c20C997"> <div v-if="item.OrderStatus==2" class="column-jac px15 bgE8F5E9 radius5 ml fz12 pa20 flex-s c20C997">
<!-- <div class="mb5">已支付</div> <!-- <div class="mb5">已支付</div>
<div> <div>
<span class="fbold fz14">{{item.Income}}</span> <span class="fbold fz14">{{item.Income}}</span>
......
...@@ -1134,9 +1134,9 @@ ...@@ -1134,9 +1134,9 @@
if (x.housePhotos && x.housePhotos.length > 0) { if (x.housePhotos && x.housePhotos.length > 0) {
this.HousePhotos = x.housePhotos[0] this.HousePhotos = x.housePhotos[0]
} }
this.updateMsg.UniqueCode = x.UniqueCode this.updateMsg.UniqueCode = x.uniqueCode
this.updateMsg.LINEID = x.Email this.updateMsg.LINEID = x.lineid
this.updateMsg.Email = x.Email this.updateMsg.Email = x.email
} else {} } else {}
}, err => {}) }, err => {})
}, },
......
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