优化配送页面
This commit is contained in:
parent
104b55b65f
commit
84920310a8
|
@ -73,7 +73,7 @@
|
|||
<view class="form-item explain">
|
||||
<view class="form-item-title">配送说明</view>
|
||||
<view class="textarea-box">
|
||||
<text>每公里配送费为3元,5公里以下按5公里计算</text>
|
||||
<text>每公里配送费为{{ unitPrice }}元,{{ minDistance }}公里以下按{{ minDistance }}公里计算</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
|
Loading…
Reference in New Issue