Browse Source

123

yuenan
xubinxcode 3 years ago
parent
commit
530568dfea
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      application/admin/controller/unishop/Product.php

+ 1
- 1
application/admin/controller/unishop/Product.php View File

@@ -125,7 +125,7 @@ class Product extends Backend
->limit($offset, $limit)
->select();
foreach ($list as &$val){
$val["url"]="http://msveni.com/h5/#/pages/product/product?id=".$val["id"];
$val["url"]="https://www.msveni.com/h5/#/pages/product/product?id=".$val["id"];

}
$list = collection($list)->toArray();


Loading…
Cancel
Save