|
@@ -121,17 +121,9 @@
|
|
|
}
|
|
|
if(this.videoType == 1){
|
|
|
var that=this;
|
|
|
- /*uni.setStorage({
|
|
|
- key: 'firstTimeLive',
|
|
|
- data: {
|
|
|
- headImage: JSON.parse(this.wxLoginData.rawData).avatarUrl,
|
|
|
- userName: res.data.name,
|
|
|
- userId: res.data.userId,
|
|
|
- }
|
|
|
- })*/
|
|
|
- if(uni.getStorageSync("firstTimeLive")==""){
|
|
|
+ if(uni.getStorageSync("firstTimeLiveUser")==""){
|
|
|
uni.setStorage({
|
|
|
- key: 'firstTimeLive',
|
|
|
+ key: 'firstTimeLiveUser',
|
|
|
data: 1
|
|
|
})
|
|
|
uni.navigateTo({
|