【发布时间】:2020-07-21 10:26:28
【问题描述】:
我在视图文件夹中的 master.blade.php 文件上遇到错误。
错误信息是:
*<br/>ParseError <br/>syntax error, unexpected '{', expecting ')' (View: E:\soft\Xampp2\htdocs\Royaltyexoticcars\resources\views\frontView\master.blade.php)*
负责的第 96 行(显示在错误消息中)代码是
<script
type="text/javascript">window.__WEBFLOW_CURRENCY_SETTINGS = {
"currencyCode": "USD",
"$init": true,
"symbol": "$",
"decimal": ".",
"fractionDigits": 2,
"group": ",",
"template": "{{wf {\"path\":\"symbol\",\"type\":\"PlainText\"} }} {{wf {\"path\":\"amount\",\"type\":\"CommercePrice\"} }} {{wf {\"path\":\"currencyCode\",\"type\":\"PlainText\"} }}",
"hideDecimalForWholeNumbers": false };
</script>
我该如何解决这个问题?
【问题讨论】:
标签: javascript php html css laravel