Ver código fonte

fix: 超级订阅添加关键词推送统计逻辑优化

cuiyalong 4 anos atrás
pai
commit
7e4ab32ed9

+ 1 - 1
src/jfw/modules/app/src/web/templates/vipsubscribe/infoWord.html

@@ -110,7 +110,7 @@
             <div class="j-button-group add" v-if="pInfo.editType === 'add'">
                 <button class="j-button-confirm" @click="saveKeyWord" :disabled="!keyInfo.key">
                     <span class="info-text">确认</span>
-                    <span class="sub-text" v-if="false">(近3个月内共匹${ pInfo.pushCount }条信息)</span>
+                    <span class="sub-text" v-if="pInfo.pushCount">(近3个月内共匹${ pInfo.pushCount }条信息)</span>
                 </button>
             </div>
             <div class="j-button-group edit" v-if="pInfo.editType === 'edit'">

+ 1 - 1
src/jfw/modules/app/src/web/templates/weixin/historypush.html

@@ -117,7 +117,7 @@
 </div>
 {{include "/big-member/commonjs.html"}}
 <div class="app-layout-content-b j-container">
-    <div class="app-content j-header" style="background:#fff">
+    <div class="app-content j-header" style="background:#fff;border-top: 1px solid transparent;">
       {{if and (not .T.isIosExam) (not .T.isIosExamPhone)}}
   		<div class="header_header" style="height: 60px;display:none;transition: all 0.1s;">
   			<div class="only-personal" style="position: absolute;top: .35rem;left: 4%;background-image: url(/jyapp/vipsubscribe/image/entback.png?v=51430);background-size: 100%;background-repeat: no-repeat;border-radius: 8px;width: 92%;display: flex;align-items: center;justify-content: space-between;height: 44px;">

+ 1 - 1
src/web/templates/weixin/vipsubscribe/infoWord.html

@@ -108,7 +108,7 @@
                 <div class="j-button-group add" v-if="pInfo.editType === 'add'">
                     <button class="j-button-confirm" @click="saveKeyWord" :disabled="!keyInfo.key">
                         <span class="info-text">确认</span>
-                        <span class="sub-text" v-if="false">(近3个月内共匹${ pInfo.pushCount }条信息)</span>
+                        <span class="sub-text" v-if="pInfo.pushCount">(近3个月内共匹${ pInfo.pushCount }条信息)</span>
                     </button>
                 </div>
                 <div class="j-button-group edit" v-if="pInfo.editType === 'edit'">