Revert "刷新视频数据"

This reverts commit d201e82abea147a9c155eb225caa9c7f43c41754.
This commit is contained in:
陈浩 2025-05-14 15:19:53 +08:00
parent d201e82abe
commit 87db769e7d
8 changed files with 284 additions and 301 deletions

View File

@ -1042,7 +1042,6 @@ export default {
this.page = 1; this.page = 1;
this.dataList = []; this.dataList = [];
this.k = 0; this.k = 0;
this.userId = '';
}, },
async get() { async get() {
// 这个方法主要就是用来第一次进入视频播放时用来处理的 // 这个方法主要就是用来第一次进入视频播放时用来处理的

View File

@ -1048,7 +1048,6 @@ export default {
this.page = 1; this.page = 1;
this.dataList = []; this.dataList = [];
this.k = 0; this.k = 0;
this.userId = '';
}, },
async get() { async get() {
// 这个方法主要就是用来第一次进入视频播放时用来处理的 // 这个方法主要就是用来第一次进入视频播放时用来处理的

View File

@ -1049,7 +1049,6 @@ export default {
this.page = 1; this.page = 1;
this.dataList = []; this.dataList = [];
this.k = 0; this.k = 0;
this.userId = '';
}, },
async get() { async get() {
// 这个方法主要就是用来第一次进入视频播放时用来处理的 // 这个方法主要就是用来第一次进入视频播放时用来处理的

View File

@ -3,9 +3,8 @@
"appid": "__UNI__6DB512D", "appid": "__UNI__6DB512D",
"description": "admin", "description": "admin",
"versionName": "4.0.0", "versionName": "4.0.0",
"versionCode" : 404, "versionCode": 403,
"transformPx": false, "transformPx": false,
"sassImplementationName" : "node-sass",
"app-plus": { "app-plus": {
"android": { "android": {
"versionCode": 4000049, // Android "versionCode": 4000049, // Android
@ -117,8 +116,7 @@
"weixin": { "weixin": {
"appid": "wxebcdaea31881caab", "appid": "wxebcdaea31881caab",
"UniversalLinks": "https://wuzhongjie.com.cn/ulink/" "UniversalLinks": "https://wuzhongjie.com.cn/ulink/"
}, }
"apple" : {}
}, },
"geolocation": { "geolocation": {
"amap": { "amap": {

View File

@ -1046,7 +1046,6 @@ export default {
this.page = 1; this.page = 1;
this.dataList = []; this.dataList = [];
this.k = 0; this.k = 0;
this.userId = '';
}, },
async get() { async get() {
// 这个方法主要就是用来第一次进入视频播放时用来处理的 // 这个方法主要就是用来第一次进入视频播放时用来处理的

View File

@ -201,17 +201,9 @@ export default {
code: 'APPLE' code: 'APPLE'
} }
], ],
initurl: false, initurl: false
channelComment: null
}; };
}, },
destroyed() {
console.log('登录面销毁');
// BroadcastChannel
if (this.channelComment) {
this.channelComment.close();
}
},
onShow() { onShow() {
//#ifdef H5 //#ifdef H5
@ -350,7 +342,6 @@ export default {
} }
}, },
onLoad(options) { onLoad(options) {
this.channelComment = new BroadcastChannel('comment-counts');
if (options.init == 'index') { if (options.init == 'index') {
this.initurl = true; this.initurl = true;
} }
@ -573,11 +564,7 @@ export default {
storage.setVlogToken(vlogInfo.userToken); storage.setVlogToken(vlogInfo.userToken);
storage.setVlogUserInfo(vlogInfo); storage.setVlogUserInfo(vlogInfo);
storage.setRefreshVlogIndex('1'); storage.setRefreshVlogIndex('1');
// videoList
this.channelComment.postMessage({
type: 'comment-counts',
data: { lahei: true }
});
/** /**
* 登录成功后获取个人信息 * 登录成功后获取个人信息
*/ */
@ -587,7 +574,6 @@ export default {
/** /**
* 个人信息存储到缓存userInfo中 * 个人信息存储到缓存userInfo中
*/ */
storage.setUserInfo(user.data.result); storage.setUserInfo(user.data.result);
storage.setHasLogin(true); storage.setHasLogin(true);
// loginIm // loginIm

View File

@ -215,14 +215,17 @@ export default {
// this.$refs[prop].showVd(); // this.$refs[prop].showVd();
console.log('是否刷新:' + storage.getRefreshVlogIndex()); console.log('是否刷新:' + storage.getRefreshVlogIndex());
if (storage.getRefreshVlogIndex() === '1') { if (storage.getRefreshVlogIndex() === '1') {
try {
storage.setRefreshVlogIndex('0'); //初始完数据修改状态不需要刷新
console.log('是否刷新:' + storage.getRefreshVlogIndex());
// 登录后需要刷新数据 // 登录后需要刷新数据
for (var i = 0; i < this.pageList.length; i++) { for (var i = 0; i < this.pageList.length; i++) {
if (this.$refs[i]) {
this.$refs[i].dataList = []; //所有数据清空 this.$refs[i].dataList = []; //所有数据清空
} }
}
this.$refs[prop].get(); //只初始化当前所在位置的数据 this.$refs[prop].get(); //只初始化当前所在位置的数据
storage.setRefreshVlogIndex('0'); //初始完数据修改状态不需要刷新 } catch (err) {
console.log(err + '255');
}
} else { } else {
try { try {
this.$refs[prop].showVd(); this.$refs[prop].showVd();
@ -238,10 +241,8 @@ export default {
if (storage.getRefreshVlogIndex() == '1') { if (storage.getRefreshVlogIndex() == '1') {
// 登录后需要刷新数据 // 登录后需要刷新数据
for (var i = 0; i < this.pageList.length; i++) { for (var i = 0; i < this.pageList.length; i++) {
if (this.$refs[i]) {
this.$refs[i].dataList = []; //所有数据清空 this.$refs[i].dataList = []; //所有数据清空
} }
}
this.$refs[prop].get(); //只初始化当前所在位置的数据 this.$refs[prop].get(); //只初始化当前所在位置的数据
storage.setRefreshVlogIndex('0'); //初始完数据修改状态不需要刷新 storage.setRefreshVlogIndex('0'); //初始完数据修改状态不需要刷新
} else { } else {

View File

@ -11,7 +11,9 @@
"com.tencent.timpush:xiaomi:8.5.6864", "com.tencent.timpush:xiaomi:8.5.6864",
"com.tencent.timpush:oppo:8.5.6864", "com.tencent.timpush:oppo:8.5.6864",
"com.tencent.timpush:meizu:8.5.6864", "com.tencent.timpush:meizu:8.5.6864",
"com.tencent.timpush:fcm:8.5.6864" "com.tencent.timpush:fcm:8.5.6864",
"com.tencent.timpush:honor:8.5.6864",
"com.tencent.timpush:vivo:8.5.6864"
], ],
"project": { "project": {
"plugins": [ "plugins": [