Administrator před 4 roky
rodič
revize
0ee5e68585

+ 1 - 1
src/main/resources/static/css/user-center/order/detail.css

@@ -19,7 +19,7 @@ li{list-style:none}
     .order-container .section .section-info .order-title .title-name{line-height:  40px;font-size: 14px;color: #22272e;}
     .order-container .section .section-info .order-title .title-name p{display:inline-block;margin-right:10px;}
     .order-container .section .section-info .order-title .title-name p.state{color: #E15616;margin-left: 10px;font-weight: normal;}
-    .order-container .section .section-info .order-title .title-type{float:left;width:40px;height: 40px;background: url("/img/order/second.png")center center no-repeat;background-size: cover;}
+    .order-container .section .section-info .order-title .title-type{float:right;width:40px;height: 40px;background: url("/img/order/second.png")center center no-repeat;background-size: cover;}
     .order-container .section .section-info .order-title .title-time{position:absolute;right:0;top:0;line-height:40px;font-size: 12px;color: #9aa5b5;}
     .order-container .section .section-info .order-content{width:100%;height:auto;}
     .order-container .section .section-info .order-content .order-item{width:100%;}

+ 4 - 0
src/main/resources/static/js/account/register-supplier.js

@@ -246,6 +246,10 @@ var registerPage = new Vue({
         },
         mainProAdd: function(){//添加主营内容
             var _self = this;
+            if(_self.mainProEdit==''){
+                 CAIMEI.dialog('请输入主营内容!',false);
+                 return
+            }
             if (_self.mainProEdit.length>0) {
                 var obj = {name:_self.mainProEdit};
                 if(_self.checkedArray(_self.mainProEdit,_self.mentuzCampNullList)){

+ 1 - 1
src/main/resources/templates/account/register-supplier.html

@@ -146,7 +146,7 @@
                         <p><em>*</em>主营内容:</p>
                         <p class="business" id="secondShopType">
                             <label v-for="pro in mentuzCampNullList" class="diyBox second"><input type="checkbox" name="secondShopType" v-model="userMainPros" :value="pro.name" @change="ChangeSecondShopType"><i class="icon mIcon">{{pro.name}}</i></label>
-                            <input type="text" placeholder="请输入其他自定义品项目" v-model.trim="mainProEdit">
+                            <input type="text" placeholder="请输入其他自定义主营内容" v-model.trim="mainProEdit">
                             <a href="javascript:void(0);" @click="mainProAdd()">确认添加</a>
                         </p>
                         <span class="errTips icon mIcon" tips="请选择或添加主营产品"></span>

+ 1 - 1
src/main/resources/templates/user-center/setting/upgrade.html

@@ -160,7 +160,7 @@
                                     </label>
                                 </p>
                                 <p class="business">
-                                    <input type="text" placeholder="请输入其他自定义品项目" v-model.trim="mainProEdit">
+                                    <input type="text" placeholder=" 请输入其他自定义主营内容" v-model.trim="mainProEdit">
                                     <a href="javascript:void(0);" @click="mainProAdd()">确认添加</a>
                                 </p>
                                 <span class="errTips icon mIcon" tips="请选择或添加主营产品"></span>