某些页面修改
This commit is contained in:
parent
3e077a810a
commit
98efaa4352
@ -115,6 +115,9 @@
|
|||||||
},
|
},
|
||||||
// 用户登录
|
// 用户登录
|
||||||
loginOn() {
|
loginOn() {
|
||||||
|
// uni.navigateTo({
|
||||||
|
// url: '/pageE/zhibo/index'
|
||||||
|
// });
|
||||||
console.log("登录")
|
console.log("登录")
|
||||||
// console.log(this.member_mobile)
|
// console.log(this.member_mobile)
|
||||||
// console.log(this.sms_code)
|
// console.log(this.sms_code)
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<view>
|
<view>
|
||||||
<live-pusher id='livePusher' ref="livePusher" class="livePusher" url=""
|
<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"
|
aspect="9:16" @statechange="statechange" @netstatus="netstatus" @error = "error"
|
||||||
style="width:750rpx;height:750rpx"></live-pusher>
|
style="width:750rpx;height:750rpx"></live-pusher>
|
||||||
<button class="btn" @click="start">开始推流</button>
|
<button class="btn" @click="start">开始推流</button>
|
||||||
|
@ -218,6 +218,7 @@ export default {
|
|||||||
},
|
},
|
||||||
getRecommendList() {
|
getRecommendList() {
|
||||||
this.$u.api.getRecommendList().then(res => {
|
this.$u.api.getRecommendList().then(res => {
|
||||||
|
console.log(res)
|
||||||
if(res.errCode == 0) {
|
if(res.errCode == 0) {
|
||||||
this.recommendList = res.data.list;
|
this.recommendList = res.data.list;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user