소스 검색

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 () {