Merge branch 'develop' of http://123.57.20.168:4000/admin/ys-app into develop
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user