添加门店选购商品页面

This commit is contained in:
2025-04-25 17:22:01 +08:00
parent b3fbfd4f0f
commit 5eb6d1b3b8
101 changed files with 3313 additions and 191 deletions

View File

@ -0,0 +1 @@
<text class="{{((lineThrough?'line-through':'')+' price-format')}}" style="{{'color:'+(color)+';'+('font-weight:'+(weight)+';')}}"><block a:if="{{showSubscript}}"><text style="{{'font-size:'+(subscriptSize+'rpx')+';'+('margin-right:'+('2rpx')+';')}}">¥</text></block><text style="{{'font-size:'+(firstSize+'rpx')+';'+('margin-right:'+('1rpx')+';')}}">{{priceSlice.first}}</text><block a:if="{{priceSlice.second}}"><text style="{{'font-size:'+(secondSize+'rpx')+';'}}">{{"."+priceSlice.second}}</text></block></text>