Administrator 4 gadi atpakaļ
vecāks
revīzija
745c15f0e2

+ 1 - 1
src/main/resources/static/css/user-center/setting/password.css

@@ -15,7 +15,7 @@ li{list-style:none}
     .right-header .header-tabs{width: 168px;height: 38px;background-color: #f0f3f7;border-radius: 2px 0px 0px 2px;;line-height: 38px;font-size: 14px;text-align: center;color: #627386;float: left;cursor: pointer;}
     .right-header .header-tabs.current{background-color: #e15616;color: #FFFFFF;}
     .container{width: 100%;min-height:485px;box-sizing: border-box;padding: 16px 236px;background-color: #FFF;box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.07);}
-
+    input::placeholder{color: #9aa5b5}
 }
 
 /**

+ 1 - 1
src/main/resources/static/css/user-center/setting/phone.css

@@ -16,7 +16,7 @@ li{list-style:none}
     .container{width: 100%;min-height:510px;box-sizing: border-box;padding:0 236px;background-color: #FFF;box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.07);}
     .container .title{width: 100%;line-height: 36px;font-size: 14px;color: #22272E;text-align: center;}
     .container .title span{color: #f94b4b;}
-
+    input::placeholder{color: #9aa5b5}
 }
 
 /**

+ 1 - 1
src/main/resources/templates/index.html

@@ -75,7 +75,7 @@
                                             </div>
                                         </template>
                                         <template v-else>
-                                            <template v-if="p.priceFlag==0 || p.userIdentity==2 || (p.userIdentity==3 && p.supplierId==GLOBAL_SHOP_ID)">
+                                            <template v-if="p.priceFlag==0 && p.userIdentity==2 || (p.userIdentity==3 && p.supplierId==GLOBAL_SHOP_ID)">
                                                 <em class="p" v-text="'¥'+parseFloat(p.price).toFixed(2)"></em>
                                                 <span class="listTag" v-if="p.actStatus==1">{{p.promotions.name}}</span>
                                             </template>