orderProtocol.js 246 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 /** * orderProtocol.js *@author dennis *@createtime 2018/10/31 *@description 买家协议 */ Page({ data: { protocolLink: 'https://activity.yoho.cn/feature/3189.html?title=买家协议' }, onLoad: function (option) { } })