diff --git a/common/config.js b/common/config.js
index 5ce3327..3f3e3b8 100644
--- a/common/config.js
+++ b/common/config.js
@@ -7,10 +7,10 @@
*/
module.exports = {
// baseUrl: 'http://uv32vz.natappfree.cc', // 本地
- // baseUrl: 'http://192.168.0.105:7211', // 本地
+ baseUrl: 'http://192.168.0.105:7211', // 本地
// baseUrl: 'https://39.104.100.138/lpkapi', // 测试服务器
// baseUrl: 'https://lpk.yyundong.com/mallapi', // 测试服务器
- baseUrl: 'https://supervise.yxtsoft.com/lpkapi', // 正式服务器
+ // baseUrl: 'https://supervise.yxtsoft.com/lpkapi', // 正式服务器
// tokenName: "Authorization", // 请求头中token的名字,与服务器端对应
loginTimeoutCode: "5001", // 登录超时或失效的情况下,服务器端返回的错误码
loginTimeoutPage: "/pages/login/index", // 登录超时或失效的情况下,跳转到的登录页面
diff --git a/common/request.api.js b/common/request.api.js
index db62d60..836fb98 100644
--- a/common/request.api.js
+++ b/common/request.api.js
@@ -71,11 +71,15 @@ export default {
// 自选菜窖 商品信息
getAllGiftBag: (params = {}) => request.get("/lpkgoods/getAllGiftBag", params),
// 結算商品
- createOrder: (params = {}) => request.post("/empsreservoorder/createOrder", params),
+ // createOrder: (params = {}) => request.post("/empsreservoorder/createOrder", params),
+ createOrder: (params = {}) => request.post("/order/createOrder", params),
// 预约记录
orderListByUserSid: (params = {}) => request.post("/lpksreservoorder/orderListByUserSid", params, {}, {}),
// 取消预约记录
cancelReservation: (params = {}) => request.get("/lpksreservoorders/cancelReservation/" + params, params, {}, {}),
+ // 取消预约记录 客户手动填写地址 2024-12-26
+ cancelReservation2: (params = {}) => request.get("/vegecellarreserveorder/cancelReservation/" + params,
+ params, {}, {}),
// 转赠记录
transferRecordsList: (params = {}) => request.post("/transferrecords/transferRecordsList", params, {}, {}),
@@ -107,14 +111,20 @@ export default {
saveTuiJianZhiHang: (params = {}) => request.formpost("/lpkcustomer/updateCustomerBank", params),
// 我的 预约记录
myOrderListByUserSid: (params = {}) => request.post("/lpksreservoorders/orderListByUserSid", params, {}, {}),
+ // 我的 预约记录 客户手动填写地址 2024-12-26
+ myOrderListByUserSid2: (params = {}) => request.post("/vegecellarreserveorder/orderListByUserSid", params, {}, {}),
// 我的 订单列表
- ordersList: (params = {}) => request.post("/empsreservoorder/ordersList", params, {}, {}),
+ // ordersList: (params = {}) => request.post("/empsreservoorder/ordersList", params, {}, {}),
+ ordersList: (params = {}) => request.post("/order/ordersList", params, {}, {}),
// 我的 订单详情
- orderDetails: (params = {}) => request.get("/empsreservoorder/OrderDetails/" + params, params, {}, {}, true),
+ // orderDetails: (params = {}) => request.get("/empsreservoorder/OrderDetails/" + params, params, {}, {}, true),
+ orderDetails: (params = {}) => request.get("/order/OrderDetails/" + params, params, {}, {}, true),
// 我的 订单详情 修改订单状态
- changePayState: (params = {}) => request.get("/empsreservoorder/changePayState/" + params, params, {}, {}, true),
+ // changePayState: (params = {}) => request.get("/empsreservoorder/changePayState/" + params, params, {}, {}, true),
+ changePayState: (params = {}) => request.get("/order/changePayState/" + params, params, {}, {}, true),
// 订单发票获取授权页链接
- wxElectronicInvoice: (params = {}) => request.post("/empsreservoorder/wxElectronicInvoice", params, {}, {}),
+ // wxElectronicInvoice: (params = {}) => request.post("/empsreservoorder/wxElectronicInvoice", params, {}, {}),
+ wxElectronicInvoice: (params = {}) => request.post("/order/wxElectronicInvoice", params, {}, {}),
// 我的 失效商品
vegeCellarInvalidList: (params = {}) => request.post("/lpkgoods/vegeCellarInvalidList", params, {}, {}),
@@ -153,7 +163,8 @@ export default {
// 结算 跳过支付
saveGoods: (params = {}) => request.post("/vegetablecellar/saveGoods", params),
// 正式结算 支付
- createVegeOrder: (params = {}) => request.post("/empsreservoorder/createVegeOrder", params),
+ // createVegeOrder: (params = {}) => request.post("/empsreservoorder/createVegeOrder", params),
+ createVegeOrder: (params = {}) => request.post("/order/createVegeOrder", params),
// 我的菜窖 通知公告
@@ -161,7 +172,8 @@ export default {
// 我的菜窖 新人礼包列表
newUserQuota: (params = {}) => request.post("/appletgiftbag/newUserQuota", params),
// 结算新人礼包 支付
- createNewUserBagOrder: (params = {}) => request.post("/empsreservoorder/createNewUserBagOrder", params),
+ // createNewUserBagOrder: (params = {}) => request.post("/empsreservoorder/createNewUserBagOrder", params),
+ createNewUserBagOrder: (params = {}) => request.post("/order/createNewUserBagOrder", params),
// 我的菜窖 类型列表
vegeCellarTypeList: (params = {}) => request.post("/lpkgoods/vegeCellarTypeList", params),
// 我的菜窖 商品列表
@@ -175,10 +187,13 @@ export default {
// 我的菜窖 绑定之前发出的礼品卡
bindAllCard: (params = {}) => request.post("/lpkgiftcard/bindAllCard", params),
// 我的菜窖 预约提菜
- getStoreBySid: (params = {}) => request.get("/customerstore/getStoreBySid/" + params, params),
+ getStoreBySid: (params = {}) => request.get("/customerstore/getStoreBySid/" + params.customerSid + "/" + params
+ .delivery, {}, {}, {}, true),
// 我的菜窖 预约提菜 选择时间范围
getExtractSaturAndSun: (params = {}) => request.get("/customerstore/isSaturAndSun", params),
// 我的菜窖 保存预约提菜
submissionExtract: (params = {}) => request.post("/lpksreservoorders/submission", params, {}, {}, true),
+ // 预约提货 客户手动填写地址 2024-12-26
+ submissionExtract2: (params = {}) => request.post("/vegecellarreserveorder/submission", params, {}, {}, true),
}
\ No newline at end of file
diff --git a/components/NavBar/NavBar.vue b/components/NavBar/NavBar.vue
index f476045..8a24b00 100644
--- a/components/NavBar/NavBar.vue
+++ b/components/NavBar/NavBar.vue
@@ -54,7 +54,7 @@
/**
* 全局默认背景透明,supportChange= false 会对默认色变成不透明
*/
- const defaultTransparentBg = "linear-gradient(89.26deg, rgba(254,144,56,0) 0.75%,rgba(255,177,118,0) 99.78%)";
+ const defaultTransparentBg = "linear-gradient(89.26deg, rgba(97,204,44,0) 0.75%,rgba(128,200,90,0) 99.78%)";
export default {
name: "NavBar",
@@ -161,8 +161,8 @@
*/
defaultColorBgAlpha(res) {
let x = this.alpha(res)
- this.navBackground = "linear-gradient(89.26deg, rgba(254,144,56," + x +
- ") 0.75%,rgba(255,177,118," + x + ") 99.78%)"
+ this.navBackground = "linear-gradient(89.26deg, rgba(97,204,44," + x +
+ ") 0.75%,rgba(128,200,90," + x + ") 99.78%)"
},
clickIcon() {
// uni.navigateBack()
diff --git a/custom-tab-bar/index.js b/custom-tab-bar/index.js
index 9a55df6..db4fcc0 100644
--- a/custom-tab-bar/index.js
+++ b/custom-tab-bar/index.js
@@ -3,7 +3,7 @@ Component({
selected: 0,
"color": "#FFEEE1",
"selectedColor": "#FFFFFF",
- "backgroundColor": "#F69448",
+ "backgroundColor": "#60CA2C",
list: [
// {
// "pagePath": "/pages/home/cloudCard",
diff --git a/custom-tab-bar/index.wxss b/custom-tab-bar/index.wxss
index 7cb7fac..9e9d402 100644
--- a/custom-tab-bar/index.wxss
+++ b/custom-tab-bar/index.wxss
@@ -1,46 +1,46 @@
.tab-bar {
- pointer-events: auto;
- position: absolute;
- bottom: 0;
- left: 0;
- right: 0;
- height: 50px;
- /* background: #F69448; */
- display: flex;
- padding-top: 5px;
- padding-bottom: 5px;
- /* 加载背景图 */
- background-image: url(https://supervise.yxtsoft.com/lpk/image/bom_navigation.png);
- /* 让背景图基于容器大小伸缩 */
- background-size: 100% 100%;
- /* padding-bottom: env(safe-area-inset-bottom); */
+ pointer-events: auto;
+ position: absolute;
+ bottom: 0;
+ left: 0;
+ right: 0;
+ height: 50px;
+ /* background: #F69448; */
+ display: flex;
+ padding-top: 5px;
+ padding-bottom: 5px;
+ /* 加载背景图 */
+ background-image: url(https://supervise.yxtsoft.com/lpk/image/bom_navigation_new.png);
+ /* 让背景图基于容器大小伸缩 */
+ background-size: 100% 100%;
+ /* padding-bottom: env(safe-area-inset-bottom); */
}
-
+
.tab-bar-border {
- background-color: rgba(246, 148, 72, 0.3);
- position: absolute;
- left: 0;
- top: 0;
- width: 100%;
- height: 1px;
- transform: scaleY(0.5);
+ background-color: rgba(246, 148, 72, 0.3);
+ position: absolute;
+ left: 0;
+ top: 0;
+ width: 100%;
+ height: 1px;
+ transform: scaleY(0.5);
}
-
+
.tab-bar-item {
- flex: 1;
- text-align: center;
- display: flex;
- justify-content: center;
- align-items: center;
- flex-direction: column;
+ flex: 1;
+ text-align: center;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ flex-direction: column;
}
-
+
.tab-bar-item cover-image {
- width: 27px;
- height: 27px;
+ width: 27px;
+ height: 27px;
}
-
+
.tab-bar-item cover-view {
- margin-top: 3px;
- font-size: 10px;
+ margin-top: 3px;
+ font-size: 10px;
}
\ No newline at end of file
diff --git a/pages.json b/pages.json
index a1c3289..fcd1d82 100644
--- a/pages.json
+++ b/pages.json
@@ -298,6 +298,13 @@
"disableScroll": true
}
},
+ {
+ "path": "pages/good/reservation2",
+ "style": {
+ "navigationStyle": "custom",
+ "disableScroll": true
+ }
+ },
{
"path": "pages/good/changePersonnel",
"style": {
@@ -435,15 +442,15 @@
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "惠享云菜窖",
- "navigationBarBackgroundColor": "#FE9039",
- "backgroundColor": "#FE9039"
+ "navigationBarBackgroundColor": "#60CA2C",
+ "backgroundColor": "#60CA2C"
},
"tabBar": {
"custom": true, //自定义tabBar
"color": "#FFEEE1",
"selectedColor": "#191919",
"borderStyle": "white",
- "backgroundColor": "#F69448",
+ "backgroundColor": "#60CA2C",
"list": [
// {
// "pagePath": "pages/home/cloudCard",
diff --git a/pages/SelectAddressActivity.vue b/pages/SelectAddressActivity.vue
index aed6dd5..e19648f 100644
--- a/pages/SelectAddressActivity.vue
+++ b/pages/SelectAddressActivity.vue
@@ -1,32 +1,33 @@
-
-
-
-
-
-
-
- 搜索
-
-
-
+
+
+
+ 搜索
+
+
+
-
+
-
-
-
+
+
-
- {{item.name}}
+ {{item.name}}
-
-
-
- 营业时间:{{item.businessHours}}
-
+
+
+
+ 营业时间:{{item.businessHours}}
+
-
-
-
- 门店地址:{{item.address}}
-
-
-
-
-
-
-
-
- 电话咨询
-
-
-
-
-
- 预约自提
-
-
-
-
+
+
+
+ 电话咨询
+
+
+
+
+
+ 预约自提
+
+
+
+
+
-
-
-
+
+
+
\ No newline at end of file
diff --git a/pages/bind/bind_cloudCard.vue b/pages/bind/bind_cloudCard.vue
index 288d14b..a3ff98a 100644
--- a/pages/bind/bind_cloudCard.vue
+++ b/pages/bind/bind_cloudCard.vue
@@ -15,8 +15,8 @@
-
-
+
+
好友赠与的礼品
{{item.goodsName}}
- {{item.goodsContent}}
+
-
+
- {{item.goodsFs}}
- {{item.goodsJs}}
+ {{item.weight}}{{item.specificationUnit}}/{{item.unitName}}
+
+ {{item.remarks}}
+
+
@@ -49,6 +56,11 @@
+
+ {{item.goodsFs}}
+
+
+
@@ -58,8 +70,8 @@
-
-
+
+
转赠留言
@@ -75,7 +87,7 @@
温馨提示:您的好友赠送您一份心意,请接收。
-
接收
diff --git a/pages/bind/bind_pickUpCard2.vue b/pages/bind/bind_pickUpCard2.vue
index 574a230..522de48 100644
--- a/pages/bind/bind_pickUpCard2.vue
+++ b/pages/bind/bind_pickUpCard2.vue
@@ -1,21 +1,21 @@
-
+
-
+
-
-
-
-
-
-
+
+
+
+
+
+
-
+
-
-
+
-
-
-
- 绑定云菜窖
-
+
+
+
+ 绑定云菜窖
+
- 提货编码
- 提货编码
+
-
-
-
-
- 提货密码
-
+
+
+
+ 提货密码
+
-
-
+
+
-
- 接收
-
-
+ 接收
+
+
\ No newline at end of file
diff --git a/pages/good/transfer.vue b/pages/good/transfer.vue
index 446a0f4..6d74dd9 100644
--- a/pages/good/transfer.vue
+++ b/pages/good/transfer.vue
@@ -1,5 +1,5 @@
-
+
@@ -26,12 +26,14 @@
{{item.name}}
- {{item.remark}}
+
{{item.weight}}{{item.specificationUnit}}/{{item.unitName}}
+ {{item.remarks}}
百姓菜!
@@ -47,8 +49,7 @@
margin-right: 15px;">
存量:
- {{item.goodsNumber}}{{item.unitName}}
+ {{item.goodsNumber}}
@@ -233,7 +234,7 @@
let value = encodeURIComponent(shareData)
resolve({
- title: '汇融农链-云菜窖',
+ // title: '汇融农链-云菜窖',
// ②
path: '/pages/login/login?data=' + value,
imageUrl: 'https://supervise.yxtsoft.com/lpk/image/share_transfer.png', //自定义图片路径,显示图片长宽比是 5:4。
@@ -259,7 +260,7 @@
\ No newline at end of file
diff --git a/uni_modules/uni-datetime-picker/components/uni-datetime-picker/uni-datetime-picker.vue b/uni_modules/uni-datetime-picker/components/uni-datetime-picker/uni-datetime-picker.vue
index c6a9286..90f7e57 100644
--- a/uni_modules/uni-datetime-picker/components/uni-datetime-picker/uni-datetime-picker.vue
+++ b/uni_modules/uni-datetime-picker/components/uni-datetime-picker/uni-datetime-picker.vue
@@ -1,1066 +1,1069 @@
-
-
-
-
-
-
- {{ displayValue || singlePlaceholderText }}
- {{ displayValue || singlePlaceholderText }}
-
-
-
-
-
- {{ displayRangeValue.startDate || startPlaceholderText }}
-
-
- {{rangeSeparator}}
-
-
- {{ displayRangeValue.endDate || endPlaceholderText }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+ {{ displayValue || singlePlaceholderText }}
+
+ {{ displayValue || singlePlaceholderText }}
+
+
+
+
+
+ {{ displayRangeValue.startDate || startPlaceholderText }}
+
+
+ {{rangeSeparator}}
+
+
+ {{ displayRangeValue.endDate || endPlaceholderText }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file