当前位置:网站首页>Taro框架-微信小程序-内嵌h5页面
Taro框架-微信小程序-内嵌h5页面
2022-08-03 07:08:00 【阿雷前进中...】
- 创建
show-page
文件夹,创建index.vue
页面组件, 使用web-view
标签从url中取参数
import { getCurrentInstance } from ‘@tarojs/taro’<template> <web-view :src="srcValue"></web-view> </template> <script> import { getCurrentInstance } from '@tarojs/taro' export default { data() { return { srcValue: '' } }, created(){ this.srcValue = getCurrentInstance().router.params.value } } </script>
- 跳转h5页面中的点击事件
handleClick() { Taro.navigateTo({ url: "/pages/show-page/index?value=https://xxx.index.html" }); },
边栏推荐
猜你喜欢
随机推荐
Roson的Qt之旅#104 QML Image控件
mongodb的shell脚本
Week5
训练正常&异常的GAN损失函数loss变化应该是怎么样的
postman将接口返回结果生成csv文件到本地
【云原生--Kubernetes】Pod容器与镜像拉取策略
SSM整合流程
依赖注入(DI),自动配置,集合注入
现货黄金分析的主要流派
从学生到职场的转变
数据仓库指标体系实践
boot-SSE
安全狗云原生安全能力全面亮相全球数字经济大会暨ISC互联网安全大会
Oracle Rac Cluster File Directory Migration
PostMan使用,访问路径@RequestMapping
JS 预编译
LeetCode 264:丑数
人脸检测和识别--face recognition包
循环神经网络RNN基础《PyTorch深度学习实践》
PMP每日一练 | 考试不迷路-8.2(包含敏捷+多选)