• This project
    • Loading...
  • Sign in

fe / yohobuywap-node · Files

Go to a project

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Pipelines 0
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Members
  • Labels
  • Wiki
  • Forks
  • Network
  • Create a new issue
  • yohobuywap-node
  • public
  • js
  • product
  • limit.page.js
  • 限定商品的JS
    71884c8a
    by 陈轩
    2016-09-06 15:55:46 +0800  
    Browse Files
limit.page.js 240 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10
var shareAction = require('common/share');

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