logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

iframe页面向vue父页面传值,vue页面向iframe页面传值

1.iframe页面向vue父页面传值vue代码<template><div><iframe id="iframe"></iframe></div></template><script>export default {data(){return {iframeDa...

vue uniapp 单选框、复选框的change事件传参

单选框、复选框change事件传参

#vue.js
uniapp h5打包后修改接口ip

在static文件夹下新建config.js,里面写入公共ip地址2.打开manifest.json,设置如下图之后就有了template.h5.html文件3.打开template.h5.html文件,引入config.js4. 最后打包h5

uniapp app或小程序跳转h5链接

1.新建一个webview页面,用来展示h5页面<template><view><view><!-- url为要跳转外链的地址--><web-view :src="url"></web-view></view></view></template><script>export de

到底了