Explorar o código

fix: 微信订阅设置添加文案

Signed-off-by: tangshizhe <48740614+tangshizhe@users.noreply.github.com>
tangshizhe hai 9 meses
pai
achega
f895a58c55

+ 4 - 1
src/web/staticres/common-module/vipsubscribe/js/vip-subscribe-set-template.js

@@ -167,7 +167,7 @@ var subScribeTemplate = `
           <span class="item-l">
             <span class="leading_ jy-icon-push-set"></span>
             <span class="item-label-other">
-              <span class="label-text">推送设置</span>
+              <span class="label-text">推送设置<span v-if="isWX" class="threeInfo">设置多推送渠道,不错过重要资讯</span></span>
             </span>
           </span>
           <span class="item-r media_switch">
@@ -626,6 +626,9 @@ var subComponent = {
     setMoneyList: function () {
       return this.moneyList.filter((item, i) => i !== 0)
     },
+    isWX: function () {
+      return location.href.indexOf('front') !== -1
+    }
   },
   watch: {
     initdata: {