|
@@ -35,6 +35,15 @@ var subNode = new Vue({
|
|
})
|
|
})
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
|
|
+ // 点击订阅周期事件
|
|
|
|
+ toSubCycle () {
|
|
|
|
+ // 如果是老超级订阅者用户提示升级到新版超级订阅再续费
|
|
|
|
+ if (this.vSwitch == 'v' && this.isNewVip != 1) {
|
|
|
|
+ $('[data-update-tips]').show()
|
|
|
|
+ } else {
|
|
|
|
+ location.href = '/jy_mobile/common/order/create/svip?type=renew'
|
|
|
|
+ }
|
|
|
|
+ },
|
|
superOrderTemplateMounted () {
|
|
superOrderTemplateMounted () {
|
|
$('#pushResultPreview').attr('data-cl-event', 'c_wx_preview_buttonclick')
|
|
$('#pushResultPreview').attr('data-cl-event', 'c_wx_preview_buttonclick')
|
|
},
|
|
},
|