uniapp小程序 通过web-view互相调用小程序和h5,

1 小程序调用h5

2 h5 调用 uni小程序(diaoyong.vue)

created() {

      this.sex = this.$route.query.sex;

      this.id= this.$route.query.id;

    },

methods:{

   diaoyong(){

//  返回上一页面

               uni.navigateBack({

                delate: 1 返回的页面数

               });

   }

}

你可能感兴趣的:(html5,前端,uni-app,小程序)