Popular Articles

Recent Stories

ubuntu 16.04升级php7.0至7.2

There is no translation available.

直接命令升级 1. apt-get update && apt-get upgrade 2. apt-get install software-properties-common 3. add-apt-repository ppa:ondrej/php 4. apt-get update 5. apt-get upgrade php

微信小程序内嵌web-view并实现小程序支付的几个坑

There is no translation available.

最近实现了微信小程序web-view内嵌Joomla商城并实现小程序支付。

记录一下几个坑(折腾了很久才搞通)

微信小程序开发|获取openid

There is no translation available.

  • 我们在使用小程序wx.login API进行登录的时候,直接使用wx.getUserInfo是不能获取更多的信息的,如微信用户的openid。 
    官方提示,需要发送获取到的code进行请求到微信的后端API,进行用户解密之类的操作才可以获取,

微信小程序编辑器报错:enablePullDownRefresh 字段需为 boolean

There is no translation available.

把explore.json中
{
"backgroundTextStyle":"light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "最新相册",
"navigationBarTextStyle":"black",
"enablePullDownRefresh":"true"
}