diff --git a/api/newFun.js b/api/newFun.js
index 4754d3f..6169038 100644
--- a/api/newFun.js
+++ b/api/newFun.js
@@ -1,17 +1,27 @@
import request from '@/utils/request'
-// api地址
-const api = {
- list: 'shop/list',
- detail: 'shop/detail'
+
+// 服务 服务列表 查询优惠券
+export const serverCheckOrder = (param) => {
+ return request.post('server/checkOrder', param)
+}
+
+// 服务 服务列表
+export const serverList = (param) => {
+ return request.post('server/list', param)
+}
+
+// 服务 服务分类
+export const serverCategoryList = (param) => {
+ return request.post('server/categoryList', param)
}
-// 自提门店列表
-export const inviteList = (param) => {
- return request.get(api.list, param)
+// 店长 商品列表
+export const storeKeeperList = (param) => {
+ return request.get('storeKeeper/list', param)
}
// 门店详情
-export const detail = (shopId) => {
- return request.get(api.detail, { shopId })
+export const storeKeeperDetail = (shopId) => {
+ return request.get('shop/detail', { shopId })
}
diff --git a/pages.json b/pages.json
index 32615b1..3555750 100644
--- a/pages.json
+++ b/pages.json
@@ -746,7 +746,7 @@
{
"path": "recycling/detail",
"style": {
- "navigationBarTitleText": "上门回收",
+ "navigationBarTitleText": "",
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
diff --git a/pages/activity/intimate.vue b/pages/activity/intimate.vue
index bcbf14e..ad08163 100644
--- a/pages/activity/intimate.vue
+++ b/pages/activity/intimate.vue
@@ -3,28 +3,21 @@
-
-
- 大白兔维修
- 上门服务 细心周到
+
+
+ {{storeInfo.store_name}}
+ {{storeInfo.describe}}
-
-
diff --git a/pages/news/recycling/confirm - 副本.vue b/pages/news/recycling/confirm - 副本.vue
new file mode 100644
index 0000000..4e3a051
--- /dev/null
+++ b/pages/news/recycling/confirm - 副本.vue
@@ -0,0 +1,472 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 京送家电武隆路店
+
+
+
+
+
+ 13770577307
+ 杭州市萧山区宏达路234号 国际中心
+ 营业时间:10:00-18:00
+
+
+
+ 电话
+
+
+ 导航
+
+
+
+
+
+
+ 手机回收
+ ¥4189234
+
+
+ x1
+
+
+
+
+
+
+ 服务时间
+
+ 请选择预约到店时间
+
+
+
+
+ 联系人
+
+
+
+
+ 先生
+ 女士
+
+
+
+
+
+ 联系电话
+
+
+
+
+
+ 联系人微信
+
+
+
+
+
+ 发件地址
+
+
+ 请选择所在人城市
+
+
+
+
+ 门牌号
+
+
+
+
+
+ 期待卖价
+
+
+
+
+
+
+
+
+
+ 上传图片
+ 1/8
+
+
+
+
+
+
+
+
+ 免支付预购
+ ¥{{info.server_price}}元
+ 提交订单
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/news/recycling/confirm.vue b/pages/news/recycling/confirm.vue
index 6b58e1a..04b47e3 100644
--- a/pages/news/recycling/confirm.vue
+++ b/pages/news/recycling/confirm.vue
@@ -5,23 +5,26 @@
-
+
-
+
+
+
+
-
+
-
+
-
+
- 手机回收
- ¥4189234
+ {{info.server_name}}
+ ¥{{info.line_price}}
x1
@@ -53,26 +56,33 @@
服务时间
- 请选择预约到店时间
+ {{server_time?server_time:'请选择预约到店时间'}}
+
+
+ 优惠券
+
+ {{couponIndex >= 0? couponList[couponIndex].name:'暂无优惠券'}}
+
+
联系人
-
-
+
+
联系电话
-
+
@@ -88,20 +98,28 @@
请选择所在人城市
+
+
+ 发件地址
+
+
+ 请选择所在人城市
+
+
门牌号
-
+
-
+
期待卖价
-
+
@@ -112,48 +130,126 @@
-
- 免支付预购
+ 免支付预购
+ ¥{{pay_price}}元
提交订单
-
+
+
+
+
+ 优惠券列表
+
+
+ 不使用
+ {{a.name}}
+
+
+
+
+
+
-