Commit dc3cb320 by Sweet Zhang

增加shareCode

parent aea78dc9
......@@ -242,6 +242,7 @@ $(function () {
},
deviceType: param.deviceType,
paymentMethod: '1',
shareCode: getQueryString('shareCode')
}
if (isWeiXin()) {
data.paymentMethod = '1';
......@@ -321,10 +322,10 @@ $(function () {
return false;
}
}
getWxConfig();
// 获取微信分享配置
function getWxConfig()
{
function getWxConfig() {
var url = location.href.split('#')[0];
$.ajax({
type: "POST",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment