|
@@ -102,7 +102,7 @@ function onSearch() {
|
|
}
|
|
}
|
|
|
|
|
|
function oriSave() {
|
|
function oriSave() {
|
|
- console.log(user, user.phone)
|
|
|
|
|
|
+ console.log(user, user.phone);
|
|
setChat({
|
|
setChat({
|
|
phone: user.phone,
|
|
phone: user.phone,
|
|
content: chat.value,
|
|
content: chat.value,
|
|
@@ -115,6 +115,7 @@ function oriSave() {
|
|
</script>
|
|
</script>
|
|
<style lang="scss">
|
|
<style lang="scss">
|
|
.chat {
|
|
.chat {
|
|
|
|
+ width: 100%;
|
|
.van-search {
|
|
.van-search {
|
|
background-color: transparent;
|
|
background-color: transparent;
|
|
}
|
|
}
|