chore: update demo

master
XuPeng 2021-07-06 16:28:24 +08:00
parent ad48eb2ba4
commit 8d561f44ad
3 changed files with 5 additions and 5 deletions

View File

@ -79,7 +79,7 @@ Page({
// 打开信道
wx.connectSocket({
url: 'wss://echo.websocket.org',
url: 'wss://echo.websocket.org/?encoding=text',
})
},

View File

@ -107,10 +107,10 @@ Page({
}, {
zh: '振动',
url: 'vibrate/vibrate'
}, {
zh: '手机联系人',
url: 'add-contact/add-contact'
}
// }, {
// zh: '手机联系人',
// url: 'add-contact/add-contact'
]
}, {
id: 'network',

View File

@ -1,6 +1,6 @@
@import "../../common/lib/weui.wxss";
video {
width: 345px;
width: 100%;
}
.weui-cells{