From 94bedadb9dc21fd316de5f6f8dfd25d0106bfe2b Mon Sep 17 00:00:00 2001
From: "DESKTOP-GMUNQ1B\\k" <1154079537@qq.com>
Date: Thu, 29 Feb 2024 15:07:46 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BA=91=E4=BB=93?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
api/cloud_warehouse.js | 29 +
components/emptyPage.vue | 6 +-
pages.json | 508 ++-
.../big_classification/index.vue | 194 ++
.../cloud_warehouse/select_address/index.vue | 406 +++
.../small_classification/index.vue | 1936 +++++++++++
.../small_classification/index_new.vue | 630 ++++
pages/index/index.vue | 2532 ++++++++-------
pages/nongKe/cloud_entrepot/index.vue | 2866 +++++++++--------
pages/users/invite_code/index.vue | 20 +-
static/cloud_warehouse/dkbl.png | Bin 0 -> 2303 bytes
static/cloud_warehouse/dw.png | Bin 0 -> 1031 bytes
static/images/dingwei.webp | Bin 0 -> 1170 bytes
13 files changed, 6188 insertions(+), 2939 deletions(-)
create mode 100644 api/cloud_warehouse.js
create mode 100644 pages/cloud_warehouse/big_classification/index.vue
create mode 100644 pages/cloud_warehouse/select_address/index.vue
create mode 100644 pages/cloud_warehouse/small_classification/index.vue
create mode 100644 pages/cloud_warehouse/small_classification/index_new.vue
create mode 100644 static/cloud_warehouse/dkbl.png
create mode 100644 static/cloud_warehouse/dw.png
create mode 100644 static/images/dingwei.webp
diff --git a/api/cloud_warehouse.js b/api/cloud_warehouse.js
new file mode 100644
index 0000000..f3726de
--- /dev/null
+++ b/api/cloud_warehouse.js
@@ -0,0 +1,29 @@
+import request from "@/utils/request.js";
+
+/**
+ * 获取里海云仓大分类
+ * @param
+ */
+export function getCategory(id, pid) {
+ let par = {};
+ if (pid) {
+ par['pid'] = pid;
+ }
+ return request.get("store/merchant/category/lst/" + id, par);
+}
+
+/**
+ * 获取里海云仓比例
+ * @param
+ */
+export function getProportion(data) {
+ return request.get("product/spu/storeLabel", data);
+}
+
+/**
+ * 里海云仓商品列表
+ * @param
+ */
+export function goodsList(data) {
+ return request.get("product/spu/merchant/" + data.mer_id, data);
+}
\ No newline at end of file
diff --git a/components/emptyPage.vue b/components/emptyPage.vue
index 612c5ac..7058503 100644
--- a/components/emptyPage.vue
+++ b/components/emptyPage.vue
@@ -1,5 +1,5 @@
-
+
{{title}}
@@ -24,6 +24,10 @@
color: {
type: String,
default: "#999"
+ },
+ mt: {
+ type: String,
+ default: "200rpx"
}
},
}
diff --git a/pages.json b/pages.json
index 774e89f..f8590cd 100644
--- a/pages.json
+++ b/pages.json
@@ -1,58 +1,58 @@
{
"pages": [
//pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "首页",
- "navigationStyle": "custom",
- "enablePullDownRefresh": true,
- "onReachBottomDistance": 300,
- // #ifdef APP-PLUS
- "enablePullDownRefresh": true,
- // #endif
- "app-plus": {
- "scrollIndicator": false //禁用原生导航栏
- }
- }
- },
+ {
+ "path": "pages/index/index",
+ "style": {
+ "navigationBarTitleText": "首页",
+ "navigationStyle": "custom",
+ "enablePullDownRefresh": true,
+ "onReachBottomDistance": 300,
+ // #ifdef APP-PLUS
+ "enablePullDownRefresh": true,
+ // #endif
+ "app-plus": {
+ "scrollIndicator": false //禁用原生导航栏
+ }
+ }
+ },
{
"path": "pages/supply_chains/supply_chains",
"style": {
"navigationBarTitleText": "供应",
"enablePullDownRefresh": true,
"navigationStyle": "custom",
- "onReachBottomDistance": 300
+ "onReachBottomDistance": 300
}
-
+
},
- //#ifdef APP-PLUS
- //启动页
- {
- "path": "pages/guide/judge",
- "style": {
- "enablePullDownRefresh": false,
- "onReachBottomDistance": 100,
- "navigationStyle": "custom",
- "app-plus": {
- "contentAdjust": false,
- "bounce": "none"
- }
- }
- },
- {
- "path": "pages/guide/guide",
- "style": {
- "enablePullDownRefresh": false,
- "onReachBottomDistance": 100,
- "navigationStyle": "custom",
- "app-plus": {
- "contentAdjust": false,
- "bounce": "none"
- }
- }
- },
- // #endif
+ //#ifdef APP-PLUS
+ //启动页
+ {
+ "path": "pages/guide/judge",
+ "style": {
+ "enablePullDownRefresh": false,
+ "onReachBottomDistance": 100,
+ "navigationStyle": "custom",
+ "app-plus": {
+ "contentAdjust": false,
+ "bounce": "none"
+ }
+ }
+ },
+ {
+ "path": "pages/guide/guide",
+ "style": {
+ "enablePullDownRefresh": false,
+ "onReachBottomDistance": 100,
+ "navigationStyle": "custom",
+ "app-plus": {
+ "contentAdjust": false,
+ "bounce": "none"
+ }
+ }
+ },
+ // #endif
{
"path": "pages/gather/gather",
"style": {
@@ -88,8 +88,7 @@
"navigationStyle": "custom",
"navigationBarTitleText": "直播间"
}
- }
- ,{
+ }, {
"path": "pages/room/histroyroom",
"style": {
"navigationBarTitleText": "历史直播间",
@@ -145,8 +144,8 @@
"style": {
"navigationBarTitleText": "支付提示"
}
- },
- {
+ },
+ {
"path": "pages/moreProject/moreProject",
"style": {
"navigationBarTitleText": "商户平台",
@@ -171,165 +170,147 @@
"disableScroll": true,
"navigationStyle": "custom"
}
+ }, {
+ "path": "pages/margin/margin",
+ "style": {
+ "navigationBarTitleText": "缴纳押金",
+ "enablePullDownRefresh": false
+ }
+
+ },
+ {
+ "path": "pages/select_address/select_address",
+ "style": {
+ "navigationBarTitleText": "选择位置",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
+ "path": "pages/select_address/select_address_n",
+ "style": {
+ "navigationBarTitleText": "选择位置",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
+ "path": "pages/newActivity/activityDetail/activityDetail",
+ "style": {
+ "navigationBarTitleText": "活动",
+ "enablePullDownRefresh": true,
+ "navigationStyle": "custom",
+ "onReachBottomDistance": 300
+ }
+ },
+ {
+ "path": "pages/newActivity/subsidy/subsidy",
+ "style": {
+ "navigationBarTitleText": "补贴记录",
+ "enablePullDownRefresh": true,
+ "navigationStyle": "custom",
+ "onReachBottomDistance": 300
+ }
+ },
+ {
+ "path": "pages/newActivity/invitation/invitation",
+ "style": {
+ "navigationBarTitleText": "拉新活动",
+ "enablePullDownRefresh": true,
+ "navigationStyle": "custom",
+ "onReachBottomDistance": 300
+ }
+ },
+ {
+ "path": "pages/redpacket/redpacket",
+ "style": {
+ "navigationBarTitleText": "补贴",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
+ "path": "pages/redpacket/redpack_type",
+ "style": {
+ "navigationBarTitleText": "补贴余额",
+ "enablePullDownRefresh": false,
+ "navigationStyle": "custom",
+ "onReachBottomDistance": 300
+ }
+ },
+ {
+ "path": "pages/newActivity/subsidy/subsidy2",
+ "style": {
+ "navigationBarTitleText": "实物通用补贴",
+ "enablePullDownRefresh": false,
+ "navigationStyle": "custom",
+ "onReachBottomDistance": 300
+ }
+ },
+ {
+ "path": "pages/newActivity/subsidy/subsidy3",
+ "style": {
+ "navigationBarTitleText": "现金抵扣补贴",
+ "enablePullDownRefresh": false,
+ "navigationStyle": "custom",
+ "onReachBottomDistance": 300
+ }
+ },
+ {
+ "path": "pages/newActivity/towPrice/towPrice",
+ "style": {
+ "navigationBarTitleText": "两元专区",
+ "enablePullDownRefresh": false,
+ "navigationStyle": "custom",
+ "onReachBottomDistance": 300
+ }
+ },
+ {
+ "path": "pages/order_addcart/order_addcart_t",
+ "style": {
+ "navigationBarTitleText": "购物车",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
+ "path": "pages/newActivity/giftBag/giftBag",
+ "style": {
+ "navigationBarTitleText": "新人礼包",
+ "enablePullDownRefresh": false,
+ "navigationStyle": "custom",
+ "onReachBottomDistance": 300
+ }
+ },
+ {
+ "path": "pages/helpPeople/helpPeople",
+ "style": {
+ "navigationBarTitleText": "",
+ "enablePullDownRefresh": false,
+ "navigationStyle": "custom",
+ "onReachBottomDistance": 300
+ }
+ },
+ {
+ "path": "pages/helpPeople/formTable",
+ "style": {
+ "navigationBarTitleText": "信息收集",
+ "enablePullDownRefresh": false,
+ "navigationStyle": "custom",
+ "onReachBottomDistance": 300
+ }
+ },
+ {
+ "path": "pages/rich/rich",
+ "style": {
+ "navigationBarTitleText": "政策答疑",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
+ "path": "pages/rich/mp4",
+ "style": {
+ "navigationBarTitleText": "教学视频",
+ "enablePullDownRefresh": false
+ }
}
- ,{
- "path" : "pages/margin/margin",
- "style" :
- {
- "navigationBarTitleText":"缴纳押金",
- "enablePullDownRefresh": false
- }
-
- },
- {
- "path" : "pages/select_address/select_address",
- "style" :
- {
- "navigationBarTitleText" : "选择位置",
- "enablePullDownRefresh" : false
- }
- },
- {
- "path" : "pages/select_address/select_address_n",
- "style" :
- {
- "navigationBarTitleText" : "选择位置",
- "enablePullDownRefresh" : false
- }
- },
- {
- "path" : "pages/newActivity/activityDetail/activityDetail",
- "style" :
- {
- "navigationBarTitleText": "活动",
- "enablePullDownRefresh": true,
- "navigationStyle": "custom",
- "onReachBottomDistance": 300
- }
- },
- {
- "path" : "pages/newActivity/subsidy/subsidy",
- "style" :
- {
- "navigationBarTitleText": "补贴记录",
- "enablePullDownRefresh": true,
- "navigationStyle": "custom",
- "onReachBottomDistance": 300
- }
- },
- {
- "path" : "pages/newActivity/invitation/invitation",
- "style" :
- {
- "navigationBarTitleText": "拉新活动",
- "enablePullDownRefresh": true,
- "navigationStyle": "custom",
- "onReachBottomDistance": 300
- }
- },
- {
- "path" : "pages/redpacket/redpacket",
- "style" :
- {
- "navigationBarTitleText" : "补贴",
- "enablePullDownRefresh" : false
- }
- },
- {
- "path" : "pages/redpacket/redpack_type",
- "style" :
- {
- "navigationBarTitleText" : "补贴余额",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom",
- "onReachBottomDistance": 300
- }
- },
- {
- "path" : "pages/newActivity/subsidy/subsidy2",
- "style" :
- {
- "navigationBarTitleText" : "实物通用补贴",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom",
- "onReachBottomDistance": 300
- }
- },
- {
- "path" : "pages/newActivity/subsidy/subsidy3",
- "style" :
- {
- "navigationBarTitleText" : "现金抵扣补贴",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom",
- "onReachBottomDistance": 300
- }
- },
- {
- "path" : "pages/newActivity/towPrice/towPrice",
- "style" :
- {
- "navigationBarTitleText" : "两元专区",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom",
- "onReachBottomDistance": 300
- }
- },
- {
- "path" : "pages/order_addcart/order_addcart_t",
- "style" :
- {
- "navigationBarTitleText" : "购物车",
- "enablePullDownRefresh" : false
- }
- },
- {
- "path" : "pages/newActivity/giftBag/giftBag",
- "style" :
- {
- "navigationBarTitleText" : "新人礼包",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom",
- "onReachBottomDistance": 300
- }
- },
- {
- "path" : "pages/helpPeople/helpPeople",
- "style" :
- {
- "navigationBarTitleText" : "",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom",
- "onReachBottomDistance": 300
- }
- },
- {
- "path" : "pages/helpPeople/formTable",
- "style" :
- {
- "navigationBarTitleText" : "信息收集",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom",
- "onReachBottomDistance": 300
- }
- },
- {
- "path" : "pages/rich/rich",
- "style" :
- {
- "navigationBarTitleText" : "政策答疑",
- "enablePullDownRefresh" : false
- }
- },
- {
- "path" : "pages/rich/mp4",
- "style" :
- {
- "navigationBarTitleText" : "教学视频",
- "enablePullDownRefresh" : false
- }
- }
- ],
+ ],
"subPackages": [{
"root": "pages/goods_cate",
"name": "goods_cate",
@@ -352,7 +333,7 @@
"navigationBarTextStyle": "#fff"
// #endif
}
- },{
+ }, {
"path": "index_v",
"style": {
"navigationStyle": "custom"
@@ -403,6 +384,22 @@
}
}
]
+ }, {
+ "root": "pages/cloud_warehouse",
+ "name": "cloud_warehouse",
+ "pages": [{
+ "path": "big_classification/index",
+ "style": {
+ "navigationBarTitleText": "云仓分类",
+ "enablePullDownRefresh": true
+ }
+ }, {
+ "path": "small_classification/index",
+ "style": {
+ "navigationBarTitleText": "云仓分类",
+ "enablePullDownRefresh": true
+ }
+ }]
},
{
"root": "pages/nongKe",
@@ -454,17 +451,17 @@
}
},
- {
- "path": "supply_chain/supplierB",
- "style": {
- "enablePullDownRefresh": true,
- "navigationBarTitleText": "",
- "navigationBarBackgroundColor": "#e93323",
- "navigationStyle": "custom",
- "onReachBottomDistance": 300
- }
-
- },
+ {
+ "path": "supply_chain/supplierB",
+ "style": {
+ "enablePullDownRefresh": true,
+ "navigationBarTitleText": "",
+ "navigationBarBackgroundColor": "#e93323",
+ "navigationStyle": "custom",
+ "onReachBottomDistance": 300
+ }
+
+ },
{
"path": "supply_chain/suppliers",
"style": {
@@ -527,7 +524,7 @@
"enablePullDownRefresh": true
}
- },{
+ }, {
"path": "cloud_entrepot/indexh",
"style": {
"navigationStyle": "custom",
@@ -551,7 +548,7 @@
"navigationStyle": "custom"
}
- },{
+ }, {
"path": "specialty/short_index",
"style": {
"navigationBarTitleText": "集体店铺",
@@ -684,14 +681,13 @@
"navigationBarTitleText": "我的账户"
}
},
- {
- "path" : "user_money/money",
- "style" :
- {
- "navigationBarTitleText" : "我的余额",
- "enablePullDownRefresh" : false
- }
- },
+ {
+ "path": "user_money/money",
+ "style": {
+ "navigationBarTitleText": "我的余额",
+ "enablePullDownRefresh": false
+ }
+ },
{
"path": "user_bill/index",
"style": {
@@ -1223,19 +1219,19 @@
"path": "settled/index",
"style": {
"navigationStyle": "custom",
-
+
"navigationBarTitleText": "商家入驻"
}
- },
- {
- "path": "settled/unit",
- "style": {
- "navigationStyle": "custom",
-
- "navigationBarTitleText": "种养殖户入驻"
- }
- },
- {
+ },
+ {
+ "path": "settled/unit",
+ "style": {
+ "navigationStyle": "custom",
+
+ "navigationBarTitleText": "种养殖户入驻"
+ }
+ },
+ {
"path": "applicationRecord/index",
"style": {
"navigationBarTitleText": "申请记录"
@@ -1658,7 +1654,7 @@
"navigationBarTitleText": "预售列表"
// #ifdef MP || APP-PLUS
,
- "navigationStyle": "custom",
+ "navigationStyle": "custom",
"navigationBarBackgroundColor": "#F2F2F2"
// #endif
}
@@ -1863,22 +1859,22 @@
"selectedColor": "#E93323",
"borderStyle": "white",
"backgroundColor": "#ffffff",
- "iconWidth": "36",
+ "iconWidth": "36",
"list": [
-
- // {
- // "pagePath": "pages/supply_chains/supply_chains",
- // "iconPath": "static/tabbar_icon/d.png",
- // "selectedIconPath": "static/tabbar_icon/d-a.png",
- // "text": "供销"
- // },
- {
+
+ // {
+ // "pagePath": "pages/supply_chains/supply_chains",
+ // "iconPath": "static/tabbar_icon/d.png",
+ // "selectedIconPath": "static/tabbar_icon/d-a.png",
+ // "text": "供销"
+ // },
+ {
"pagePath": "pages/index/index",
"iconPath": "static/tabbar_icon/a.png",
"selectedIconPath": "static/tabbar_icon/a-a.png"
// "text": "泸州"
- // "text": "供销"
+ // "text": "供销"
},
{
"pagePath": "pages/gather/gather",
@@ -1893,12 +1889,12 @@
// "text": "发布"
// },
- {
- "pagePath": "pages/order_addcart/order_addcart_t",
- "iconPath": "static/tabbar_icon/d.png",
- "selectedIconPath": "static/tabbar_icon/d-a.png"
- // "text": "购物车"
- },
+ {
+ "pagePath": "pages/order_addcart/order_addcart_t",
+ "iconPath": "static/tabbar_icon/d.png",
+ "selectedIconPath": "static/tabbar_icon/d-a.png"
+ // "text": "购物车"
+ },
{
"pagePath": "pages/user/index",
"iconPath": "static/tabbar_icon/e.png",
diff --git a/pages/cloud_warehouse/big_classification/index.vue b/pages/cloud_warehouse/big_classification/index.vue
new file mode 100644
index 0000000..9476cfc
--- /dev/null
+++ b/pages/cloud_warehouse/big_classification/index.vue
@@ -0,0 +1,194 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{item.cate_name}}
+ 立即前往
+
+ 暂无图片
+
+
+
+
+
+
+
+
+ 暂无更多分类~
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/cloud_warehouse/select_address/index.vue b/pages/cloud_warehouse/select_address/index.vue
new file mode 100644
index 0000000..3661432
--- /dev/null
+++ b/pages/cloud_warehouse/select_address/index.vue
@@ -0,0 +1,406 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 当前位置:
+
+ {{locationInfo.formatted_addresses?locationInfo.formatted_addresses.recommend:locationInfo.address}}
+
+
+
+ 重新定位
+
+
+
+
+
+
+ 泸州区县
+
+
+
+ {{item.name}}
+
+
+
+ 选择街道/镇
+
+
+
+ {{key}}
+
+
+ {{item.name}}
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/cloud_warehouse/small_classification/index.vue b/pages/cloud_warehouse/small_classification/index.vue
new file mode 100644
index 0000000..f1ff176
--- /dev/null
+++ b/pages/cloud_warehouse/small_classification/index.vue
@@ -0,0 +1,1936 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{street||'定位中'}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{item.cate_name}}
+
+
+
+
+
+
+
+
+
+
+
+ {{item.label_name}}
+
+
+
+
+
+
+
+
+
+
+ 暂无商品, 试试其他分类/位置
+
+
+
+
+
+
+
+ {{item.product.store_name}}
+
+ {{item.product.store_info}}
+ {{getSkuName(item)}}
+ {{item.unit_name}}
+
+
+ ¥{{ item.product.price.split('.')[0] }}.{{item.product.price.split('.')[1]}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{goodsNum}}
+
+
+
+
+
+
+
+
+
+
+
+ 去结算
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/cloud_warehouse/small_classification/index_new.vue b/pages/cloud_warehouse/small_classification/index_new.vue
new file mode 100644
index 0000000..d7ab5da
--- /dev/null
+++ b/pages/cloud_warehouse/small_classification/index_new.vue
@@ -0,0 +1,630 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{item.cate_name}}
+
+
+
+
+
+
+
+
+
+ {{item.label_name}}
+
+
+
+
+
+
+
+
+
+
+
+
+ 同城
+ {{item.store_name}}
+
+ 可使用补贴抵扣20%
+
+ 规格:1{{item.unit_name}}
+
+
+
+
+ ¥{{item.price}}
+
+
+
+
+
+
+ {{ hotTitle }}
+
+
+
+
+
+
+ 暂无更多商品~
+
+
+
+
+
+
+
+
+
+ 11
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/index/index.vue b/pages/index/index.vue
index 6b1f513..c762a62 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -1,69 +1,84 @@
-
-
-
-
+
+
+
+
-
-
-
- {{ street||'定位中' }}
-
-
-
-
-
+
+
+
+ {{ street||'定位中' }}
+
+
+
+
+
-
+
-
-
-
-
-
- {{street||'定位中' }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+ {{street||'定位中' }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{loadTitle}}
-
-
- {{loadTitle2}}
-
-
-
-
-
+
+
+
+
+ {{loadTitle}}
+
+
+ {{loadTitle2}}
+
+
+
+
+
-
+
-
- 位置权限使用说明
- 用于向你推荐最近门店
- x
-
-
-
-
-
-
-
-
-
+
+
-
+
\ No newline at end of file
diff --git a/pages/nongKe/cloud_entrepot/index.vue b/pages/nongKe/cloud_entrepot/index.vue
index 24c9f7c..5a4045f 100644
--- a/pages/nongKe/cloud_entrepot/index.vue
+++ b/pages/nongKe/cloud_entrepot/index.vue
@@ -1,1528 +1,1544 @@
-
-
-
-
-
-
-
-
-
+
+
-
- {{ town }}里海云仓
-
-
-
-
-
-
-
-
-
-
+ {{ town }}里海云仓
+
+
+
+
+
+
+
+
+
+
-
-
-
+
-
-
-
-
-
-
-
- {{ town }}里海云仓
-
-
+ {{ town }}里海云仓
+
+
-
-
-
- 搜索
-
-
-
-
-
-
-
-
+ 搜索
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
-
+
+
+
-
-
-
-
- {{ item.tit }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ item.store_name || item.store_info }}
-
-
-
- {{
+
+
+
+
+ {{ item.tit }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ item.store_name || item.store_info }}
+
+
+
+ {{
item.rate
}}
- {{ item.reply_count }}评论
- {{item.merchant.distance}}
-
-
-
-
- {{item.merchant.distance}}
+
+
+
+
+
- ¥{{
+ ¥{{
item.price
}}
-
-
-
-
- ¥30.00 -->
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 暂无商品
-
-
-
-
-
-
-
-
-
+ src="/static/images/LHYC/J.png" width="49.07rpx"
+ height="49.07rpx">
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 暂无商品
+
+
+
+
+
+
+
+
+
-
- {{ goodsNum }}
-
-
-
- ¥{{ totalMoney }}
- 支持配送 售后无忧
-
-
- 去结算
-
-
-
-
-
-
-
-
-
-
-
- 里海云仓
-
-
-
-
-
-
- {{ item.category_name }}云仓服务
-
-
- {{ item.description }}
-
-
-
-
+
+ {{ goodsNum }}
+
+
+
+ ¥{{ totalMoney }}
+ 支持配送 售后无忧
+
+
+ 去结算
+
+
+
+
+
+
+
+
+
+
+
+ 里海云仓
+
+
+
+
+
+
+ {{ item.category_name }}云仓服务
+
+
+ {{ item.description }}
+
+
+
+
-
-
-
-
-
- 当前区域暂无云仓
-
-
-
-
-
-
-
+
+
+
+ 当前区域暂无云仓
+
+
+
+
+
+
+
-
-
+
+
-
-
-
-
- 当前区域暂无云仓
-
-
-
+
+
+
+
+ 当前区域暂无云仓
+
+
+
-
+
-
-
-
-
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
- {{ skuform.store_info }}
-
-
- ¥ {{ skuform.price }}
-
- 库存:{{ skuform.sku[this.skusize].stock }}
-
-
-
-
-
- 尺码
-
- {{ item.sku }}
-
-
-
- 数量
-
-
-
-
- 确定
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ skuform.store_info }}
+
+
+ ¥ {{ skuform.price }}
+
+ 库存:{{ skuform.sku[this.skusize].stock }}
+
+
+
+
+
+ 尺码
+
+ {{ item.sku }}
+
+
+
+ 数量
+
+
+
+
+ 确定
+
+
+
+
\ No newline at end of file
diff --git a/pages/users/invite_code/index.vue b/pages/users/invite_code/index.vue
index 737d0d8..972861e 100644
--- a/pages/users/invite_code/index.vue
+++ b/pages/users/invite_code/index.vue
@@ -40,7 +40,7 @@
-
+
@@ -67,7 +67,7 @@
loadTitle: '加载更多',
isAuto: false, //没有授权的不会自动授权
isShowAuth: false, //是否隐藏授权
- uid:''
+ uid: ''
}
},
onLoad() {
@@ -81,7 +81,7 @@
onReachBottom: function() {
this.getList();
},
-
+
methods: {
// 获取二维码
getQrcode() {
@@ -113,15 +113,15 @@
that.loadTitle = '加载更多';
})
},
-
+
getUserInfo() {
let userInfo = this.$Cache.get("USER_INFO");
- if(userInfo){
+ if (userInfo) {
userInfo = JSON.parse(userInfo);
this.uid = userInfo.uid;
}
},
-
+
handleSavePic() {
// 获取要保存的图片路径或URL
let imageUrl = this.qrcodeUrl; // 这里使用了网络上的图片作为示例
@@ -136,7 +136,7 @@
// #endif
// #ifndef H5
- let that =this;
+ let that = this;
uni.downloadFile({
url: imageUrl,
success(res) {
@@ -273,9 +273,9 @@
font-family: PingFang SC, PingFang SC;
font-weight: 400;
color: #2E2E2E;
- white-space:nowrap;
- overflow:hidden;
- text-overflow:ellipsis;
+ white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis;
}
.red {
diff --git a/static/cloud_warehouse/dkbl.png b/static/cloud_warehouse/dkbl.png
new file mode 100644
index 0000000000000000000000000000000000000000..d6b2cabe7d4cb0aaa275baf8f783d493bfa42b04
GIT binary patch
literal 2303
zcmV1ln7=FImS`k4&D2hfw3jre)(F#WK1_7-W6(xwbA{s&P!U_>JQ7R|_G@ht<&>xCi
z2_E2uRt+9#yn-UNBFL#0Eudhj8S`xN=5=Ow_B&hSlYGg}?Cj3$>^txAyt7}Tv9S@&
z0IdPE7sIRr@QcT=+w<^I}5-P%eD6dI9Qac04zwNKQrf(04xHq5WuGZ4hw1j4S;%8H=A>5u)-y5hpMuV
zaQNbLH5o2E0^qtd_A6l~t-lbaP5?TvYy_*N<(hRK!WM>80Tjn*U!`7NZvaC@`7OtF
zMj(5N@`@zKdlrB$0B+!KDu7!;+V=xct?J6DTnzSh3EO`i1C*xpK~aixa;35aQFzs&
zDYAt^00Tu|I{++=5H^F!0NU~RUzSG-+ihGuHW+od6~JXVdU%ad04`8qZkEVi?0PG{i@;U`B3d4ofx<|K_!gd0HGaWZ8r?52@wBb)eY96CSh5_iV+B{C7
ztV{AaY{F)=d8CzPwPE=tGPb7@AmTQp^FYS>g^e52DX_vj0t#^PIm
zEBALLv?~ET3Sc9EpBT+*l&c^lKpO@!2JfZenbL(5Y3jm)2Ca0K0oa4{c7mv1B9u_1
z#?Pg&?czm*quN*SWwHYN4JCU;-Ecn~|aMn0x;r%AM03h}kfP(dtevye}}|(&d(nlsm}TRC&IeFxaVcD`l))fz{1t#BMEUEeF-u_^CXUSt|5ypz^AYzl
z5ArmCZ=*U*1AKY5xX`Aced@Q&7{>4yV5`NC1-ZWWEWuwf>6J174Wj-W$AFFLJx-L5
zrHlk9iF#0*+Ad)9xu>YB@$jV%B=^%Ts?#jM2x5Xk7
zVuPsvEQfP3DuiWNqhz2{NZWy_S~{E0R-rmHtoRi)vkAqLYjmQ(osuODmoAhGcD#kS
zXFko%E|$&9xmoqOhCdDC7k$!1pV#<`*8_M`)tB)d+i*szooZn-=5vCo`+?DjiDG8b
zT!y85(kXDobeuJX(OLN`bxNhjMR!Xd0VECJlj>^fFbm^+03TV#S>_mfo+5dZf)qAm
zKA%9BoclE`)@9*MHHq
zxLwq(h{LlTX)&JxOk(;xQ68_jr~sRp%$CT7z+LYkSp$@CheA3q9l#|K_h~`1pDWbU
zLc9>sf1i+Za<@r76_c#9?LPSz@*L5p3rpy?+3*x6Un7wPvQi?-ud;>cl^kcnl5DlVW<%9#gC8(iL1e3mit8bce{A@63tX2_i#&IV^n4lFZ->L)EbE+`O
z^m_q}wCq+eywYNko|0(E`Ow1F&eAqOKnu;X@Nb*Am@1nP-4`BB6-^2u~#0HwL0AoG3oNRQ|SJ4#KT5^Gg>$;13)n@rVgas2BL9g>{e>8o)
z(JF(02+d}M_GAE8)BH4blyZZki5`FCd)VJ|%-=Bz9j)q@`aZLdMyMeoi
z<66ZstYK=i#`dv{?-rv*QXX+sZx}8mr4nGhD4)h;@WM3p6$dTpZ|)K=uN}WV7(`$7
zcD70Nv$R&^=>o)^+v!SK^l|Ldld$bmiz{rB^3WzUlvs~TNu=YuzkEe6EVCrXr#h&Z
zgSaIrinq$=i!8L9Ya2mG*Qys##PklB6_}tR)CBL@7V+>hU6W5G>&$MXIxWd*?&{c*~dBf6X4wX`)
zc9pU%YzdX?Tp?8P&1&cB#0ZWnSxj_9qu`54IC6&|zc<%$E|c&fO-mypXN{GX?}MWt
z1$uehZ#l9pY=adGUn!2i=a%IFZ9Gyz$)H-~Dr;5htrtzEEzeh@HY;WmVZyeSi{K))
zSfdbEt3hou^2!=WWcwS03&pXCVqQ|`?*ni-Bc*x#C}u`NuMOA-+?#k@i1P`5y`Z
Z{suT6(58=^#O?q9002ovPDHLkV1h3*RG$C<
literal 0
HcmV?d00001
diff --git a/static/cloud_warehouse/dw.png b/static/cloud_warehouse/dw.png
new file mode 100644
index 0000000000000000000000000000000000000000..67abeb148669223ee672892985078da1d69e5202
GIT binary patch
literal 1031
zcmV+i1o-=jP)Xj
zJW2AQBl|{j2g&?g1M5q&T27ltt|nO&0)7z5N@q8(k?fKyVD{8^<>(g4{wa<*;1MKi
zrE`vCn_K`}CkGGwr%%JS%P*z7G;UzM6wnqkBO`zcc#eS8lk5;Du$3}=G|6#QDV{!&
zJVvrOWZezfSP&<$DjA*cIV&gmAtYTikR0Hxt&nU_oWP#S=wQ#;Da~8@C?wg(d5GQK
z+Nqkq5+|^CGTPO1)};ADXKtA0szZ+4=w2qk@-oENq_LAX->R{LGZ*~+=B@4Q*@^{N
zKtsI$RT>Wh7ztnkfSsB<>#Z%-*e0USaMCes*D)OMj%T2gqg<+1>2lXzl6+O1F=ko*
zt5QO#=gKU_}IA
zo27G~Wcyro7qjKWGW?JXKuuN|Yw=52+`x?Y3fwifTL|G!Bx|&GjW5sEc`CNxt#jY7
zB)n5=Zjx*p#YZ||R){x|+)uKdC!3I-zv}_Fvh_@|l}V2HljIhEhx{%$446IX8!0s_p30N#Xh)~bUhm8w)ZEn+
zF<2%*Elz%$lML8wB~hcZBug@ghw;)e9!GMn^go0o;xHcIbSP$Ho)4_R*{KaA6A^-S
zqti{i((mOF^v%~==~=hZ%LTSff(sErK}qwTQztKGVZ-=@^efn~x~-OH9DuqkZOrhn{5;BTBpbDrm1#11+?=Pk+UUKd
zD;JpYOy|qldZ(d(0hF~o8MR>xF2J9weJUDvEI01PxcnT6WxWq)_>PXHvruM
z6iK(h)34Ka!d?KizGJ&PO9kxLIsl^qOam|;z!(5MQYnN`BY>L#t^zm@;CiZ*k}0q-
zvK_Fm9=k=f-?l@+6`>ik9W*fY0BW?W8B-#Wzz+w1#fc!t!}kCH002ovPDHLkV1oMN
B==T5s
literal 0
HcmV?d00001
diff --git a/static/images/dingwei.webp b/static/images/dingwei.webp
new file mode 100644
index 0000000000000000000000000000000000000000..bee49dc0c6287cbeddacdbfe5768b53d6c8503ee
GIT binary patch
literal 1170
zcmWIYbaU%sVPFV%bqWXzu!!JdU|=u+Vr2#fMFs{>XXk(uj6f~};|UPS0+h$
zTO=LA)&Q}SAZ!~DyS${J1gIte#4ZX6at5+ffNYI)Bz6)KJGr0;q`n8J#wItX6l50&
zfPBZ3nim=jq&a|ChM|}th{2t~3FLnu9|-anF)&zsWnf^QfDlWX$-uC^m4QLx7D7yA
z0Rsbn3j@Qp^9V6Sm=q)yC4!9u#s&jZS{ehxr{xR`ypaqH!WS4AxT3*wKmv!`6o67P
zKzHQ>VLC$&Ln?y;gC|2CLo$ONkYxmnR6_z7@(_jEQw)4!tHH}p4)S7Z(FG)?{aN8rW{JVtF4^W6QI2<|f_An6mhJ$zvGnFsbeJagO$ap>XeQy=l
z^uK!l(`I#Zbjj^VS(EWHx8SOy=%L3A!BSo!$8v==x!Q}>G$YLX^YG4|57U9yeed7zDPoy$$gNWLGUow~-92ZH-(*qfDgN}!
zTbbdz3A4>k{TYXNE9VCM_@w)mu|AKP<7v|#KS{;~voFW}(_X{yVXpV5RjJwx%Z(@9
zF=jS6tRuGo_k+Piz7}r{pwPUlJXggRoKs*o1xT_5Zr!%;gECKYmZ%-XQq(-wQ^E
zz55RNem$}2>s0-1Opd14w=zx^Ue@`h@=0`iZ-(o=4?B-Ww=CFynrXq@&yVhWDa
z--3ZtU#2|FRQ1VMQ;Wv(b*p6hnrnXZe74sKn*7N_u>AZ?jhBmT?nS8<2KfrPrca&|
zHu>9Qfy<}<|8zaHb&*o#zS1d-KacJ@@_&bsj$>TWM~T#3FL}NH`#-gH)}6mytfTT#
zOZTgw2`dlRbc!#kI{AE?L#lh7Z~vY?vGnA-#yjJ`9t>M1UbFV5YJAihRV%lH8v~^G
zPya3D#l`I{RW&`2rEhYQy5xM8l-}40DxO^5^^R|D{(rT3kr2nfAIhrA%3q%^S19(B
HV_*OPb+U#x
literal 0
HcmV?d00001