diff --git a/application/wap/view/first/store/detail.html b/application/wap/view/first/store/detail.html index e899f95f..ca07efb8 100644 --- a/application/wap/view/first/store/detail.html +++ b/application/wap/view/first/store/detail.html @@ -13,7 +13,6 @@
{$storeInfo.store_name}
-
¥{$minprice|floatval}
原价:¥{$storeInfo.ot_price|floatval}
商品编号:{$storeInfo.id} 库存:{$storeInfo.stock}{$storeInfo.unit_name} 销量:{$storeInfo.sales}{$storeInfo.unit_name}
diff --git a/web.config b/web.config new file mode 100644 index 00000000..352b415d --- /dev/null +++ b/web.config @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file