Commit 175ca27c by 陈玉桐

add

parent 2a4521a9
...@@ -167,7 +167,7 @@ export default { ...@@ -167,7 +167,7 @@ export default {
timestamp: this.timestamp, // 必填,生成签名的时间戳 timestamp: this.timestamp, // 必填,生成签名的时间戳
nonceStr: this.nonceStr, // 必填,生成签名的随机串 nonceStr: this.nonceStr, // 必填,生成签名的随机串
signature: this.signature,// 必填,签名 signature: this.signature,// 必填,签名
jsApiList: ['chooseImage'] // 必填,需要使用的JS接口列表 jsApiList: ['chooseImage','uploadImage'] // 必填,需要使用的JS接口列表
}) })
wx.ready(function(){ wx.ready(function(){
}) })
......
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