Commit cb16518d by 朱继来

Merge branch 'master' into development

parents c36047c0 fcbc754f
......@@ -38,4 +38,7 @@ return [
'gd_outside' => 15,
],
// www站点
'main_url' => 'https://www.liexin.com/',
];
......@@ -387,7 +387,7 @@
@if (!empty($order_items_info))
@foreach ($order_items_info as $v)
<tr>
<td>{{$v['goods_name']}}</td>
<td><a href="{{Config('website.main_url').'goods_'.$v['goods_id'].'.html?ptag=order'}}">{{$v['goods_name']}}</a></td>
<td>{{$v['brand_name']}}</td>
<td id="goods_number_{{$v['rec_id']}}">{{$v['goods_number']}}</td>
<td>
......
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