浏览代码

fix: app免费用户和省份订阅包不显示30分钟生效提示调整

Signed-off-by: tangshizhe <48740614+tangshizhe@users.noreply.github.com>
tangshizhe 7 月之前
父节点
当前提交
ef45bf9819
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/jfw/modules/app/src/web/staticres/jyapp/vipsubscribe/js/vip_index_new.js

+ 1 - 1
src/jfw/modules/app/src/web/staticres/jyapp/vipsubscribe/js/vip_index_new.js

@@ -34,7 +34,7 @@ var subNode = new Vue({
   },
   computed: {
     isFree () {
-      return this.initData?.isFree
+      return this.infoRoot?.isFree
     }
   },
   created () {