摘要:
$.ajax({ type: "POST", url: renderUrl, data: { openId: this.openId, }, success: function(data) { _this.renderData = data; } }); 阅读全文
摘要:
$.ajax({ type: "POST", url: renderUrl, data: { openId: this.openId, }, success: function(data) { _this.renderData = data; } }); 阅读全文
|