Quellcode durchsuchen

feat:未登录/登录采购意向和拟在建标讯遮置上按钮调整

yangfeng vor 8 Monaten
Ursprung
Commit
e764fcaa9d
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  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 = '点击体验'
         }
       }
     })