Browse Source

Merge branch 'dev/v4.9.70_yf' of qmx/jy into feature/v4.9.70

yangfeng 8 months ago
parent
commit
e48aa494f3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/jfw/modules/app/src/web/templates/weixin/wxinfocontent.html

+ 2 - 2
src/jfw/modules/app/src/web/templates/weixin/wxinfocontent.html

@@ -1972,9 +1972,9 @@
           }
         }
         if(!userId) {
-          this.info.btntext = '登录后解锁会员查看'
+          this.info.btntext = '登录后免费申请大会员权益'
         } else {
-          this.info.btntext = '点击进入'
+          this.info.btntext = '点击体验'
         }
       }
     })