问题描述:小程序的tts怎么引用啊
报错截图、相关bug:
C:\Users\wqe\AppData\Local\Programs\bytedanceide\resources\app.asar.unpacked\simulator-sdk\temFiles\dist\preload\bgPreload.1f016866cbb6941dc161.js:192 Error:
in file ./ws_micro_shop/pages/home/index
Error:
in file .//common/template/ws-template
SyntaxError:
43 | <view class="wsui-price__count wsui-price__count--{{status}}">
44 | <text wx:if="{{value === 0}}">0</text>
> 45 | {{(value && decimal !== 'small') ? priceTplModule.getPrice(value, decimal) : ''}}
| ^
46 | <text wx:if="{{value && decimal === 'small'}}">{{priceTplModule.getPrice(value, decimal)}}</text>
47 | <text wx:if="{{value && decimal === 'small'}}" class="wsui-count__decimal--small">.{{priceTplModule.getDecimalNum(value)}}</text>
48 | </view>
复现步骤:
联系方式: