fix: 更新API端点路径和单次洗车支付流程
- 将多个API端点从相对路径更新为完整URL - 修改单次洗车配置和支付流程接口路径 - 更新listDetail页面时间字段显示为created_at - 调整index页面单次洗车选项的显示和支付逻辑 - 添加单次洗车弹窗的样式定义
This commit is contained in:
@@ -54,7 +54,7 @@ Page({
|
||||
return a.default.wrap(function(t) {
|
||||
for (;;) switch (t.prev = t.next) {
|
||||
case 0:
|
||||
return e, t.prev = 1, t.next = 4, r.request("/shop/home", {}, !0);
|
||||
return e, t.prev = 1, t.next = 4, r.request("https://t-jm.v0750.com/shop/home", {}, !0);
|
||||
|
||||
case 4:
|
||||
o = t.sent, (s = o.data).recommendedList.forEach(function(e) {
|
||||
@@ -99,7 +99,7 @@ Page({
|
||||
case 3:
|
||||
return s.setData({
|
||||
loading: !0
|
||||
}), e.prev = 4, e.next = 7, r.request("/shop/home/shopList", {
|
||||
}), e.prev = 4, e.next = 7, r.request("https://t-jm.v0750.com/shop/home/shopList", {
|
||||
type: s.data.tab,
|
||||
point: {
|
||||
lng: s.longitude,
|
||||
|
||||
Reference in New Issue
Block a user