作者 sgj
1 个管道 的构建 通过 耗费 2 秒

sdk 收货地址添加

... ... @@ -118,6 +118,9 @@
wx.openAddress({
success: function (res) {
alert(JSON.stringify(res));
},
fail:function (res) {
alert(JSON.stringify(res));
}
});
$('.address_info').click(function () {
... ...