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 返回的页面数
});
}
京公网安备 11010502049817号