Merge branch 'develop' of http://123.57.20.168:4000/admin/ys-app into develop

This commit is contained in:
jiangyanshan
2025-12-17 14:18:55 +08:00
7 changed files with 103 additions and 18 deletions

View File

@@ -85,7 +85,7 @@ onShow(()=>{
try {
showLoading("加载中...")
getList();
getTaskCount();
// getTaskCount();
hideLoading();
} catch (error) {
hideLoading();
@@ -164,7 +164,7 @@ const downOption = ref({
const downCallback = async (mescroll) => {
try {
setTimeout(async ()=>{
getTaskCount();
// getTaskCount();
getList();
mescroll.resetUpScroll();
},500);

View File

@@ -75,6 +75,8 @@ export default {
let ndef = new IntentFilter("android.nfc.action.TECH_DISCOVERED");
ndef.addDataType("*/*");
let intentFiltersArray = [ndef];
console.log('newintent running==>',intentFiltersArray);
plus.globalEvent.addEventListener('newintent',function() {
console.log('newintent running');