Browse Source

checkredis

yuenan
娄梦宁 3 years ago
parent
commit
60a3173f2b
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"]="http://msveni.com/h5/#/pages/product/product?id=".$val["id"];

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


Loading…
Cancel
Save