|
@@ -98,8 +98,8 @@
|
|
|
<script src="http://res2.wx.qq.com/open/js/jweixin-1.4.0.js"></script>
|
|
|
<script>
|
|
|
console.log('222222')
|
|
|
- var js_config = {{json_encode($js_config)}};
|
|
|
- var config = {{json_encode($share_config)}};
|
|
|
+ var js_config = "{{json_encode($js_config)}}";
|
|
|
+ var config = "{{json_encode($share_config)}}";
|
|
|
wx.config(
|
|
|
js_config
|
|
|
);
|