diff --git a/app/index/view/product/detail copy.html b/app/index/view/product/detail copy.html
deleted file mode 100644
index c2d260a2..00000000
--- a/app/index/view/product/detail copy.html
+++ /dev/null
@@ -1,308 +0,0 @@
-{extend name="public/base" /}
-{block name="title"}
-{notempty name="product.seo_title"}
-
-
-
-
-
首页
- {volist name="product_categorys" id="ca"}
-
-
{$ca.name}
- {/volist}
-
-
-
-
-
-
-
-
-

-
-
-
-
-
-
-
-
{$product.name|default=''}
-
{$product.desc|default=''}
-
-
- {volist name="product_params" id="pp"}
- -
-
{$pp.name}
-
- {$pp.value}
-
- {/volist}
-
-
-
- {volist name="product_sku_attrs" id="ps"}
-
- {/volist}
-
-
-
-
-
-
-
-
-
-
- {$product.detail|default=''|raw}
-
-
-
- {notempty name="product_related"}
-
- {/notempty}
-
-
-
-
-
-
-
![]()
-
-
x
-
-
-{/block}
-{block name="script"}
-
-{/block}
\ No newline at end of file
diff --git a/app/index/view/product/detail.html b/app/index/view/product/detail.html
index 45ab6cbb..40340301 100644
--- a/app/index/view/product/detail.html
+++ b/app/index/view/product/detail.html
@@ -31,42 +31,37 @@
{volist name="product_skus" id="sku" key="idx"}
- {if condition="!empty($product.video_img) && !empty($product.video_url) && $idx == 1"}
-
-
-
-
-
-
-
-
- {/if}
-
-
+ {if condition="!empty($product.video_img) && !empty($product.video_url) && $idx == 1"}
+
+
+ {else/}
{notempty name="sku.photo_album[0]"}

{/notempty}
-
-
+ {/if}
{/volist}
@@ -110,8 +105,8 @@