Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mallapp
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
viitto
mallapp
Commits
fbff1f34
Commit
fbff1f34
authored
Jan 12, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
ecf70ae3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
friendcircle.vue
pages/friendcircle/friendcircle.vue
+5
-3
mydetails.vue
pages/friendcircle/mydetails.vue
+1
-1
No files found.
pages/friendcircle/friendcircle.vue
View file @
fbff1f34
...
...
@@ -340,8 +340,8 @@
<u-loadmore
:status=
"status"
:load-text=
"loadText"
:font-size=
"24"
:margin-top=
"20"
:margin-bottom=
"20"
bg-color=
"#FFF"
/>
</scroll-view>
<!-- 输入框 -->
<view
class=
"comment"
v-if=
"focu==true"
:style=
"
{'bottom':
inputheight
}">
<input
type=
"text"
v-model=
"commentMsg.Content"
:placeholder=
'placeholder'
class=
"commentinput"
:focus=
'focu'
@
focus=
'getfocus'
>
<view
class=
"comment"
v-if=
"focu==true"
:style=
"
{'bottom':
'5px'
}">
<input
type=
"text"
v-model=
"commentMsg.Content"
:placeholder=
'placeholder'
class=
"commentinput"
:focus=
'focu'
@
focus=
'getfocus'
@
keyboardheightchange=
'keyboardheight'
>
<view
class=
"comment-pl"
:style=
"
{background:mainColor}" @click="addComment">评论
</view>
</view>
...
...
@@ -502,7 +502,9 @@
}
);
},
keyboardheight
(
e
){
console
.
log
(
e
,
'新的'
)
},
//语音播放
playVoice
(
x
,
i
)
{
let
that
=
this
...
...
pages/friendcircle/mydetails.vue
View file @
fbff1f34
...
...
@@ -295,7 +295,7 @@
</view>
</view>
<!-- 输入框 -->
<view
class=
"comment"
:style=
"
{'bottom':
inputheight
}">
<view
class=
"comment"
:style=
"
{'bottom':
'5px'
}">
<input
type=
"text"
v-model=
"commentMsg.Content"
:placeholder=
'placeholder'
class=
"commentinput"
:focus=
'focu'
@
focus=
'getfocus'
>
<view
class=
"comment-pl"
:style=
"
{background:mainColor}" @click.stop="addComment">评论
</view>
</view>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment