|
@@ -1,6 +1,6 @@
|
|
|
<template>
|
|
|
<van-dialog
|
|
|
- :value="value"
|
|
|
+ :value="!value"
|
|
|
title="已帮您提取订阅信息,请确认"
|
|
|
get-container="body"
|
|
|
class-name="j-confirm-dialog"
|
|
@@ -70,7 +70,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="subscribe-tip">
|
|
|
- 前往<span @click="toSubSetting">订阅设置</span>,设置订阅信息推送渠道和推送时间
|
|
|
+ 前往<span @click="toSubSetting">推送设置</span>,设置订阅信息推送渠道和推送时间
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="j-button-group height40">
|
|
@@ -441,13 +441,7 @@ export default {
|
|
|
},
|
|
|
// 跳转到订阅设置
|
|
|
toSubSetting() {
|
|
|
- const { inWX } = this.$envs
|
|
|
- if (inWX) {
|
|
|
- location.href = '/front/vipsubscribe/toSubVipSetPage#tipover'
|
|
|
- }
|
|
|
- else {
|
|
|
- location.href = '/jyapp/vipsubscribe/toSubVipSetPage#tipover'
|
|
|
- }
|
|
|
+ this.$router.push('/push/pushsetting')
|
|
|
},
|
|
|
subConfirmEvent() {
|
|
|
const { productType } = this.subInfo
|