Commit b445a60a by 朱继来

Merge branch 'zjl_iteration_20190802'

parents 92866f69 27be5695
Showing with 4 additions and 4 deletions
......@@ -315,11 +315,11 @@
@endif
<?php
$extend = App\Http\Controllers\getOrderExtend($v['order_id'], 'upload_contract_url');
// $extend = App\Http\Controllers\getOrderExtend($v['order_id'], 'upload_contract_url');
if (!empty($extend->upload_contract_url)) {
echo '<a class="btn btn-warning" href="'.$extend->upload_contract_url.'" target="_blank">客户合同下载</a>';
}
// if (!empty($extend->upload_contract_url)) {
// echo '<a class="btn btn-warning" href="'.$extend->upload_contract_url.'" target="_blank">客户合同下载</a>';
// }
?>
@if ($v['status'] == -1 && !$v['cancel_reason'])
......
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 sign in to comment