Sen descrición

chen.cheng b49465020b + 我的报名列表 hai 10 meses
common b49465020b + 我的报名列表 hai 10 meses
components 5d8476a324 + 我的报名列表 hai 10 meses
pages 0ea7debcfb * 小程序变更 hai 10 meses
pasb b49465020b + 我的报名列表 hai 10 meses
pasbrg b49465020b + 我的报名列表 hai 10 meses
static 02e69394c9 + 与会企业行程 hai 11 meses
store 7498f5b8cc init hai 11 meses
uni_modules 63f229cbf5 + 与会企业行程 hai 11 meses
util 0ea7debcfb * 小程序变更 hai 10 meses
.gitignore 6bdfdf059d + gitignore hai 11 meses
App.vue 7498f5b8cc init hai 11 meses
LICENSE 7498f5b8cc init hai 11 meses
README.md af94eb5767 + 我的报名列表 hai 10 meses
jsconfig.json 02e69394c9 + 与会企业行程 hai 11 meses
main.js 6b8347c5af * 修改环境配置文件 hai 11 meses
manifest.json 633ddda3f5 * 增加报名信息 hai 10 meses
package.json b49465020b + 我的报名列表 hai 10 meses
pages.json b49465020b + 我的报名列表 hai 10 meses
template.h5.html 7498f5b8cc init hai 11 meses
tree.md 7498f5b8cc init hai 11 meses
uni.scss 7498f5b8cc init hai 11 meses
vue.config.js 7498f5b8cc init hai 11 meses

README.md

多端融合开发

  • 1. 坑
  • 子组件调用父组件的方法

    <child :click-handle="handleClick" />
    

    子组件的this指向为子组件。 解决这个问题需要使用

    this.$emit('handleClick', '参数'); 
    
  • 子组件样式问题,需要在common 文件中写样式