作者 anyv
1 个管道 的构建 通过 耗费 0 秒

4

... ... @@ -291,7 +291,7 @@
<script src="__TMPL__/public/assets/js/uploadfile.js"></script>
<script src="https://res.wx.qq.com/open/js/jweixin-1.2.0.js"></script>
<script>
$(function (){
/* $(function (){
wx.config({
debug: true, // 开启调试模式,调用的所有api的返回值会在客户端alert出来,测试完成后需要关闭。
appId: "wxdf34ec2179e19b9a", // 必填,公众号的唯一标识
... ... @@ -300,7 +300,7 @@
signature: "almGHISt15642",// 必填,签名(加密后,下文有实现)
jsApiList: ['chooseImage', 'uploadImage'] // 必填,需要使用的JS接口列表,开发文档上有所有接口名称,根据需要选用就好。
});
});
});*/
function openCamera(){
... ... @@ -309,7 +309,7 @@
console.log(data);
});
wx.chooseImage({
/* wx.chooseImage({
count: 1, // 默认9
sizeType: ['original'], // 指定是原图还是压缩图,默认都有
sourceType: ['album', 'camera'], // 指定来源是相册还是相机,默认都有
... ... @@ -330,7 +330,7 @@
}
});
}
});
});*/
}
</script>
<script>
... ...