|
@@ -669,6 +669,13 @@ var utils = {
|
|
|
}
|
|
|
return naturalSize
|
|
|
},
|
|
|
+ goToCustomerPage: function () {
|
|
|
+ if (this.isWeiXinBrowser) {
|
|
|
+ location.href = '/big/wx/page/customer'
|
|
|
+ } else {
|
|
|
+ location.href = '/jyapp/free/customer'
|
|
|
+ }
|
|
|
+ },
|
|
|
moneyUnit: function (num, type, lv) {
|
|
|
if (num === '' || num == null || num == undefined || isNaN(num)) return ''
|
|
|
var levelArr = ['元', '万元', '亿元', '万亿元']
|