Commit d5dcb753 authored by jyx's avatar jyx

代码优化

parent f9035d0a
......@@ -345,14 +345,13 @@
},
showFirstDialog() {
let that = this;
// let loadEpisode_id = uni.getStorageSync('tt_episode_id') || '';
// let loadAlbum_id = uni.getStorageSync('tt_album_id') || '';
setTimeout(() => {
let loadEpisode_id = uni.getStorageSync('tt_episode_id') || '';
let loadAlbum_id = uni.getStorageSync('tt_album_id') || '';
that.post({
url: '/vedio/firstVedio/douyin',
data: {
episode_id: '',
album_id: ''
episode_id: loadEpisode_id,
album_id: loadAlbum_id
},
showLoading: false,
success: ({
......@@ -373,7 +372,6 @@
}
}
});
}, 800);
}
}
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment