Commit 3580cb91 by 陈玉桐

fix

parent 877cfea4
...@@ -226,7 +226,7 @@ export default { ...@@ -226,7 +226,7 @@ export default {
timestamp: this.timestamp, // 必填,生成签名的时间戳 timestamp: this.timestamp, // 必填,生成签名的时间戳
nonceStr: this.nonceStr, // 必填,生成签名的随机串 nonceStr: this.nonceStr, // 必填,生成签名的随机串
signature: this.signature,// 必填,签名 signature: this.signature,// 必填,签名
jsApiList: ['chooseImage','uploadImage'] // 必填,需要使用的JS接口列表 jsApiList: ['chooseImage','uploadImage','hideMenuItems'] // 必填,需要使用的JS接口列表
}) })
wx.ready(function(){ wx.ready(function(){
var deviceW = document.documentElement.clientWidth; var deviceW = document.documentElement.clientWidth;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment