Browse Source

fix:采购单位画像包地址

yangfeng 3 years ago
parent
commit
7e8f115dbd

+ 1 - 1
src/web/staticres/common-module/portraitRecord/js/index-wx.js

@@ -275,7 +275,7 @@ var vm = new Vue({
               closeOnClickOverlay: true,
               showCancelButton: true
             }).then(function () {
-              location.href = '/jy_mobile/common/order/create/areapack?type=1'
+              location.href = '/jy_mobile/common/order/create/buyerpack?type=1'
             }).catch(function (e) {
               if(e == 'cancel') {
                 location.href = '/jy_mobile/common/order/create/svip?type=upgrade'

+ 1 - 1
src/web/staticres/common-module/portraitRecord/js/index.js

@@ -270,7 +270,7 @@ var vm = new Vue({
               closeOnClickOverlay: true,
               showCancelButton: true
             }).then(function () {
-              location.href = '/jy_mobile/common/order/create/areapack?type=1'
+              location.href = '/jy_mobile/common/order/create/buyerpack?type=1'
             }).catch(function (e) {
               if(e == 'cancel') {
                 //跳转清除旧套餐缓存,防止计算价格出错