...
|
...
|
@@ -71,7 +71,7 @@ module.exports = function() { |
|
|
}
|
|
|
});
|
|
|
|
|
|
wx.ready(function() {
|
|
|
typeof wx !== 'undefined' && wx.ready(function() {
|
|
|
let shareTitle = $('#shareTitle').val();
|
|
|
let shareImg = $('#shareImg').val();
|
|
|
let shareDesc = $('#shareDesc').val();
|
...
|
...
|
|