Realize that there is a horizontal line in the middle of the price

<view class="itemprice">
    <view><span>¥</span>59</view>
    <view>¥177</view>
</view> 

CSS can be achieved using this method: text-decoration:line-through;

Guess you like

Origin blog.csdn.net/lovewangyage/article/details/126873044