...
|
...
|
@@ -19,7 +19,7 @@ if (typeof wx !== 'undefined') { |
|
|
function(json) {
|
|
|
var _appId, _timestamp, _nonceStr, _signature;
|
|
|
|
|
|
if (json !== undefined && json !== '') {
|
|
|
if (json) {
|
|
|
_appId = json.appId.toString();
|
|
|
_timestamp = json.timestamp;
|
|
|
_nonceStr = json.nonceStr.toString();
|
...
|
...
|
|