MIP.watch('count', function (newVal, oldVal) { fetch('http://www.chazidian.com/kaoshi/ajaxapi/?action=guanzhu&id=18927&type=2') .then(function (res) { var follows2 = MIP.getData('follows') if(follows2==1){ MIP.setData({ follows:2, title:'收藏' }) } if(follows2==2){ console.log(2) MIP.setData({ follows:1, title:'已收藏' }) } }) .catch(function (err) { console.log('数据请求失败!') }) })

文档窗口是应用程序的子窗口。

1、正确
2、错误
查看答案
正确答案:

正确

答案解析:

暂无解析

上一题
你可能感兴趣的试题

文件系统的()是实现按名存取。

操作系统是运行在计算机()系统上的最基本的系统软件。

分页式存储管理中,页的大小是可以不相等的。

当一个进程独占处理器顺序执行时,具有两个特性:()和可再现性。

能方便实现信息共享的存储管理办法有段式和()。

热门试题 更多>
相关题库更多>
初级
中级
高级