$.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; } });
|