某些页面修改

This commit is contained in:
luyuan 2020-07-03 09:09:21 +08:00
parent 3e077a810a
commit 98efaa4352
Signed by: theluyuan
GPG Key ID: A7972FD973317FF3
3 changed files with 5 additions and 1 deletions

View File

@ -115,6 +115,9 @@
},
//
loginOn() {
// uni.navigateTo({
// url: '/pageE/zhibo/index'
// });
console.log("登录")
// console.log(this.member_mobile)
// console.log(this.sms_code)

View File

@ -1,7 +1,7 @@
<template>
<view>
<live-pusher id='livePusher' ref="livePusher" class="livePusher" url=""
mode="SD" :muted="true" :enable-camera="true" :auto-focus="true" :beauty="9" whiteness="9"
mode="SD" :muted="true" :enable-camera="true" :auto-focus="true" :beauty="0" whiteness="0"
aspect="9:16" @statechange="statechange" @netstatus="netstatus" @error = "error"
style="width:750rpx;height:750rpx"></live-pusher>
<button class="btn" @click="start">开始推流</button>

View File

@ -218,6 +218,7 @@ export default {
},
getRecommendList() {
this.$u.api.getRecommendList().then(res => {
console.log(res)
if(res.errCode == 0) {
this.recommendList = res.data.list;
}