Merge branch 'develop' of http://25.13.9.101:9000/K17_AITS/tra-app into develop
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@ VITE_APP_BASE_API_Url = 'https://aitstest.jlbank.com.cn:7002'
|
||||
# h5专用地址x2
|
||||
|
||||
# VITE_APP_BASE_H5_API_Url = 'http://25.18.122.65:7001'
|
||||
VITE_APP_BASE_H5_API_Url = 'http://25.18.122.78:9786'
|
||||
# VITE_APP_BASE_H5_API_Url = 'http://25.18.122.78:9786'
|
||||
|
||||
# VITE_APP_BASE_H5_API_Url_TRAASK = 'http://25.64.16.144:9605'
|
||||
|
||||
|
||||
@@ -219,8 +219,7 @@
|
||||
innerAudio.setAudioSrc(res.tempFilePath);
|
||||
});
|
||||
} else if (newVal === undefined) {
|
||||
|
||||
// innerAudio.stopAudio();
|
||||
innerAudio.stopAudio();
|
||||
} else {
|
||||
voiceTime.value = '';
|
||||
innerAudio.setAudioSrc(newVal);
|
||||
|
||||
@@ -29,9 +29,12 @@
|
||||
}
|
||||
});
|
||||
};
|
||||
|
||||
// 自定义下拉刷新下拉结束
|
||||
const refresherTouchend = () => {
|
||||
clearAll();
|
||||
};
|
||||
|
||||
const props = defineProps<{
|
||||
tabIndex: number;
|
||||
currentIndex: number;
|
||||
|
||||
@@ -98,6 +98,7 @@ export function useItemList(fetchFunction, item) {
|
||||
const clear = () => {
|
||||
total.value = -1
|
||||
data_list.length = 0
|
||||
show_list_state.value = false
|
||||
}
|
||||
return {
|
||||
status,
|
||||
|
||||
Reference in New Issue
Block a user