Browse Source

yang shi yan shou xou gai

wangcz 8 years ago
parent
commit
8ba2f29f57

+ 4 - 4
src/main/resources/spring/context.xml

@@ -11,13 +11,13 @@
 	http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd
 	http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd
 	http://www.springframework.org/schema/cache http://www.springframework.org/schema/cache/spring-cache-3.1.xsd">
 	http://www.springframework.org/schema/cache http://www.springframework.org/schema/cache/spring-cache-3.1.xsd">
 
 
-	<context:property-placeholder location="classpath*:${profile}/*.properties" />
+	<context:property-placeholder location="classpath*:dev/*.properties" />
 	<!-- 系统运行参数注入 -->
 	<!-- 系统运行参数注入 -->
 	<util:properties id="sys"
 	<util:properties id="sys"
-		location="classpath:${profile}/sys.properties" />
+		location="classpath:dev/sys.properties" />
 	<!-- 消息参数 -->
 	<!-- 消息参数 -->
 	<util:properties id="message"
 	<util:properties id="message"
-		location="classpath:${profile}/message.properties" />
+		location="classpath:dev/message.properties" />
 	<!-- 注册spring上下文对象 -->
 	<!-- 注册spring上下文对象 -->
 	<bean class="com.uas.platform.b2c.core.support.ApplicationContextRegister" />
 	<bean class="com.uas.platform.b2c.core.support.ApplicationContextRegister" />
 	<!-- 容器启动完成之后执行 -->
 	<!-- 容器启动完成之后执行 -->
@@ -185,7 +185,7 @@
 	<!-- 账户中心配置 -->
 	<!-- 账户中心配置 -->
 	<bean id="accountConfigurer" class="com.uas.account.web.AccountConfigurer"
 	<bean id="accountConfigurer" class="com.uas.account.web.AccountConfigurer"
 		init-method="init">
 		init-method="init">
-		<property name="configPath" value="classpath:${profile}/account.properties" />
+		<property name="configPath" value="classpath:dev/account.properties" />
 	</bean>
 	</bean>
 
 
 	<import resource="classpath:spring/ehcache.xml"/>
 	<import resource="classpath:spring/ehcache.xml"/>

+ 3 - 3
src/main/webapp/resources/view/vendor/forstore/pay_center.html

@@ -803,7 +803,7 @@
             <div class="row">
             <div class="row">
                 <div class="col-md-3"><em class="colorRed">*</em>开户银行</div>
                 <div class="col-md-3"><em class="colorRed">*</em>开户银行</div>
                 <div class="col-md-5" style="position:relative;">
                 <div class="col-md-5" style="position:relative;">
-                    <input ng-model="account.bankname" ng-change="checkAccount(1)" class="form-control" type="text" placeholder="例如:中国工商银行侨香支行" required style="padding:12px 6px;width:91%;border-right:transparent;border-radius:3px 0 0 3px;">
+                    <input ng-model="account.bankname" ng-change="checkAccount(1)" class="form-control" autocomplete="true" type="text" placeholder="例如:中国工商银行侨香支行" required style="padding:12px 6px;width:91%;border-right:transparent;border-radius:3px 0 0 3px;">
                     <i class="select-adder" ng-click="showList()" style="display:inline-block;width:25px;height:34px;position:absolute;top:0;right:0;z-index:10;border:1px solid #ddd;border-radius:0 3px 3px 0;border-left:transparent"></i>
                     <i class="select-adder" ng-click="showList()" style="display:inline-block;width:25px;height:34px;position:absolute;top:0;right:0;z-index:10;border:1px solid #ddd;border-radius:0 3px 3px 0;border-left:transparent"></i>
                     <ul class="select-down" ng-if="showBankFrame && matchData">
                     <ul class="select-down" ng-if="showBankFrame && matchData">
                         <li ng-click="fitBankToAccount(bank)" ng-repeat="bank in resultList">{{bank}}</li>
                         <li ng-click="fitBankToAccount(bank)" ng-repeat="bank in resultList">{{bank}}</li>
@@ -920,10 +920,10 @@
         border:1px solid #89aefa;
         border:1px solid #89aefa;
         border-radius:3px;
         border-radius:3px;
         background: #fff;
         background: #fff;
-        height:230px;
+        max-height:230px;
         overflow-y: scroll;
         overflow-y: scroll;
         position:absolute;
         position:absolute;
-        top:0;
+        top:34px;
         left:0;
         left:0;
         z-index:100;
         z-index:100;
     }
     }