...
|
...
|
@@ -82,8 +82,6 @@ |
|
|
<?php $this->_endblock();?>
|
|
|
<?php $this->_block('js');?>
|
|
|
<script type="text/javascript">
|
|
|
seajs.use(['jquery', 'mobile'],function($, mobile) {
|
|
|
mobile.detail();
|
|
|
var wechatAppId = $(".share").attr("wechatAppId"),
|
|
|
wechatTimestamp = $(".share").attr("wechatTimestamp"),
|
|
|
wechatNonceStr = $(".share").attr("wechatNonceStr"),
|
...
|
...
|
@@ -127,6 +125,9 @@ |
|
|
wx.error(function (res) {
|
|
|
alert(res.errMsg);
|
|
|
});
|
|
|
|
|
|
seajs.use(['jquery', 'mobile'],function($, mobile) {
|
|
|
mobile.detail();
|
|
|
var shareData = {
|
|
|
title: $('.detail-title').find('.title'),
|
|
|
desc: '123123',
|
...
|
...
|
|