Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
h5-watch
Overview
Overview
Details
Activity
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
苏文标
h5-watch
Commits
b7bd8a26
Commit
b7bd8a26
authored
Oct 25, 2022
by
suwenbiao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
请问
parent
4f2a2f73
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
40 additions
and
65 deletions
+40
-65
chat.vue
components/chat/chat.vue
+5
-36
chat.vue.rej
components/chat/chat.vue.rej
+11
-0
footer.vue
components/footer/footer.vue
+1
-1
footer.vue.rej
components/footer/footer.vue.rej
+22
-0
reward.vue
components/footer/reward/reward.vue
+1
-1
index.vue.rej
pages/index/index.vue.rej
+0
-27
No files found.
components/chat/chat.vue
View file @
b7bd8a26
...
...
@@ -9,18 +9,7 @@
<span
class=
"ml-1"
>
{{
item
.
sendName
}}
</span>
</view>
<view
class=
"content"
>
<span
class=
"text"
v-html=
"getdata(item.text)"
></span>
</view>
<view
class=
"gift_view"
v-if=
"item.type==3"
>
<view
v-if=
"item.text.notifyType == 5"
>
{{
gsnickname
(
item
.
text
.
nickName
)
}}
给主播送出了
{{
item
.
text
.
giftName
}}
</view>
<view
v-if=
"item.text.notifyType == 2"
>
{{
gsnickname
(
item
.
text
.
nickName
)
}}
给主播打赏了
{{
item
.
text
.
amount
}}
元
</view>
<view
v-if=
"item.text == 'enter'"
>
欢迎
{{
gsnickname
(
item
.
sendName
)
}}
进入直播间
</view>
<span
class=
"text"
>
{{
item
.
text
}}
</span>
</view>
</view>
</view>
...
...
@@ -67,13 +56,6 @@
})
}
},
//昵称格式化
gsnickname
(
val
)
{
var
msgname
=
val
msgname
=
msgname
.
replace
(
/
\d{8,}
/g
,
"*"
)
msgname
=
msgname
.
length
>
8
?
msgname
.
substring
(
0
,
8
)
+
"..."
:
msgname
return
msgname
},
//返回底部
go_bottom
()
{
var
scr_msg
=
document
.
querySelector
(
'.chat'
)
...
...
@@ -82,10 +64,6 @@
})
this
.
auto_bottom
=
true
},
getdata
(
text
)
{
text
=
text
.
replace
(
/</g
,
'<'
).
replace
(
/>/g
,
'/>'
)
return
text
},
//监听上滑
handleScroll
(
e
)
{
var
scr_msg
=
document
.
querySelector
(
'.chat'
)
...
...
@@ -104,13 +82,7 @@
.ml-1
{
margin-left
:
10
rpx
;
}
.gift_view
{
color
:
red
;
font-size
:
28
rpx
;
text-align
:
left
;
width
:
80%
;
margin
:
20
rpx
auto
;
}
.font-14
{
font-size
:
28
rpx
;
}
...
...
@@ -139,15 +111,13 @@
}
.content
{
line-height
:
6
0
rpx
;
line-height
:
8
0
rpx
;
margin-left
:
80
rpx
;
.text
{
display
:
inline-block
;
border-radius
:
10
rpx
;
max-width
:
80%
;
word-wrap
:
break-word
;
padding
:
10
rpx
24
rpx
;
padding
:
0
24
rpx
;
box-shadow
:
5
rpx
5
rpx
10
rpx
#dedede
;
}
}
...
...
@@ -165,8 +135,7 @@
border-radius
:
30
rpx
0
0
30
rpx
;
padding
:
10
rpx
;
font-size
:
28
rpx
;
img
{
img{
width
:
28
rpx
;
vertical-align
:
middle
;
height
:
28
rpx
;
...
...
components/chat/chat.vue.rej
0 → 100644
View file @
b7bd8a26
diff a/components/chat/chat.vue b/components/chat/chat.vue (rejected hunks)
@@ -165,7 +165,8 @@
border-radius: 30rpx 0 0 30rpx;
padding: 10rpx;
font-size: 28rpx;
- img{
+
+ img {
width: 28rpx;
vertical-align: middle;
height: 28rpx;
components/footer/footer.vue
View file @
b7bd8a26
...
...
@@ -72,7 +72,7 @@
gift
,
service
,
reward
,
shoplist
shoplist
,
},
created
()
{
...
...
components/footer/footer.vue.rej
0 → 100644
View file @
b7bd8a26
diff a/components/footer/footer.vue b/components/footer/footer.vue (rejected hunks)
@@ -106,17 +106,17 @@
type: 1,
sendText: this.value
}
- this.$emit("sendmsg",obj)
+ this.$emit("sendmsg", obj)
this.value = ""
},
// 输入框聚焦事件
inputFocus() {
this.inputFalg = false
uni.onKeyboardHeightChange(res => {
- console.log(res.height)
+ this.bqheight = res.height * 2
})
},
- inputblur() {是
+ inputblur() {
this.inputFalg = true
},
// 图标按钮点击事件
components/footer/reward/reward.vue
View file @
b7bd8a26
...
...
@@ -34,7 +34,7 @@
console
.
log
(
res
);
if
(
res
.
data
.
data
)
{
var
num
=
res
.
data
.
data
.
orderNum
var
parms
=
res
.
data
.
data
.
url
var
parms
=
res
.
data
.
data
var
jWeixin
=
require
(
'jweixin-module'
)
jWeixin
.
config
({
debug
:
false
,
...
...
pages/index/index.vue.rej
deleted
100644 → 0
View file @
4f2a2f73
diff a/pages/index/index.vue b/pages/index/index.vue (rejected hunks)
@@ -40,24 +40,16 @@
value: '',
currentTabComponent: 'chat',
special: "",
- msgList: [],
- scrollTop: 0,
- type: ""
+ type:""
}
},
created() {
- this.getusertoken()
},
onshow() {
},
methods: {
- //触发消息
- sendmsg(val) {
- this.send(val)
- },
skip(value) {
- console.log(value, 3)
this.currentTabComponent = value.id
this.type = value.type
},
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