短视频细节调整

master
gongfuxiang 2026-02-27 19:07:24 +08:00
parent c206a62cae
commit ee63a26df4
2 changed files with 3 additions and 9 deletions

View File

@ -2060,7 +2060,9 @@
"transparentTitle": "always",
"titlePenetrate": "YES",
// #endif
"enablePullDownRefresh": true,
"enablePullDownRefresh": false,
//
"disableScroll": true,
"navigationBarTitleText": ""
}
},

View File

@ -149,12 +149,6 @@ export default {
//
app.globalData.page_share_handle();
},
//
onPullDownRefresh() {
//
this.init_data();
},
methods: {
isEmpty,
@ -195,7 +189,6 @@ export default {
method: 'POST',
dataType: 'json',
success: res => {
uni.stopPullDownRefresh();
const data = res.data;
if (data.code == 0) {
const new_data = data.data;
@ -215,7 +208,6 @@ export default {
}
},
fail: (err) => {
uni.stopPullDownRefresh();
this.setData({
data_tabs_loding_status: 2,
data_list_loding_msg: this.$t('common.internet_error_tips'),