Browse Source

Merge branch 'developerB' of http://git.caimei365.com/chao/caimei-caimei365-www into developerB

Aslee 4 years ago
parent
commit
f5935454eb

+ 20 - 5
src/main/resources/static/css/base/base.pc.css

@@ -186,14 +186,29 @@ iframe{width:320px !important;height: 280px !important}
 .footLink>div span{line-height:48px;font-size:14px;font-weight:bold;color:#FFF}
 .footLink>div a{line-height:36px;font-size:12px;color:#BEC2C9}
 .footLink>div a:hover{color:#E15616;text-decoration:underline}
-.footContact{text-align:center;padding-top:30px}
-.footContact p{display:inline-block;width:72px;background:#FFF;border-radius:2px;overflow:hidden;margin:0 16px}
-.footContact p img{width:72px;height:72px}
-.footContact p span{line-height:24px;white-space:nowrap;font-size:12px}
+.footContact{text-align:center;padding-top:30px;border-bottom: 1px solid rgba(255,255,255,.2);}
+.footContact-code{width: 100%;height: 72px;box-sizing: border-box;padding: 0 448px;}
+.footContact .item{width: 48px;height: 72px;float: left;margin: 0 12px;position: relative;cursor: pointer;}
+.footContact .item .foot-icon{width:48px;height:48px;float: left;border-radius: 50%;background-color: #4a4f58;}
+.footContact .item .foot-icon .icon{width:48px;height:48px;float: left;border-radius: 50%;background-color: #4a4f58;}
+.footContact .item .foot-icon .icon-kefu:before{width:48px;height:48px;background-position: -1px -596px;}
+.footContact .item .foot-icon .icon-hehe:before{width:48px;height:48px;background-position: -61px -596px;}
+.footContact .item .foot-icon .icon-caimei:before{width:48px;height:48px;background-position: -121px -596px;}
+.footContact .item .foot-icon .icon-mini:before{width:48px;height:48px;background-position: -181px -596px;}
+.footContact .item:hover .foot-code{display: block;}
+.footContact .item:hover .foot-icon.kefu .icon-kefu:before{background-position: -241px -596px;}
+.footContact .item:hover .foot-icon.hehe .icon-hehe:before{background-position: -301px -596px;}
+.footContact .item:hover .foot-icon.caimei .icon-caimei:before{background-position: -1px -656px;}
+.footContact .item:hover .foot-icon.mini .icon-mini:before{background-position: -61px -656px;}
+.footContact .item:hover  p{color: #ffffff;}
+.footContact .item .foot-code{transition: all 2s;width: 128px;height: 128px;position: absolute;top: -135px;left: 50%;border-radius: 2px;margin-left: -64px;display: block;display: none;background:#FFF;}
+.footContact .item .foot-code:before{content: '';width: 0;height: 0;border-width: 7px;border-style: solid;border-color:#FFFFFF transparent transparent transparent;position: absolute;bottom: -13px;left: 50%;margin-left: -6px;}
+.footContact .item .foot-code img{width: 128px;height: 128px;display: block;border-radius: 2px;}
+.footContact .item p{line-height:16px;white-space:nowrap;font-size:12px;margin-top: 7px;width:100%;float: left;color: #bec2c9;text-align: center;}
 .footContact .cellNumber{height:60px;line-height:60px;font-size:12px;color:#FFF;white-space:nowrap}
 .footContact .cellNumber span {margin: 0 12px;}
 .footContact .cellNumber a{color:#FFF;}
-.copyright{text-align:center;color:#FFF;font-size:12px;padding-bottom:25px}
+.copyright{text-align:center;color:#FFF;font-size:12px;padding: 26px 0;}
 .copyright .item{white-space:nowrap;padding-left:35px;position:relative;float:left;margin-left:50%;transform:translateX(-50%)}
 .copyright .item:before{position:absolute;left:0;width:32px;height:32px;background-position:0 -140px}
 .copyright p span{margin:0 5px}

+ 5 - 2
src/main/resources/static/css/flea-market/list.css

@@ -9,8 +9,11 @@
     .ClassA {width: 128px;height: 40px;display: inline-block;text-align: center;line-height: 40px;font-size: 16px;cursor: pointer;color: #333333;border: 0;}
     .active {background: #ffe6dc;color: #e15616;}
     .activeImg{opacity: 0.5;}
-    .fabu {float: right;text-align: center;color: #e15616;border-bottom: 1px solid #e15616;height: 32px;margin-right: 30px}
-    .fabu a {line-height: 40px;color: #e15616}
+    .right-btn{width: 215px;float: right}
+    .fabu {float: right;text-align: center;height: 26px;margin-right: 30px;background: #e15616;width: 72px;line-height: 26px;margin-top: 7px;border-radius: 2px}
+    .fabu a {color: #fff}
+    .intro{border-bottom: 1px solid #e15616;float: left;margin-top: 10px; }
+    .intro a{color: #e15616;}
     .mainTab {background: #fff;width:1184px;height: 40px;float: left;}
     .Listitem:nth-of-type(4n) {margin-right: 0;}
     .mainTab li {height: 40px;line-height: 40px;text-align: center;color: #627386;cursor: pointer;width: 128px;float: left;}

BIN
src/main/resources/static/img/base/icon.png


BIN
src/main/resources/static/img/common/qr_code_applets.png


BIN
src/main/resources/static/img/common/qr_code_mini.png


+ 45 - 45
src/main/resources/static/js/flea-market/form.js

@@ -4,7 +4,7 @@ var fleaMarketForm = new Vue({
     data:{
         fenlei:[
             {name:'二手仪器',value:'1'},
-            {name:'临期产品',value:'2'},
+            // {name:'临期产品',value:'2'},
             {name:'其他',value:'3'},
         ],
         currentId:0,
@@ -35,12 +35,12 @@ var fleaMarketForm = new Vue({
             brandName:'',//其他品牌
             fixedYears:null,//出厂
             companyName:'',//公司名称
-            maturityYears:'',//产品到期
+            // maturityYears:'',//产品到期
             price1:'',//交易价
             detailTalkFlag:1,//是否启用详聊
-            normalPrice:'',//市场价
-            originalPrice:'',//采购价
-            stock:'',//数量
+            // normalPrice:'',//市场价
+            // originalPrice:'',//采购价
+            // stock:'',//数量
             productQuality:'',//商品成色
             contactName:'',//联系人
             contactMobile:'',//联系方式
@@ -199,26 +199,26 @@ var fleaMarketForm = new Vue({
                 },2000);
                 return
          }
-         if(_this.secondParams.secondHandType ==2) {
-         if (_this.secondParams.normalPrice == '') {
-                 _this.vShow_Market = true;
-                 _this.fromMessage = '请输入市场价';
-                 _this.scrollIntoView();
-                 setTimeout(function () {
-                     _this.vShow_Market = false;
-                 }, 2000);
-                 return
-             }
-             if (_this.secondParams.maturityYears == '') {
-                 _this.vShow_expire = true;
-                 _this.fromMessage = '请输入产品到期日';
-                 _this.scrollIntoView();
-                 setTimeout(function () {
-                     _this.vShow_expire = false;
-                 }, 2000);
-                 return
-             }
-         }
+         // if(_this.secondParams.secondHandType ==2) {
+         // if (_this.secondParams.normalPrice == '') {
+         //         _this.vShow_Market = true;
+         //         _this.fromMessage = '请输入市场价';
+         //         _this.scrollIntoView();
+         //         setTimeout(function () {
+         //             _this.vShow_Market = false;
+         //         }, 2000);
+         //         return
+         //     }
+         //     if (_this.secondParams.maturityYears == '') {
+         //         _this.vShow_expire = true;
+         //         _this.fromMessage = '请输入产品到期日';
+         //         _this.scrollIntoView();
+         //         setTimeout(function () {
+         //             _this.vShow_expire = false;
+         //         }, 2000);
+         //         return
+         //     }
+         // }
          if(_this.secondParams.price1 == ''){
                   _this.vShow_Price = true;
                   _this.fromMessage = '请输入交易价';
@@ -228,26 +228,26 @@ var fleaMarketForm = new Vue({
                     },2000);
                     return
              }
-         if(_this.secondParams.secondHandType ==2){
-             if(_this.secondParams.originalPrice == ''){
-              _this.vShow_original = true;
-              _this.fromMessage = '请输入采购价/原价';
-              _this.scrollIntoView();
-                setTimeout(function(){
-                    _this.vShow_original = false;
-                },2000);
-                return
-           }
-         if(_this.secondParams.stock == ''){
-              _this.vShow_Number = true;
-              _this.fromMessage = '请输入数量';
-              _this.scrollIntoView();
-                setTimeout(function(){
-                    _this.vShow_Number = false;
-                },2000);
-                return
-            }
-         }
+         // if(_this.secondParams.secondHandType ==2){
+         //     if(_this.secondParams.originalPrice == ''){
+         //      _this.vShow_original = true;
+         //      _this.fromMessage = '请输入采购价/原价';
+         //      _this.scrollIntoView();
+         //        setTimeout(function(){
+         //            _this.vShow_original = false;
+         //        },2000);
+         //        return
+         //   }
+         // if(_this.secondParams.stock == ''){
+         //      _this.vShow_Number = true;
+         //      _this.fromMessage = '请输入数量';
+         //      _this.scrollIntoView();
+         //        setTimeout(function(){
+         //            _this.vShow_Number = false;
+         //        },2000);
+         //        return
+         //    }
+         // }
 
 
          if(_this.secondParams.productQuality == ''){

+ 2 - 3
src/main/resources/static/js/index.js

@@ -29,7 +29,7 @@ var homeData = new Vue({
                         ,effect: "leftLoop"
                         ,prevCell:".swiper-button-prev"
                         ,nextCell:".swiper-button-next"
-                        ,interTime: 2000
+                        ,interTime: 3000
                         ,autoPlay: true
                         ,autoPage: false
                         ,trigger: "mouseover"
@@ -38,7 +38,7 @@ var homeData = new Vue({
                     var swiper = new Swiper('#swiper-container', {
                         loop : true,
                         autoplay: {
-                            delay: 2000,
+                            delay: 3000,
                             disableOnInteraction: false
                         },
                         navigation: {
@@ -105,7 +105,6 @@ var homeData = new Vue({
                 }
             });
         },
-
         getFloorData: function(){
             var _self = this;
             $.getJSON("/home/floor").done(function (r) {

+ 15 - 0
src/main/resources/static/js/supplier-center/shop/release.js

@@ -52,6 +52,7 @@ var releaseContainer = new Vue({
             twoClassifyName:'',
             threeClassifyName:'',
             brandName:'',
+            attribute:''
         },
         params:{
             param:[],//相关参数
@@ -90,6 +91,10 @@ var releaseContainer = new Vue({
             {placeholder:'建议输入商品大类别关键词',value:""},
             {placeholder:'建议输入商品小类别关键词',value:""},
         ],
+        attributeList:[
+            {name:'产品',value:'1'},
+            {name:'仪器',value:'2'}
+        ],
         productDetailInfoID:null,
         ProvinceList:[],
         GoodsImagesList:[],
@@ -123,6 +128,7 @@ var releaseContainer = new Vue({
         vShow_GoodsImages:false,
         vShow_detailInfoEditor:true,
         vShow_orderInfoEditor:true,
+        vShow_attribute:false,
     },
     computed: {
 
@@ -613,6 +619,15 @@ var releaseContainer = new Vue({
                 },2000);
                 return;
             }
+            if(_this.releaseParams.attribute == ''){
+                _this.vShow_attribute=true;
+                _this.fromMessage = '请选择商品属性';
+                 _this.scrollIntoView();
+                setTimeout(function(){
+                    _this.vShow_attribute = false;
+                },2000);
+                return;
+            }
             if(_this.releaseParams.tinyTypeID == ''){
                 _this.vShow_TinyTypeID = true;
                 _this.fromMessage = '请选择商品分类';

+ 29 - 17
src/main/resources/templates/components/footer.html

@@ -25,23 +25,35 @@
         </div>
         <!--二维码-->
         <div class="footContact wrap">
-            <div>
-                <p>
-                    <img src="/img/common/qr_code_caimei.png"/>
-                    <span>采美商城</span>
-                </p>
-                <!--<p>
-                    <img src="/img/base/qr_code_applets.png"/>
-                    <span>采美小程序</span>
-                </p>-->
-                <p>
-                    <img src="/img/common/qr_code_hehe.png"/>
-                    <span>呵呵商城</span>
-                </p>
-                <p>
-                    <img src="/img/common/qr_code_kefu.png"/>
-                    <span>采美客服</span>
-                </p>
+            <div class="footContact-code">
+                <div class="item">
+                    <div class="foot-icon kefu">
+                        <i class="icon mIcon icon-kefu"></i>
+                    </div>
+                    <div class="foot-code"><img src="/img/common/qr_code_kefu.png"/></div>
+                    <P>采美客服</P>
+                </div>
+                <div class="item">
+                    <div class="foot-icon hehe">
+                        <i class="icon mIcon icon-hehe"></i>
+                    </div>
+                    <div class="foot-code"><img src="/img/common/qr_code_hehe.png"/></div>
+                    <P>呵呵商城</P>
+                </div>
+                <div class="item">
+                    <div class="foot-icon caimei">
+                        <i class="icon mIcon icon-caimei"></i>
+                    </div>
+                    <div class="foot-code"><img src="/img/common/qr_code_caimei.png"/></div>
+                    <P>采美商城</P>
+                </div>
+               <div class="item">
+                    <div class="foot-icon mini">
+                        <i class="icon mIcon icon-mini"></i>
+                    </div>
+                    <div class="foot-code"><img src="/img/common/qr_code_mini.png"/></div>
+                    <P>采美小程序</P>
+                </div>
             </div>
             <div class="cellNumber">
                 <span>周一至周五 09:00-18:00</span>

+ 24 - 24
src/main/resources/templates/flea-market/form.html

@@ -38,10 +38,10 @@
                         </div>
                          <span class="release-tips errTips icon mIcon" v-show="vShow_instrumentType">{{fromMessage}}</span>
                     </div>
-                    <div class="linqi_text" v-show="secondParams.secondHandType==2">
-                        <div class="jiaobiao"></div>
-                        <p>临期产品是指临近保质期的产品,距离到期日最好在6个月以上</p>
-                    </div>
+<!--                    <div class="linqi_text" v-show="secondParams.secondHandType==2">-->
+<!--                        <div class="jiaobiao"></div>-->
+<!--                        <p>临期产品是指临近保质期的产品,距离到期日最好在6个月以上</p>-->
+<!--                    </div>-->
                     <div class="unlogin-item input-item shrink-spacing">
                         <div class="unlogin-label spacing" style="letter-spacing: 1px;"><span class="red-color">*</span>商品品牌:</div>
 
@@ -63,11 +63,11 @@
                         <div class="unlogin-label spacing" style="letter-spacing: 1px;">出厂日期:</div>
                         <input type="text"  v-model="secondParams.fixedYears" id="shopyear" maxlength="10" placeholder="请输入出厂日期 如:2020年06月">
                     </div>
-                     <div class="unlogin-item input-item shrink-spacing"  v-show="secondParams.secondHandType==2">
-                        <div class="unlogin-label spacing" style="letter-spacing: 1px;"><span class="red-color">*</span>产品到期日:</div>
-                        <input type="text"  v-model="secondParams.maturityYears" id="expire" maxlength="10" placeholder="请输入产品到期日,如:2020年12月">
-                        <span class="release-tips errTips icon mIcon" v-show="vShow_expire">{{fromMessage}}</span>
-                    </div>
+<!--                     <div class="unlogin-item input-item shrink-spacing"  v-show="secondParams.secondHandType==2">-->
+<!--                        <div class="unlogin-label spacing" style="letter-spacing: 1px;"><span class="red-color">*</span>产品到期日:</div>-->
+<!--                        <input type="text"  v-model="secondParams.maturityYears" id="expire" maxlength="10" placeholder="请输入产品到期日,如:2020年12月">-->
+<!--                        <span class="release-tips errTips icon mIcon" v-show="vShow_expire">{{fromMessage}}</span>-->
+<!--                    </div>-->
                     <div class="unlogin-item input-item shrink-spacing">
                         <div class="unlogin-label spacing" style="letter-spacing: 1px;">公司名称:</div>
                         <input type="text"  v-model="secondParams.companyName" id="mechanismname" maxlength="30" placeholder="请输入公司名称,不超过30个汉字">
@@ -81,21 +81,21 @@
                         <span class="showflag" v-show="vShow_detailTalkFlag">(勾选代表同意不显示交易价)</span>
                         <span class="release-tips errTips icon mIcon" v-show="vShow_Price">{{fromMessage}}</span>
                     </div>
-                     <div class="unlogin-item input-item shrink-spacing" v-show="secondParams.secondHandType==2">
-                        <div class="unlogin-label spacing" style="letter-spacing: 1px;"><span class="red-color">*</span>市场价:</div>
-                        <input type="text"  v-model="secondParams.normalPrice" id="market" maxlength="30" oninput="value=value.replace(/[^\d]/g, '')"   placeholder="请输入市场价">
-                        <span class="release-tips errTips icon mIcon" v-show="vShow_Market">{{fromMessage}}</span>
-                    </div>
-                    <div class="unlogin-item input-item shrink-spacing" v-show="secondParams.secondHandType==2">
-                        <div class="unlogin-label spacing" style="letter-spacing: 1px;"><span class="red-color">*</span>采购价/原价:</div>
-                        <input type="text"  v-model="secondParams.originalPrice" id="original_price" maxlength="30" oninput="value=value.replace(/[^\d]/g, '')" placeholder="请输入采购价/原价"/>
-                        <span class="release-tips errTips icon mIcon" v-show="vShow_original">{{fromMessage}}</span>
-                    </div>
-                     <div class="unlogin-item input-item shrink-spacing" v-show="secondParams.secondHandType==2">
-                        <div class="unlogin-label spacing" style="letter-spacing: 1px;"><span class="red-color">*</span>数量:</div>
-                        <input type="text"  id="number" v-model="secondParams.stock" maxlength="30" oninput="value=value.replace(/[^\d]/g,'')" placeholder="请输入数量">
-                       <span class="release-tips errTips icon mIcon" v-show="vShow_Number">{{fromMessage}}</span>
-                    </div>
+<!--                     <div class="unlogin-item input-item shrink-spacing" v-show="secondParams.secondHandType==2">-->
+<!--                        <div class="unlogin-label spacing" style="letter-spacing: 1px;"><span class="red-color">*</span>市场价:</div>-->
+<!--                        <input type="text"  v-model="secondParams.normalPrice" id="market" maxlength="30" oninput="value=value.replace(/[^\d]/g, '')"   placeholder="请输入市场价">-->
+<!--                        <span class="release-tips errTips icon mIcon" v-show="vShow_Market">{{fromMessage}}</span>-->
+<!--                    </div>-->
+<!--                    <div class="unlogin-item input-item shrink-spacing" v-show="secondParams.secondHandType==2">-->
+<!--                        <div class="unlogin-label spacing" style="letter-spacing: 1px;"><span class="red-color">*</span>采购价/原价:</div>-->
+<!--                        <input type="text"  v-model="secondParams.originalPrice" id="original_price" maxlength="30" oninput="value=value.replace(/[^\d]/g, '')" placeholder="请输入采购价/原价"/>-->
+<!--                        <span class="release-tips errTips icon mIcon" v-show="vShow_original">{{fromMessage}}</span>-->
+<!--                    </div>-->
+<!--                     <div class="unlogin-item input-item shrink-spacing" v-show="secondParams.secondHandType==2">-->
+<!--                        <div class="unlogin-label spacing" style="letter-spacing: 1px;"><span class="red-color">*</span>数量:</div>-->
+<!--                        <input type="text"  id="number" v-model="secondParams.stock" maxlength="30" oninput="value=value.replace(/[^\d]/g,'')" placeholder="请输入数量">-->
+<!--                       <span class="release-tips errTips icon mIcon" v-show="vShow_Number">{{fromMessage}}</span>-->
+<!--                    </div>-->
                     <div class="unlogin-item input-item shrink-spacing">
                         <div class="unlogin-label spacing" style="letter-spacing: 1px;"><span class="red-color">*</span>商品成色:</div>
                         <input type="text" maxlength="10" id="shopcolor"v-model="secondParams.productQuality"  placeholder="请输入商品成色,如“9成新”">

+ 16 - 10
src/main/resources/templates/flea-market/list.html

@@ -21,25 +21,31 @@
                 <li class="ClassA icon" @click="handle('1')" :class="[currentId == '1' ? 'active':'',currentId == '1' ? 'jqSelect':'']">
                     {{ tabTitleName }}
                 </li>
-                <li class="ClassA icon" @click="handle('2')" :class="[currentId == '2' ? 'active':'',currentId == '2' ? 'jqSelect':'']">
-                    临期产品
-                </li>
+<!--                <li class="ClassA icon" @click="handle('2')" :class="[currentId == '2' ? 'active':'',currentId == '2' ? 'jqSelect':'']">-->
+<!--                    临期产品-->
+<!--                </li>-->
                 <li class="ClassA icon" @click="handle('3')" :class="[currentId == '3' ? 'active':'',currentId == '3' ? 'jqSelect':'']">
                     其他
                 </li>
-                <li class="fabu">
-                    <a href="/flea-market/form.html">我要发布</a>
-                <li/>
+                <div class="right-btn">
+                    <li class="intro">
+                        <a href="/flea-market/intro.html">二手市场介绍</a>
+                    <li/>
+                    <li class="fabu">
+                        <a href="/flea-market/form.html">我要发布</a>
+                    <li/>
+                </div>
+
             </ul>
             <ul class="secondTitle" v-else>
                 <li class="ClassA mIcon off" @click="handle('1')" :class="currentId == '1' ? 'active':''">
                     {{ tabTitleName }}
                     <span class="line" v-if="currentId == '1'"></span>
                 </li>
-                <li class="ClassA" @click="handle('2')" :class="[currentId == '2' ? 'active':'',currentId == '2' ? 'off':'']">
-                    临期产品
-                    <span class="line" v-if="currentId == '2'"></span>
-                </li>
+<!--                <li class="ClassA" @click="handle('2')" :class="[currentId == '2' ? 'active':'',currentId == '2' ? 'off':'']">-->
+<!--                    临期产品-->
+<!--                    <span class="line" v-if="currentId == '2'"></span>-->
+<!--                </li>-->
                 <li class="ClassA" @click="handle('3')" :class="[currentId == '3' ? 'active':'',currentId == '3' ? 'off':'']">
                     其他
                     <span class="line" v-if="currentId == '3'"></span>

+ 0 - 0
src/main/resources/templates/product/instruelist.html


+ 16 - 0
src/main/resources/templates/product/instrument.html

@@ -0,0 +1,16 @@
+<!DOCTYPE html>
+<html lang="zh-CN" xmlns:th="https://www.thymeleaf.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="https://www.thymeleaf.org ">
+<head>
+    <title>采美365网-仪器</title>
+    <template th:replace="components/head-link"></template>
+    <link th:href="@{/css/equipment/list.css(v=${version})}" rel="stylesheet" type="text/css">
+</head>
+<body>
+    <!-- 引用头部 -->
+    <template th:replace="components/header"></template>
+
+    <!-- 引入底部 -->
+<template th:replace="components/footer"></template>
+<template th:replace="components/foot-link"></template>
+</body>

+ 3 - 3
src/main/resources/templates/single-page/repair.html

@@ -19,9 +19,9 @@
         </h1>
         <div class="content">
             <img src="/img/repair/repair.jpg" alt="采美仪器维修介绍">
-            <div class="btnBox">
-                <a href="/repair/form.html" class="fixedBtn">申请维修</a>
-            </div>
+<!--            <div class="btnBox">-->
+<!--                <a href="/repair/form.html" class="fixedBtn">申请维修</a>-->
+<!--            </div>-->
         </div>
     </div>
 </div>

+ 17 - 7
src/main/resources/templates/supplier-center/shop/release.html

@@ -61,6 +61,16 @@
                                 <div class="release-input"><input class="input" v-model="releaseParams.aliasName" maxlength="40" type="text" placeholder="请输入该商品在您公司内部的名称" @blur="blur_aliasName"></div>
                                 <div class="release-tips" v-show="vShow_AliasName">{{fromMessage}}</div>
                             </div>
+                             <div class="release-from clear">
+                                 <div class="release-label"><span class="star">*</span>商品属性:</div>
+                                    <div class="release-input">
+                                        <div class="release-props">
+                                            <label class="release-radio"><input type="radio" name="includedTax" v-model="releaseParams.attribute" value="1" ><i class="icon mIcon">产品</i></label>
+                                            <label class="release-radio"><input type="radio" name="includedTax" v-model="releaseParams.attribute" value="2" checked><i class="icon mIcon">仪器</i></label>
+                                        </div>
+                                </div>
+                                <div class="release-tips" v-show="vShow_attribute">{{fromMessage}}</div>
+                             </div>
                             <div class="release-from clear">
                                 <div class="release-label"><span class="star">*</span>商品分类:</div>
                                 <div class="release-input">
@@ -78,13 +88,13 @@
                                             <div class="option" v-for="x in classificationTwoList" :key="x.value" @click="ChangeClassificationTwo(x)">{{x.name}}</div>
                                         </div>
                                     </div>
-                                    <div class="select-main" :class="[isSelectActive == 3 ? 'border' : '']">
-                                        <input class="select" v-model="selectText.tinyTypeID" type="text" readonly="readonly" placeholder="请选择分类" @click.stop.prevent="showOption('three')">
-                                         <i class="mIcon selected"></i>
-                                        <div class="option-main" v-if="isSelectActive == 3">
-                                            <div class="option" v-for="x in classificationThreeList" :key="x.value" @click="ChangeClassificationThree(x)">{{x.name}}</div>
-                                        </div>
-                                    </div>
+<!--                                    <div class="select-main" :class="[isSelectActive == 3 ? 'border' : '']">-->
+<!--                                        <input class="select" v-model="selectText.tinyTypeID" type="text" readonly="readonly" placeholder="请选择分类" @click.stop.prevent="showOption('three')">-->
+<!--                                         <i class="mIcon selected"></i>-->
+<!--                                        <div class="option-main" v-if="isSelectActive == 3">-->
+<!--                                            <div class="option" v-for="x in classificationThreeList" :key="x.value" @click="ChangeClassificationThree(x)">{{x.name}}</div>-->
+<!--                                        </div>-->
+<!--                                    </div>-->
                                 </div>
                                 <div class="release-tips" v-show="vShow_TinyTypeID">{{fromMessage}}</div>
                             </div>