tangshizhe 2 лет назад
Родитель
Сommit
579d8fb040

+ 2 - 2
src/web/staticres/common-module/collection/js/analysis-report-example.js

@@ -216,7 +216,7 @@ var chartExample = {
           location.href = '/jyapp/free/customer' // 客服
         } else if (this.getTextMap.btnText == '去开通') {
           // location.href = '/jyapp/vipsubscribe/vipsubscribe_new'
-          location.href = '/jyapp/frontPage/bigmember/free/perfect_info?source=' + source
+          location.href = '/jyapp/frontPage/bigmember/free/perfect_info?source=app_search_dzhfxbg'
         } else if (this.getTextMap.btnText == '前往升级') {
           //跳转清除旧套餐缓存,防止计算价格出错
           sessionStorage.removeItem('vipSub_oldBuySet')
@@ -261,7 +261,7 @@ var chartExample = {
           location.href = '/big/wx/page/customer'
         } else if (this.getTextMap.btnText == '去开通') {
           // location.href = '/front/vipsubscribe/vipsubscribe_new'
-          location.href = '/weixin/frontPage/bigmember/free/perfect_info?source=' + source
+          location.href = '/weixin/frontPage/bigmember/free/perfect_info?source=wx_search_dzhfxbg'
         } else if (this.getTextMap.btnText == '前往升级') {
           // location.href = '/front/vipsubscribe/upgradePage'
           location.href = '/jy_mobile/common/order/create/svip?type=upgrade'

+ 1 - 1
src/web/staticres/common-module/report-analysis/js/components/lineChartScatter.js

@@ -130,7 +130,7 @@ var lineChartScatter = {
   created () {},
   methods: {
     xAxisFormatter (params) {
-      var arr = params.split('-')
+      var arr = params.split('~')
       if (arr.length === 2) {
         return arr.join('\n-')
       } else {