|
@@ -231,7 +231,8 @@ var vipComponent = {
|
|
|
case '去开通': {
|
|
|
if(this.type == 'item_9' || this.type == 'item_8') {
|
|
|
// 跳转到大会员
|
|
|
- location.href = '/jyapp/big/page/buy_commit'
|
|
|
+ // location.href = '/jyapp/big/page/buy_commit'
|
|
|
+ location.href = '/jy_mobile/common/order/create/bigmember'
|
|
|
// location.href = '/jyapp/frontPage/bigmember/free/perfect_info?source=ent_portrait'
|
|
|
} else {
|
|
|
// 跳转到超级订阅
|
|
@@ -271,7 +272,8 @@ var vipComponent = {
|
|
|
case '去开通': {
|
|
|
if(this.type == 'item_9' || this.type == 'item_8') {
|
|
|
// 跳转到大会员
|
|
|
- location.href = '/big/wx/page/buy_commit'
|
|
|
+ // location.href = '/big/wx/page/buy_commit'
|
|
|
+ location.href = '/jy_mobile/common/order/create/bigmember'
|
|
|
} else {
|
|
|
// 跳转到超级订阅
|
|
|
// location.href = '/front/vipsubscribe/vipsubscribe_new'
|