shop_app/README.md

16 lines
1.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## UniApp App端 注意与问题
1. 某些dom元素不可包裹在template中可能不显示
2. disabled的元素click事件无效例如input
3. video在APP端存在层级问题需放到.nvue文件中或使用其他插件
4. 系统所使用的video插件仅支持APP端在小程序运行会报错[地址](https://ext.dcloud.net.cn/plugin?id=11304)
5. v-bind在弹窗组件中使用时需要包裹一层view否则会无效
6. 步进器up-number-box的赋值v-model不可使用逻辑运算符 || &&
7. 小程序视频可拖动播放的功能在APP未实现
8. 仅打包的apk可以微信登录,基座运行是无效的
9. <button open-type="launchApp" :app-parameter="parameter">返回APP</button> parameter需要是String类型否则在APP无法解析
10. get('/api/v1/carts', parmas) cart_ids的参数是字符串类型和小程序不一样不知道是什么diao问题
11. APP中订阅模板消息和分享需要跳转到小程序进行
12. [Android平台隐私与政策提示框](https://uniapp.dcloud.net.cn/tutorial/app-privacy-android.html)
13. 在ios中子组件内的dom元素有时click事件不生效需要将dom的宽高设置大一下
14. 2024-11-16后的销售页面未更新
15. 04-14完成