前端 微信小程序和uniapp的区别是什么? 区别:1、触摸事件名称上,微信小程序是bindtap,uniapp是“@click”;2、if判断上,微信小程序使用“wx:if="{{isShow}}”语句,uniapp使用“v-if...