<view class="inner" style="width:{{currentWidth}}%"></view>
不能同时使用插值与%匹配来动态显示样式
改成这样写<view class=“inner” style=“width:{{currentWidth+‘%’}}”></view>