51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#微信图片头像
微信公众号中跳转到小程序中,通过api
参数是否必须说明button是一级菜单数组,个数应为1~3个sub_button否二级菜单数组,个数应为1~5个type是菜单的响应动作类型,view表示网页类型,click表示点击类型,miniprogram表示小程序类型name是菜单标题,不超过16个字节,子菜单不超过60个字节keyclick等点击类型必须菜单K...
代码星球
·
2021-01-09
微信
公众
号中
转到
程序
微信公众号-按键创建
{"button":[{"name":"校园生活","sub_button":[{"type":"click","name":"校园地图","key":"http://720yun.com/t/deezb1qef2t?pano_id=46845"},{"name":"经院小喵","type":"view","url":...
代码星球
·
2021-01-09
微信
公众
按键
创建
微信小程序如何让text内容空格?
<textdecode="{{true}}"> </text>由于小程序有这需求,就是让显示的一段话首行空两个空格,所以网上查了一下,顺便也小结一下: 在text标签中一定得加上decode="{{true}}",然后在需要显示空格的地方放&...
代码星球
·
2021-01-09
微信
程序
如何
text
内容
小程序实现图片预览功能
varcurrent=e.target.dataset.src;//预览图片wx.previewImage({current:current,urls:this.data.product.photoUrls,});current:表示当前需要预览的图片,(默认图片数组的第一张) urls:表示图片的数组&nb...
代码星球
·
2021-01-09
程序
实现
图片
预览
功能
小程序-view背景图片
.page{width:100%;height:100%;background:url(http://img.weiye.me/zcimgdir/album/file_597701fe8e3d9.png)no-repeat;background-size:cover;text-align:center;font-siz...
代码星球
·
2021-01-09
程序
-view
背景图片
微信小程序--简易table表格
table.wxml<viewclass="table"><viewclass="trbg-w"><viewclass="th">head1</view><viewclass="th">head2</view><viewclass="th"&...
代码星球
·
2021-01-09
微信
程序
简易
table
表格
微信小程序--简单页面跳转
首先对text设置监听事件 <viewbindtap="toast"class="usermotto"> <textclass="user-motto">{{motto}}</text> </view>然后对该text设置事件跳转...
代码星球
·
2021-01-09
微信
程序
简单
页面
跳转
微信小程序获取用户openId
wx.login({success:function(res){res.code})获取到code后,传到后台,然后请求微信接口https://api.weixin.qq.com/sns/jscode2session?appid=APPID&secret=SECRET&js_code=JSCODE&am...
代码星球
·
2021-01-09
微信
程序
获取
用户
openId
微信小程序之地图功能
.wxml<mapid="map"longitude="{{longitude}}"latitude="{{latitude}}"scale="14"controls="{{controls}}"bindcontroltap="controltap"markers="{{markers}}"bindmarkert...
代码星球
·
2021-01-09
微信
程序
地图
功能
微信小程序--地图导航
wx.getLocation({type:'gcj02',//返回可以用于wx.openLocation的经纬度success:function(res){varlatitude=res.latitudevarlongitude=res.longitudewx.openLocation({latitude:latitu...
代码星球
·
2021-01-09
微信
程序
地图
导航
PHP 微信公众号/小程序获取openid,用户信息
地址:https://open.weixin.qq.com/connect/oauth2/authorize?appid=APPID&redirect_uri=redirectUrl&response_type=code&scope=snsapi_userinfo&state=1&...
代码星球
·
2021-01-09
PHP
微信
公众
程序
获取
PHP 将某个http地址的远程图片下载到本地的某个目录
functiongetImage($url,$save_dir='',$filename='',$type=0){if(trim($url)==''){returnarray('file_name'=>'','save_path'=>'','error'=>1);}if(trim($save_dir)...
代码星球
·
2021-01-09
某个
PHP
http
地址
远程
element-ui 限制图片尺寸上传
//上传图片尺寸验证 beforeQrcodeUpload(file) { const isJpg = /image/(png|jpe?g|gif)$/.test(file.type); &...
代码星球
·
2021-01-09
element-ui
限制
图片
尺寸
上传
在安卓微信浏览器中,window.location.href这个跳转方法不生效 (记一下)
在window.location=url后面加上一个时间戳,即动态获取的一个时间参数。即,将window.location=url改为window.location=url?+时间参数//以下添加时间戳的方法,经过她本人测试后还是无法解决。window.location.href=url+'?v='+(newDate(...
代码星球
·
2021-01-09
安卓
微信
浏览器
window.location.href
这个
CodeIgniter集成微信支付(转)
http://www.cnblogs.com/24la/p/wxpay-native-qrcode-codeigniter.html CI:3.0.5微信支付API类库来自:https://github.com/zhangv/wechat-pay请先看一眼官方场景及支付时序图:https://pa...
代码星球
·
2021-01-09
CodeIgniter
集成
微信
支付
首页
上一页
...
37
38
39
40
41
...
下一页
尾页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他