Commit fcbc754f by 朱继来

型号跳转到商详页

parent 64ef7570
...@@ -38,4 +38,7 @@ return [ ...@@ -38,4 +38,7 @@ return [
'gd_outside' => 15, 'gd_outside' => 15,
], ],
// www站点
'main_url' => 'https://www.liexin.com/',
]; ];
...@@ -387,7 +387,7 @@ ...@@ -387,7 +387,7 @@
@if (!empty($order_items_info)) @if (!empty($order_items_info))
@foreach ($order_items_info as $v) @foreach ($order_items_info as $v)
<tr> <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>{{$v['brand_name']}}</td>
<td id="goods_number_{{$v['rec_id']}}">{{$v['goods_number']}}</td> <td id="goods_number_{{$v['rec_id']}}">{{$v['goods_number']}}</td>
<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