作者 潘浩文
1 个管道 的构建 通过 耗费 1 秒

1

... ... @@ -128,6 +128,7 @@
// }
//
// }
var serverIds = '';
wx.ready(function () {
$('#imghead').click(function () {
// var id = $(this).attr('id');
... ... @@ -149,8 +150,7 @@ wx.ready(function () {
localId: localIds,
isShowProgressTips: 1,
success: function (res) {
var serverId = res.serverId; // 返回图片的服务器端ID
serverIds += id+':'+serverId + ',';
serverIds = res.serverId; // 返回图片的服务器端ID
},
fail: function (res) {
$modal.toast(JSON.stringify(res));
... ...