feat(帮洗服务): 新增帮洗服务页面及功能
新增帮洗服务相关页面和功能,包括页面配置、路由添加、API接口调整和样式实现 更新小程序基础库版本至3.8.8 调整API接口路径统一使用v2版本前缀
This commit is contained in:
@@ -100,7 +100,7 @@ Page({
|
||||
},
|
||||
// 获取网点详情信息
|
||||
getBranchDetail() {
|
||||
t.request('/miniprogram/branch/detail', {
|
||||
t.request('/v2/miniprogram/branch/detail', {
|
||||
number: this.data.number,
|
||||
latitude: wx.getStorageSync('latitude'),
|
||||
longitude: wx.getStorageSync('longitude'),
|
||||
@@ -118,7 +118,7 @@ Page({
|
||||
// 获取机器列表
|
||||
getMachineList() {
|
||||
|
||||
t.request('/miniprogram/branch/machine', {
|
||||
t.request('/v2/miniprogram/branch/machine', {
|
||||
number: this.data.number,
|
||||
}).then((res) => {
|
||||
if (res.code == 200) {
|
||||
|
||||
Reference in New Issue
Block a user