- 博客(11)
- 收藏
- 关注
原创 uniapp内嵌网页调用app中的方法
uni.webview.1.5.3.js在uniapp官网下载。h5页面如果引用本地的页面需要放在根目录(如图位置),
2024-01-12 10:36:10
967
1
原创 父子组件传值
父传子props直接上代码!父组件中html部分<template> <div> <children :msg="123"></children> </div></template>父组件中js部分import children from "../table/index.vue";export default { components: { children, },};子组件中的htm
2021-11-24 09:59:25
702
1
原创 小程序上传图片
<view class="center"> <view class="controller" bindtap="addimg"> <text class="add">+</text><text class="add_text">添加图片</text> </view> <view class="hint"> <text>添加相关合作截图,会提高差评精准..
2021-11-22 16:53:06
140
2
原创 小程序request封装
// http.jslet timestamp = Date.parse(new Date())module.exports = { http(url, method, params, value = false) { return new Promise((resolve, reject) => { let host = 'https://xxxxx/'; // 获取token,自行获取token和签名,token和签名表示每个接口都要发送的数据
2021-11-22 16:39:56
553
2
转载 修改Element-ui表格样式
修改表格头部背景.el-table th{ background: #f00; }修改表格行背景.el-table tr{ background: #f00; }修改斑马线表格的背景.el-table--striped .el-table__body tr.el-table__row--striped td { background: #1f2; }修改行内线的颜色.el-table td,.building-top .el-table th.is-le
2021-06-23 15:23:43
2155
1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人