Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我使用方法 pay 使用“FB.UI”时,如下所示:
var obj = { method: 'pay', action: 'purchaseitem', product: encodeURI(order_info.product), request_id: .... }; FB.ui(obj, function (data)....
如何更改用户在付款对话框中看到的标题和描述?
如果我正确理解了这个问题,那应该在您的产品网址中。