updated user bankslip path in verification frontend

This commit is contained in:
Jack Goh
2018-06-26 12:12:02 +08:00
parent 9fff113250
commit ae85886365
@@ -198,7 +198,7 @@
</div>
<el-row :gutter="12">
<el-col :span="22" style="text-align:center">
<img src="http://via.placeholder.com/600x400" class="image">
<img v-bind:src="booking_details.user_bankslip_path" class="image">
</el-col>
</el-row>
</el-card>
@@ -235,6 +235,7 @@
id: null,
amount: null,
bia: null,
user_bankslip_path: null,
}
}
},