fix: 更新API端点路径和单次洗车支付流程
- 将多个API端点从相对路径更新为完整URL - 修改单次洗车配置和支付流程接口路径 - 更新listDetail页面时间字段显示为created_at - 调整index页面单次洗车选项的显示和支付逻辑 - 添加单次洗车弹窗的样式定义
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
<view class="item" wx:for="{{list}}" wx:key="index">
|
||||
<view class="name">{{item.message}}</view>
|
||||
<view class="footer">
|
||||
<view class="time">{{item.timestamp}}</view>
|
||||
<view class="time">{{item.created_at}}</view>
|
||||
<view class="num">{{item.symbol}}{{item.amount}}</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user