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 0000000..d6b2cab
Binary files /dev/null and b/static/cloud_warehouse/dkbl.png differ
diff --git a/static/cloud_warehouse/dw.png b/static/cloud_warehouse/dw.png
new file mode 100644
index 0000000..67abeb1
Binary files /dev/null and b/static/cloud_warehouse/dw.png differ
diff --git a/static/images/dingwei.webp b/static/images/dingwei.webp
new file mode 100644
index 0000000..bee49dc
Binary files /dev/null and b/static/images/dingwei.webp differ