diff --git "a/data/3.\345\260\217\347\250\213\345\272\217\351\253\230\351\230\266/3.\345\270\270\347\224\250API/19.\350\212\202\347\202\271\344\277\241\346\201\257/exercise.md" "b/data/3.\345\260\217\347\250\213\345\272\217\351\253\230\351\230\266/3.\345\270\270\347\224\250API/19.\350\212\202\347\202\271\344\277\241\346\201\257/exercise.md" index 8b375e1a9ba1639cc8d1f7e9655671116fa63737..14c0678d5557185d7f469472a6faa5ba743884a8 100644 --- "a/data/3.\345\260\217\347\250\213\345\272\217\351\253\230\351\230\266/3.\345\270\270\347\224\250API/19.\350\212\202\347\202\271\344\277\241\346\201\257/exercise.md" +++ "b/data/3.\345\260\217\347\250\213\345\272\217\351\253\230\351\230\266/3.\345\270\270\347\224\250API/19.\350\212\202\347\202\271\344\277\241\346\201\257/exercise.md" @@ -2,26 +2,26 @@ ## 问题描述 -下列有关uni.requestPayment支付中描述错误的是 +下列有关节点信息中描述错误的是 ## 答案 -字节跳动小程序的 orderInfo 为 String 类型 +selectorQuery.selectViewport:获取滚动位置 ## 选项 ### A -百度小程序的 orderInfo 为 Object 类型 +uni.createSelectorQuery:创建查询请求 ### B -App端,支付宝支付 orderInfo 为 String 类型 +selectorQuery.select:根据选择器选择单个节点 ### C -App端,微信支付 orderInfo 为 Object 类型 +selectorQuery.selectAll:根据选择器选择全部节点 ### D -App端,苹果应用内支付 orderInfo 为Object 类型 \ No newline at end of file +selectorQuery.exec:执行查询请求 \ No newline at end of file diff --git "a/data/3.\345\260\217\347\250\213\345\272\217\351\253\230\351\230\266/3.\345\270\270\347\224\250API/20.\350\216\267\345\217\226\345\234\272\346\231\257\345\200\274 /exercise.md" "b/data/3.\345\260\217\347\250\213\345\272\217\351\253\230\351\230\266/3.\345\270\270\347\224\250API/20.\350\216\267\345\217\226\345\234\272\346\231\257\345\200\274 /exercise.md" new file mode 100644 index 0000000000000000000000000000000000000000..37b6ae51bad67455c9ba296001134067741052df --- /dev/null +++ "b/data/3.\345\260\217\347\250\213\345\272\217\351\253\230\351\230\266/3.\345\270\270\347\224\250API/20.\350\216\267\345\217\226\345\234\272\346\231\257\345\200\274 /exercise.md" @@ -0,0 +1,24 @@ + + +## 问题描述 + +下列获取场景值方法正确的是 + +## 答案 + +uni.getLaunchOptionsSync().sence + +## 选项 + +### A + +uni.getLaunchOptionsSync().query + +### B + +uni.getLaunchOptionsSync().channel + +### C + +uni.getLaunchOptionsSync().launcher + diff --git "a/data/3.\345\260\217\347\250\213\345\272\217\351\253\230\351\230\266/3.\345\270\270\347\224\250API/21.\350\216\267\345\217\226\347\211\210\346\234\254\345\217\267/exercise.md" "b/data/3.\345\260\217\347\250\213\345\272\217\351\253\230\351\230\266/3.\345\270\270\347\224\250API/21.\350\216\267\345\217\226\347\211\210\346\234\254\345\217\267/exercise.md" new file mode 100644 index 0000000000000000000000000000000000000000..d8f446f468c05b252da9cd9e283f2ac7273f6187 --- /dev/null +++ "b/data/3.\345\260\217\347\250\213\345\272\217\351\253\230\351\230\266/3.\345\270\270\347\224\250API/21.\350\216\267\345\217\226\347\211\210\346\234\254\345\217\267/exercise.md" @@ -0,0 +1,24 @@ + + +## 问题描述 + +下列获取版本号方法正确的是 + +## 答案 + +uni.getAccountInfoSync().miniProgram + +## 选项 + +### A + +uni.getAccountInfoSync().scheme + +### B + +uni.getAccountInfoSync().plugin + +### C + +uni.getAccountInfoSync().launcher + diff --git "a/data/3.\345\260\217\347\250\213\345\272\217\351\253\230\351\230\266/5.\345\270\270\350\247\201\351\227\256\351\242\230/1.\350\247\243\345\206\263\351\241\265\351\235\242\350\267\263\350\275\25410\345\261\202\351\231\220\345\210\266\347\232\204\351\227\256\351\242\230/exercise.md" "b/data/3.\345\260\217\347\250\213\345\272\217\351\253\230\351\230\266/5.\345\270\270\350\247\201\351\227\256\351\242\230/1.\350\247\243\345\206\263\351\241\265\351\235\242\350\267\263\350\275\25410\345\261\202\351\231\220\345\210\266\347\232\204\351\227\256\351\242\230/exercise.md" new file mode 100644 index 0000000000000000000000000000000000000000..c2d3a2d33cbf6e7324b69252907a2ff1b52b4bb4 --- /dev/null +++ "b/data/3.\345\260\217\347\250\213\345\272\217\351\253\230\351\230\266/5.\345\270\270\350\247\201\351\227\256\351\242\230/1.\350\247\243\345\206\263\351\241\265\351\235\242\350\267\263\350\275\25410\345\261\202\351\231\220\345\210\266\347\232\204\351\227\256\351\242\230/exercise.md" @@ -0,0 +1,24 @@ +## 问题描述 + +下列关于页面跳转问题描述错误的是 + +## 答案 + +uni.navigateTo:页面可以无限次跳转 + +## 选项 + +### A + +uni.navigateTo:保留当前页面,跳转到应用内的某个页面 + +### B + +uni.redirectTo:关闭当前页面,跳转到应用内的某个页面 + +### C + +uni.switchTab:跳转到 tabBar 页面,并关闭其他所有非 tabBar 页面 + + + diff --git "a/data/3.\345\260\217\347\250\213\345\272\217\351\253\230\351\230\266/5.\345\270\270\350\247\201\351\227\256\351\242\230/2.\350\247\243\345\206\263tabBar\344\270\215\350\203\275\344\274\240\345\217\202\347\232\204\351\227\256\351\242\230/exercise.md" "b/data/3.\345\260\217\347\250\213\345\272\217\351\253\230\351\230\266/5.\345\270\270\350\247\201\351\227\256\351\242\230/2.\350\247\243\345\206\263tabBar\344\270\215\350\203\275\344\274\240\345\217\202\347\232\204\351\227\256\351\242\230/exercise.md" new file mode 100644 index 0000000000000000000000000000000000000000..fee2a1c309b7f9fc1a5260c8a859d146c5390819 --- /dev/null +++ "b/data/3.\345\260\217\347\250\213\345\272\217\351\253\230\351\230\266/5.\345\270\270\350\247\201\351\227\256\351\242\230/2.\350\247\243\345\206\263tabBar\344\270\215\350\203\275\344\274\240\345\217\202\347\232\204\351\227\256\351\242\230/exercise.md" @@ -0,0 +1,56 @@ + + +## 问题描述 + +A页面跳转B,下列哪种方法不能在tabBar获取到参数id的值 + +## 答案 + +A页面: +uni.setStorageSync('id', 999); +uni.switchTab({ +url: '/pages/center/center' +}); + +B页面: +const id = uni.getStorageSync('id'); + +## 选项 + +### A + +A页面: +uni.switchTab({ +url: '/pages/center/center?id=999' +}); + +B页面: +onLoad(option){ +var id = option.id +} + +### B + +A页面: +uni.navigateTo({ +url: '/pages/center/center?id=999' +}); + +B页面: +onLoad(option){ +var id = option.id +} + +### C + +A页面: +uni.redirectTo({ +url: '/pages/center/center?id=999' +}); + +B页面: +onLoad(option){ +var id = option.id +} + + diff --git "a/data/3.\345\260\217\347\250\213\345\272\217\351\253\230\351\230\266/5.\345\270\270\350\247\201\351\227\256\351\242\230/3.ios\350\256\276\345\244\207\351\241\265\351\235\242\345\233\236\345\274\271\345\274\200\345\205\263/exercise.md" "b/data/3.\345\260\217\347\250\213\345\272\217\351\253\230\351\230\266/5.\345\270\270\350\247\201\351\227\256\351\242\230/3.ios\350\256\276\345\244\207\351\241\265\351\235\242\345\233\236\345\274\271\345\274\200\345\205\263/exercise.md" new file mode 100644 index 0000000000000000000000000000000000000000..df9fe4a5dc373d80c3d82eafae6c55e5db34c827 --- /dev/null +++ "b/data/3.\345\260\217\347\250\213\345\272\217\351\253\230\351\230\266/5.\345\270\270\350\247\201\351\227\256\351\242\230/3.ios\350\256\276\345\244\207\351\241\265\351\235\242\345\233\236\345\274\271\345\274\200\345\205\263/exercise.md" @@ -0,0 +1,28 @@ + + +## 问题描述 + +ios设备阻止页面回弹效果的方法 + +## 答案 + +在pages.json中配置"app-plus":{"bounce":"none"} + +## 选项 + +### A + +::-webkit-scrollbar { +width: 0; +height: 0; +background-color: transparent; +} + +### B + +overflow-y:hidden; + +### C + +在pages.json中配置"scrollIndicator": "none" + diff --git "a/data/3.\345\260\217\347\250\213\345\272\217\351\253\230\351\230\266/5.\345\270\270\350\247\201\351\227\256\351\242\230/4.\351\232\220\350\227\217\351\241\265\351\235\242\346\273\232\345\212\250\346\235\241/exercise.md" "b/data/3.\345\260\217\347\250\213\345\272\217\351\253\230\351\230\266/5.\345\270\270\350\247\201\351\227\256\351\242\230/4.\351\232\220\350\227\217\351\241\265\351\235\242\346\273\232\345\212\250\346\235\241/exercise.md" new file mode 100644 index 0000000000000000000000000000000000000000..6e537910c86846888cfec8c2e6a008362c8e5615 --- /dev/null +++ "b/data/3.\345\260\217\347\250\213\345\272\217\351\253\230\351\230\266/5.\345\270\270\350\247\201\351\227\256\351\242\230/4.\351\232\220\350\227\217\351\241\265\351\235\242\346\273\232\345\212\250\346\235\241/exercise.md" @@ -0,0 +1,29 @@ + + +## 问题描述 + +下列有关隐藏当前页面滚动条方法正确的是 + +## 答案 + +在pages.json中配置"app-plus":{"scrollIndicator":"none"} + +## 选项 + +### A + +::-webkit-scrollbar { +width: 0; +height: 0; +background-color: transparent; +} + +### B + +overflow-y:hidden; + +### C + +在pages.json中配置"app-plus":{"bounce":"none"} + + diff --git "a/data/3.\345\260\217\347\250\213\345\272\217\351\253\230\351\230\266/5.\345\270\270\350\247\201\351\227\256\351\242\230/5.\345\260\272\345\257\270\345\215\225\344\275\215\350\275\254\346\215\242/exercise.md" "b/data/3.\345\260\217\347\250\213\345\272\217\351\253\230\351\230\266/5.\345\270\270\350\247\201\351\227\256\351\242\230/5.\345\260\272\345\257\270\345\215\225\344\275\215\350\275\254\346\215\242/exercise.md" new file mode 100644 index 0000000000000000000000000000000000000000..9bf03474b3cf10d190d19cd5892126010b7c3ee9 --- /dev/null +++ "b/data/3.\345\260\217\347\250\213\345\272\217\351\253\230\351\230\266/5.\345\270\270\350\247\201\351\227\256\351\242\230/5.\345\260\272\345\257\270\345\215\225\344\275\215\350\275\254\346\215\242/exercise.md" @@ -0,0 +1,28 @@ + + +## 问题描述 + +下列有关隐藏当前页面滚动条方法正确的是 + +## 答案 + +在pages.json中配置"app-plus":{"scrollIndicator":"none"} + +## 选项 + +### A + +::-webkit-scrollbar { +width: 0; +height: 0; +background-color: transparent; +} + +### B + +overflow-y:hidden; + +### C + +App端,微信支付 orderInfo 为 Object 类型 +