Browse Source

钱包title

yangc 8 years ago
parent
commit
e971e0df69

BIN
src/main/webapp/resources/img/pingan/purse-title-bg.png


+ 3 - 1
src/main/webapp/resources/js/usercenter/controllers/forstore/pay_center_ctrl.js

@@ -12,7 +12,9 @@ define(['app/app'], function(app) {
 		//历史记录的状态
 		//历史记录的状态
 		var hiStatus= SessionService.get("buyCenter");
 		var hiStatus= SessionService.get("buyCenter");
 
 
-		$scope.status = hiStatus == null ? 'pay-history' : hiStatus;
+		// $scope.status = hiStatus == null ? 'pay-history' : hiStatus;
+
+		$scope.status = 'pay-wallet';
 
 
 		//切换银行账户信息,历史记录的状态
 		//切换银行账户信息,历史记录的状态
 		$scope.toggleStatus = function(status) {
 		$scope.toggleStatus = function(status) {

+ 15 - 4
src/main/webapp/resources/view/usercenter/forstore/pay_center.html

@@ -385,6 +385,14 @@
 		display: inline;
 		display: inline;
 		float: left;
 		float: left;
 	}
 	}
+	#pay_center .pay-wallet .pay-wallet-title {
+		padding: 0 22px 0 13px;
+		height: 40px;
+		line-height: 40px;
+		font-size: 12px;
+		background: url('static/img/pingan/purse-title-bg.png') no-repeat;
+		color: #fff;
+	}
 </style>
 </style>
 <!--右侧主体部分-->
 <!--右侧主体部分-->
 <div class="user_right fr" id="pay_center">
 <div class="user_right fr" id="pay_center">
@@ -399,6 +407,13 @@
 		</div>
 		</div>
 		<!--支付中心列表-->
 		<!--支付中心列表-->
 		<div class="ticket_record_list">
 		<div class="ticket_record_list">
+			<!--我的钱包-->
+			<div class="tab pay-wallet" ng-show="status == 'pay-wallet'" style="display: inline-block;">
+				<div class="pay-wallet-title">
+					欢迎您!<em>|</em>
+					商城公告:<span>全面升级,给你不一样的精彩!</span>
+				</div>
+			</div>
 			<!-- 支付信息-->
 			<!-- 支付信息-->
 			<div class="tab" ng-show="status == 'pay-info'" style="display: inline-block;">
 			<div class="tab" ng-show="status == 'pay-info'" style="display: inline-block;">
 				<div class="tab-header">
 				<div class="tab-header">
@@ -569,10 +584,6 @@
                     </div>
                     </div>
                 </div>
                 </div>
 			</div>
 			</div>
-			<!--我的钱包-->
-			<div class="tab pay-wallet" ng-show="status == 'pay-wallet'" style="display: inline-block;">
-				<div class="pay-wallet-title"></div>
-			</div>
 		</div>
 		</div>
 		<!--<div class="pay_banner">
 		<!--<div class="pay_banner">
 			<a href="#"><img src="static/img/user/images/pay_banner.jpg"/></a>
 			<a href="#"><img src="static/img/user/images/pay_banner.jpg"/></a>