Prechádzať zdrojové kódy

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

Signed-off-by: tangshizhe <48740614+tangshizhe@users.noreply.github.com>
tangshizhe 7 mesiacov pred
rodič
commit
ef45bf9819

+ 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: {
   computed: {
     isFree () {
     isFree () {
-      return this.initData?.isFree
+      return this.infoRoot?.isFree
     }
     }
   },
   },
   created () {
   created () {