群发消息输入
This commit is contained in:
parent
799471090f
commit
1de18aa228
81
pages.json
81
pages.json
@ -1516,6 +1516,46 @@
|
||||
"bounce": "none"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "quickReply/quickReply",
|
||||
"style": {
|
||||
"navigationStyle": "custom",
|
||||
"navigationBarTitleText": "uni-app分页",
|
||||
"app": {
|
||||
"bounce": "none"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "article/article",
|
||||
"style": {
|
||||
"navigationStyle": "custom",
|
||||
"navigationBarTitleText": "uni-app分页",
|
||||
"app": {
|
||||
"bounce": "none"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "searchArticle/searchArticle",
|
||||
"style": {
|
||||
"navigationStyle": "custom",
|
||||
"navigationBarTitleText": "uni-app分页",
|
||||
"app": {
|
||||
"bounce": "none"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "video/video",
|
||||
"style": {
|
||||
"navigationStyle": "custom",
|
||||
"navigationBarTitleText": "uni-app分页",
|
||||
"app": {
|
||||
"bounce": "none"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -1552,46 +1592,7 @@
|
||||
// }
|
||||
// }
|
||||
// },
|
||||
// {
|
||||
// "path": "quickReply/quickReply",
|
||||
// "style": {
|
||||
// "navigationStyle": "custom",
|
||||
// "navigationBarTitleText": "uni-app分页",
|
||||
// "app": {
|
||||
// "bounce": "none"
|
||||
// }
|
||||
// }
|
||||
// },
|
||||
// {
|
||||
// "path": "article/article",
|
||||
// "style": {
|
||||
// "navigationStyle": "custom",
|
||||
// "navigationBarTitleText": "uni-app分页",
|
||||
// "app": {
|
||||
// "bounce": "none"
|
||||
// }
|
||||
// }
|
||||
// },
|
||||
// {
|
||||
// "path": "searchArticle/searchArticle",
|
||||
// "style": {
|
||||
// "navigationStyle": "custom",
|
||||
// "navigationBarTitleText": "uni-app分页",
|
||||
// "app": {
|
||||
// "bounce": "none"
|
||||
// }
|
||||
// }
|
||||
// },
|
||||
// {
|
||||
// "path": "video/video",
|
||||
// "style": {
|
||||
// "navigationStyle": "custom",
|
||||
// "navigationBarTitleText": "uni-app分页",
|
||||
// "app": {
|
||||
// "bounce": "none"
|
||||
// }
|
||||
// }
|
||||
// },
|
||||
|
||||
// {
|
||||
// "path": "addAddress/addAddress",
|
||||
// "style": {
|
||||
|
||||
@ -1,16 +1,19 @@
|
||||
<template>
|
||||
<view class="quick-reply-page">
|
||||
<view class="navbox">
|
||||
<view class="status_bar"></view>
|
||||
<uni-nav-bar
|
||||
left-icon="left"
|
||||
@clickLeft="goBack"
|
||||
title="快捷回复"
|
||||
fixed
|
||||
|
||||
color="#8B2316"
|
||||
height="180rpx"
|
||||
|
||||
:border="false"
|
||||
backgroundColor="#f5f5f5"
|
||||
backgroundColor="#eee"
|
||||
/>
|
||||
|
||||
</view>
|
||||
<!-- 顶部添加快捷回复入口 -->
|
||||
<view class="add-entry" @click="onAdd">
|
||||
<view class="row">
|
||||
@ -182,7 +185,7 @@
|
||||
|
||||
|
||||
position: fixed;
|
||||
top: 180rpx; /* 与导航栏高度一致 */
|
||||
top: calc(var(--status-bar-height) + 44px); /* 与导航栏高度一致 */
|
||||
left: 0;
|
||||
right: 0;
|
||||
z-index: 2;
|
||||
@ -213,7 +216,7 @@
|
||||
/* 列表区域 */
|
||||
.list {
|
||||
position: fixed;
|
||||
top: 272rpx; /* 导航栏 + 添加入口高度(约) */
|
||||
top: calc(var(--status-bar-height) + 44px + 272rpx); /* 导航栏 + 添加入口高度(约) */
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user