diff --git a/service/Application/Admin/Lang/zh-cn/goods.php b/service/Application/Admin/Lang/zh-cn/goods.php index 478e66800..37df73c4a 100755 --- a/service/Application/Admin/Lang/zh-cn/goods.php +++ b/service/Application/Admin/Lang/zh-cn/goods.php @@ -97,5 +97,8 @@ return array( 'goods_home_recommended_images_tips'=> '留空则取相册第一张图', 'goods_brand_id_text' => '品牌', + + 'goods_video_text' => '短视频', + 'goods_video_tips' => '视频比图文更有具带入感,仅支持 mp4 格式', ); ?> \ No newline at end of file diff --git a/service/Application/Admin/View/Default/Goods/SaveInfo.html b/service/Application/Admin/View/Default/Goods/SaveInfo.html index 6e64a37b1..50d46462a 100755 --- a/service/Application/Admin/View/Default/Goods/SaveInfo.html +++ b/service/Application/Admin/View/Default/Goods/SaveInfo.html @@ -25,9 +25,9 @@
  • {{:L('goods_nav_photo_name')}}
  • - +
  • {{:L('goods_nav_attribute_name')}}
  • @@ -178,10 +178,22 @@ - +
    + + + value="{{$data.video}}"" data-validation-message="{{:L('common_select_video_tips')}}" readonly="readonly" /> + + +
    + +
    + +