|
@@ -764,7 +764,11 @@ var utils = {
|
|
|
} else {
|
|
|
location.href = '/jyapp/free/customer'
|
|
|
}
|
|
|
-},
|
|
|
+ },
|
|
|
+ // 去关注微信公众号页面
|
|
|
+ toWxGzhProfile: function () {
|
|
|
+ window.location.href = 'https://mp.weixin.qq.com/mp/profile_ext?action=home&__biz=Mzk0MjIyMzY2Nw==&scene=110#wechat_redirect'
|
|
|
+ },
|
|
|
moneyUnit: function (num, type, lv) {
|
|
|
if (num === '' || num == null || num == undefined || isNaN(num)) return ''
|
|
|
var levelArr = ['元', '万元', '亿元', '万亿元']
|