no message

cyl/master-0804
jscyl13849007907 4 months ago
parent 79a50c010d
commit e1480a2304

@ -78,7 +78,7 @@ onUnmounted(() => {
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
@import '../../styles/common.scss';
.friend-group-item { .friend-group-item {
padding-left: 20px; padding-left: 20px;

@ -146,7 +146,7 @@ onHide(() => {
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
@import "../../styles/common.scss";
page { page {
height: 100vh; height: 100vh;

@ -17,7 +17,6 @@ onShow(() => {
</script> </script>
<style> <style>
@import "../styles/common.scss";
page { page {
height: 100vh; height: 100vh;

@ -214,7 +214,7 @@ onUnmounted(() => {
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
@import "../../styles/common.scss";
.conversation-wrapper { .conversation-wrapper {
overflow: hidden; overflow: hidden;

@ -1,55 +0,0 @@
.ok-btn {
color: #fff;
background-color: rgb(20, 146, 209);
padding: 10px;
font-size: 16px;
text-align: center;
position: fixed;
bottom: 0;
left: calc(50% - 25vw);
width: 50vw;
border-radius: 3px;
}
.ok-btn-mp {
color: #fff;
background-color: rgb(20, 146, 209);
padding: 10px;
font-size: 16px;
text-align: center;
position: fixed;
bottom: 20px;
left: calc(50% - 25vw);
width: 50vw;
border-radius: 3px;
}
.button-box,.button-box-mp {
display: flex;
align-items: center;
position: fixed;
z-index: 100;
bottom: 120px;
right: 30px;
}
.button-box {
display: flex;
align-items: center;
position: relative;
}
.button-box,
.button-box-mp .button-icon {
width: 40px;
height: 40px;
margin-left: 20px;
}
.button-box{
width: 40px;
height: 40px;
position: fixed;
z-index: 100;
bottom: 70px;
right: 30px;
}

@ -210,7 +210,6 @@ const updateType = (e) => {
</script> </script>
<style lang="scss"> <style lang="scss">
@import "../NEUIKit/pages/styles/common.scss";
.i-items { .i-items {
// border-bottom: 1px solid #eee; // border-bottom: 1px solid #eee;

@ -55,7 +55,6 @@ const back = () => {
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
@import '../pages/styles/common.scss';
.nav-bar-wrapper { .nav-bar-wrapper {
position: fixed; position: fixed;

@ -119,7 +119,6 @@ const onBtnClick = () => {
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
@import '../pages/styles/common.scss';
.friend-select-wrapper { .friend-select-wrapper {
display: flex; display: flex;

@ -275,7 +275,6 @@ const timeFormat = () => {
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
@import '../pages/styles/common.scss';
.pincard-wrapper { .pincard-wrapper {
background-color: #fff; background-color: #fff;

@ -68,7 +68,6 @@ const copyAccount = () => {
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
@import '../pages/styles/common.scss';
.user-wrapper { .user-wrapper {
background-color: #fff; background-color: #fff;

@ -1,7 +0,0 @@
{
"uni-popup.cancel": "cancel",
"uni-popup.ok": "ok",
"uni-popup.placeholder": "pleace enter",
"uni-popup.title": "Hint",
"uni-popup.shareTitle": "Share to"
}

@ -1,4 +1,3 @@
import en from './en.json'
import zhHans from './zh-Hans.json' import zhHans from './zh-Hans.json'
import zhHant from './zh-Hant.json' import zhHant from './zh-Hant.json'
export default { export default {

@ -211,7 +211,7 @@ onUnmounted(() => {
</script> </script>
<style scoped lang="scss"> <style scoped lang="scss">
@import '../../styles/common.scss';
.mention-member-list-wrapper { .mention-member-list-wrapper {
z-index: 9999; z-index: 9999;

@ -741,7 +741,7 @@ onUnmounted(() => {
</script> </script>
<style scoped lang="scss"> <style scoped lang="scss">
@import '../../styles/common.scss';
.msg-bg { .msg-bg {
max-width: 360rpx; max-width: 360rpx;

@ -969,7 +969,7 @@
</script> </script>
<style scoped lang="scss"> <style scoped lang="scss">
@import "../../styles/common.scss";
.input-root { .input-root {
width: 100%; width: 100%;

@ -53,7 +53,6 @@ const back = () => {
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
@import '../../../pages/styles/common.scss';
.nav-bar-wrapper { .nav-bar-wrapper {
display: flex; display: flex;

@ -128,7 +128,7 @@ onUnmounted(() => {
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
@import '../../styles/common.scss';
page { page {
padding-top: var(--status-bar-height); padding-top: var(--status-bar-height);

@ -86,7 +86,7 @@ onUnmounted(() => {
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
@import '../../styles/common.scss';
page { page {
padding-top: var(--status-bar-height); padding-top: var(--status-bar-height);

@ -63,7 +63,7 @@ onUnmounted(() => {
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
@import '../../styles/common.scss';
page { page {
padding-top: var(--status-bar-height); padding-top: var(--status-bar-height);

@ -78,7 +78,7 @@ onUnmounted(() => {
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
@import '../../styles/common.scss';
.friend-group-item { .friend-group-item {
padding-left: 20px; padding-left: 20px;

@ -149,7 +149,7 @@ onHide(() => {
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
@import '../../styles/common.scss';
page { page {
height: 100vh; height: 100vh;

@ -160,7 +160,7 @@ onUnmounted(() => {
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
@import "../../styles/common.scss";
page { page {
padding-top: var(--status-bar-height); padding-top: var(--status-bar-height);

@ -17,7 +17,6 @@ onShow(() => {
</script> </script>
<style> <style>
@import "../styles/common.scss";
page { page {
height: 100vh; height: 100vh;

@ -162,7 +162,7 @@ onUnmounted(() => {
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
@import '../../styles/common.scss';
@import "../../../base.scss"; @import "../../../base.scss";
.search-input-wrapper { .search-input-wrapper {

@ -84,7 +84,6 @@ onLoad((option) => {
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
@import '../styles/common.scss';
page { page {
// padding-top: var(--status-bar-height); // padding-top: var(--status-bar-height);

@ -28,7 +28,6 @@ onUnload(() => {
</script> </script>
<style> <style>
@import '../styles/common.scss';
page { page {
height: 100vh; height: 100vh;

@ -143,7 +143,7 @@ onUnmounted(() => {
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
@import '../../styles/common.scss';
page { page {
padding-top: var(--status-bar-height); padding-top: var(--status-bar-height);

@ -224,7 +224,7 @@ onUnmounted(() => {
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
@import '../../styles/common.scss';
page { page {
padding-top: var(--status-bar-height); padding-top: var(--status-bar-height);

@ -249,7 +249,7 @@ onUnmounted(() => {
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
@import '../../styles/common.scss';
page { page {
padding-top: var(--status-bar-height); padding-top: var(--status-bar-height);

@ -1,5 +1,4 @@
// //
@import "./libs/css/common.scss";
@import "./libs/css/color.scss"; @import "./libs/css/color.scss";
// nvue // nvue

@ -1,5 +1,5 @@
let ajaxUrl = "http://192.168.3.83:8001"; // let ajaxUrl = "http://192.168.3.83:8001";
// let ajaxUrl = "https://daotian.matripe.com.cn"; let ajaxUrl = "https://daotian.matripe.com.cn";
let data = { let data = {
ajaxUrl: ajaxUrl, ajaxUrl: ajaxUrl,
Get ($url = '', $parmas = {}, callback = () => { }, failback = () => { }) { Get ($url = '', $parmas = {}, callback = () => { }, failback = () => { }) {

@ -1,5 +1,5 @@
let ajaxUrl = "http://192.168.3.83:8001"; // let ajaxUrl = "http://192.168.3.83:8001";
// let ajaxUrl = "https://daotian.matripe.com.cn"; let ajaxUrl = "https://daotian.matripe.com.cn";
let data = { let data = {
wyyxajaxUrl: ajaxUrl, wyyxajaxUrl: ajaxUrl,
wyyxGet ($url = '', $parmas = {}, callback = () => { }, failback = () => { }) { wyyxGet ($url = '', $parmas = {}, callback = () => { }, failback = () => { }) {

Loading…
Cancel
Save