@@ -61,7 +61,7 @@ | |||||
{ | { | ||||
"path": "pages/reportExcel/dayReport", | "path": "pages/reportExcel/dayReport", | ||||
"style": { | "style": { | ||||
"navigationBarTitleText": "数智工牌日报", | |||||
"navigationBarTitleText": "销讲助手日报", | |||||
"navigationBarBackgroundColor": "#ffffff", | "navigationBarBackgroundColor": "#ffffff", | ||||
"navigationBarTextStyle": "black" | "navigationBarTextStyle": "black" | ||||
} | } | ||||
@@ -70,7 +70,7 @@ | |||||
{ | { | ||||
"path": "pages/reportExcel/weekReport", | "path": "pages/reportExcel/weekReport", | ||||
"style": { | "style": { | ||||
"navigationBarTitleText": "数智工牌周报", | |||||
"navigationBarTitleText": "销讲助手周报", | |||||
"navigationBarBackgroundColor": "#ffffff", | "navigationBarBackgroundColor": "#ffffff", | ||||
"navigationBarTextStyle": "black" | "navigationBarTextStyle": "black" | ||||
} | } | ||||
@@ -286,7 +286,7 @@ | |||||
<style lang="scss"> | <style lang="scss"> | ||||
.message_list { | .message_list { | ||||
width: 100vw; | width: 100vw; | ||||
min-height: calc(100vh - var(--window-top)); | |||||
height: calc(100vh - var(--window-top)); | |||||
background: #F8F8F8; | background: #F8F8F8; | ||||
display: flex; | display: flex; | ||||
flex-direction: column; | flex-direction: column; | ||||
@@ -5,7 +5,7 @@ | |||||
<!-- 头部日报卡 --> | <!-- 头部日报卡 --> | ||||
<view class="c-head-card"> | <view class="c-head-card"> | ||||
<view class="c-title-text"> | <view class="c-title-text"> | ||||
{{ projectName }}数智工牌日报 | |||||
{{ projectName }}销讲助手日报 | |||||
</view> | </view> | ||||
<text class="date">{{ weekObj.createTime | fomatDate }}</text> | <text class="date">{{ weekObj.createTime | fomatDate }}</text> | ||||
<view class="creative-time"> | <view class="creative-time"> | ||||
@@ -327,7 +327,7 @@ | |||||
onShareAppMessage() { | onShareAppMessage() { | ||||
return { | return { | ||||
title: `${this.projectName}数智工牌日报`, | |||||
title: `${this.projectName}销讲助手日报`, | |||||
path: `/pages/reportExcel/dayReport?id=${this.id}` | path: `/pages/reportExcel/dayReport?id=${this.id}` | ||||
} | } | ||||
}, | }, | ||||
@@ -359,7 +359,7 @@ | |||||
copy() { | copy() { | ||||
let str = ` | let str = ` | ||||
${this.projectName}数智工牌日报 | |||||
${this.projectName}销讲助手日报 | |||||
生成时间:${this.weekObj.createTime || '--'} | 生成时间:${this.weekObj.createTime || '--'} | ||||
@@ -469,7 +469,7 @@ | |||||
onShareAppMessage() { | onShareAppMessage() { | ||||
return { | return { | ||||
title: `${this.projectName}数智工牌周报`, | |||||
title: `${this.projectName}销讲助手周报`, | |||||
path: `/pages/reportExcel/weekReport?id=${this.id}` | path: `/pages/reportExcel/weekReport?id=${this.id}` | ||||
} | } | ||||
}, | }, | ||||