Commit c8cef419 authored by 余成's avatar 余成

替换图片

parent 21a95a0a
......@@ -793,22 +793,22 @@
/**
* 分享
*/
// function goShare() {
// var requestObj = {
// action: "share",
// params: {
// // share_id:'',
// text: "晋享信用生活,多重信用卡好礼优惠等你参与",
// title: "信用卡专享优惠-惠满三晋",
// url: window.location.href,
// image: "https://yun.duiba.com.cn/cdqd/0123ed88-6f63-4361-bee8-d4968a0fc407.png",
// type: "",
// },
// };
// console.log("分享信息", requestObj);
// window.CCBBridge &&
// window.CCBBridge.requestNative(JSON.stringify(requestObj), "cbShare");
// }
function goShare() {
var requestObj = {
action: "share",
params: {
// share_id:'',
text: "晋享信用生活,多重信用卡好礼优惠等你参与",
title: "信用卡专享优惠-惠满三晋",
url: window.location.href,
image: "https://yun.duiba.com.cn/cdqd/0123ed88-6f63-4361-bee8-d4968a0fc407.png",
type: "",
},
};
console.log("分享信息", requestObj);
window.CCBBridge &&
window.CCBBridge.requestNative(JSON.stringify(requestObj), "cbShare");
}
/**
* 点击卡券 区分端内外进行跳转
......
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