Blame view

public/js/product/limit.page.js 240 Bytes
lijing authored
1
let shareAction = require('common/share');
陈轩 authored
2 3 4 5 6 7 8 9 10

$(function() {
    shareAction({
        title: $('#shareTitle').val(),
        link: $('#shareLink').val(),
        desc: $('#shareDesc').val(),
        imgUrl: $('#shareImg').val(),
    });
});