From 1ce94380ff778930fdfc857644cece15ae1177f4 Mon Sep 17 00:00:00 2001 From: devil_gong Date: Thu, 18 Oct 2018 18:33:55 +0800 Subject: [PATCH] vodie --- .../Application/Admin/Lang/zh-cn/goods.php | 3 + .../Admin/View/Default/Goods/SaveInfo.html | 22 +++- service/Application/Common/Lang/zh-cn.php | 2 + service/Public/Admin/Default/Css/Common.css | 1 - service/Public/Common/Js/Common.js | 102 ++++++++++++++++++ 5 files changed, 124 insertions(+), 6 deletions(-) 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" /> + + +
    + +
    + +