Browse Source

币种默认选择rmb

huangb 7 years ago
parent
commit
47e3f279a9

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

@@ -44,7 +44,7 @@ define(['app/app'], function(app) {
 
 
 		$scope.param = {};
 		$scope.param = {};
 
 
-		$scope.currency = 'ALL';
+		$scope.currency = 'RMB';
 
 
 		$scope.paytype = 'ALL';
 		$scope.paytype = 'ALL';
 
 

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

@@ -615,11 +615,11 @@
 					</div>
 					</div>
 					<div class="radio-block" style="display:block;">
 					<div class="radio-block" style="display:block;">
 					交易币种:
 					交易币种:
-					<label class="com-check-radio">
-						<input type="radio" id="currencyAll" name="currency" ng-click="setFilters('currency', 'ALL')" ng-checked="currency == 'ALL'">
-						<label for="currencyAll"></label>
-						全部
-					</label>
+					<!--<label class="com-check-radio">-->
+						<!--<input type="radio" id="currencyAll" name="currency" ng-click="setFilters('currency', 'ALL')" ng-checked="currency == 'ALL'">-->
+						<!--<label for="currencyAll"></label>-->
+						<!--全部-->
+					<!--</label>-->
 					<label class="com-check-radio">
 					<label class="com-check-radio">
 						<input type="radio" id="RMB" name="currency" ng-click="setFilters('currency', 'RMB')" ng-checked="currency == 'RMB'">
 						<input type="radio" id="RMB" name="currency" ng-click="setFilters('currency', 'RMB')" ng-checked="currency == 'RMB'">
 						<label for="RMB"></label>
 						<label for="RMB"></label>