|
|
@@ -112,15 +112,12 @@ define([ 'app/app' ], function(app) {
|
|
|
* 目前存在没有注册地址的公司,暂时设为RMB
|
|
|
*/
|
|
|
$scope.modifyRule.currencyName = data.data ? data.data : 'RMB';
|
|
|
+ $scope.currencySymbol = $scope.modifyRule.currencyName == "RMB" ? "¥" : "$";
|
|
|
}
|
|
|
}, function (error) {
|
|
|
toaster.pop('error', "获取企业币别信息失败");
|
|
|
});
|
|
|
|
|
|
- $scope.currencySymbol = $scope.modifyRule.currencyName == "RMB" ? "¥" : "$";
|
|
|
-
|
|
|
- console.log($scope.currencySymbol);
|
|
|
-
|
|
|
DistributionRule.findCountOfRule({}, {}, function (data) {
|
|
|
if (data){
|
|
|
var num = data.data;
|