From f420935871567cab76b3d899b1108edf79fe6244 Mon Sep 17 00:00:00 2001
From: weipengfei <2187978347@qq.com>
Date: Fri, 26 Apr 2024 18:04:56 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages.json | 50 +-
pages/cart/cart.vue | 161 ++++--
pages/my/my.vue | 227 +++++---
pages/order/order.vue | 507 ------------------
pagesOrder/detail/detail.vue | 234 ++++++++
pagesOrder/order/component/good.vue | 133 +++++
pagesOrder/order/order.vue | 129 +++++
static/tab/a.png | Bin 0 -> 618 bytes
static/tab/aa.png | Bin 0 -> 657 bytes
static/tab/b.png | Bin 0 -> 679 bytes
static/tab/ba.png | Bin 0 -> 723 bytes
static/tab/c.png | Bin 0 -> 718 bytes
static/tab/ca.png | Bin 0 -> 745 bytes
unpackage/dist/dev/mp-weixin/app.js | 3 +-
unpackage/dist/dev/mp-weixin/app.json | 32 +-
unpackage/dist/dev/mp-weixin/common/vendor.js | 32 +-
.../dist/dev/mp-weixin/pages/cart/cart.js | 53 +-
.../dist/dev/mp-weixin/pages/cart/cart.json | 5 +-
.../dist/dev/mp-weixin/pages/cart/cart.wxml | 2 +-
.../dist/dev/mp-weixin/pages/cart/cart.wxss | 39 +-
unpackage/dist/dev/mp-weixin/pages/my/my.js | 63 +--
unpackage/dist/dev/mp-weixin/pages/my/my.json | 1 -
unpackage/dist/dev/mp-weixin/pages/my/my.wxml | 2 +-
unpackage/dist/dev/mp-weixin/pages/my/my.wxss | 85 ++-
.../dist/dev/mp-weixin/pages/order/order.js | 365 -------------
.../dist/dev/mp-weixin/pages/order/order.json | 9 -
.../dist/dev/mp-weixin/pages/order/order.wxml | 1 -
.../dist/dev/mp-weixin/pages/order/order.wxss | 161 ------
.../dev/mp-weixin/pagesOrder/detail/detail.js | 53 ++
.../mp-weixin/pagesOrder/detail/detail.json | 9 +
.../mp-weixin/pagesOrder/detail/detail.wxml | 1 +
.../mp-weixin/pagesOrder/detail/detail.wxss | 153 ++++++
.../pagesOrder/order/component/good.js | 77 +++
.../pagesOrder/order/component/good.json | 7 +
.../pagesOrder/order/component/good.wxml | 1 +
.../pagesOrder/order/component/good.wxss | 97 ++++
.../dev/mp-weixin/pagesOrder/order/order.js | 108 ++++
.../dev/mp-weixin/pagesOrder/order/order.json | 11 +
.../dev/mp-weixin/pagesOrder/order/order.wxml | 1 +
.../dev/mp-weixin/pagesOrder/order/order.wxss | 36 ++
.../dist/dev/mp-weixin/project.config.json | 19 +-
.../dev/mp-weixin/project.private.config.json | 13 +
unpackage/dist/dev/mp-weixin/static/tab/a.png | Bin 0 -> 618 bytes
.../dist/dev/mp-weixin/static/tab/aa.png | Bin 0 -> 657 bytes
unpackage/dist/dev/mp-weixin/static/tab/b.png | Bin 0 -> 679 bytes
.../dist/dev/mp-weixin/static/tab/ba.png | Bin 0 -> 723 bytes
unpackage/dist/dev/mp-weixin/static/tab/c.png | Bin 0 -> 718 bytes
.../dist/dev/mp-weixin/static/tab/ca.png | Bin 0 -> 745 bytes
.../uview-plus/components/u-button/props.js | 155 ++++++
.../components/u-button/u-button.js | 300 +++++++++++
.../components/u-button/u-button.json | 7 +
.../components/u-button/u-button.wxml | 1 +
.../components/u-button/u-button.wxss | 188 +++++++
.../uview-plus/components/u-empty/props.js | 62 +++
.../u-loadmore.js => u-empty/u-empty.js} | 136 +++--
.../components/u-empty/u-empty.json | 6 +
.../components/u-empty/u-empty.wxml | 1 +
.../u-loadmore.wxss => u-empty/u-empty.wxss} | 44 +-
.../uview-plus/components/u-loadmore/props.js | 97 ----
.../components/u-loadmore/u-loadmore.json | 7 -
.../components/u-loadmore/u-loadmore.wxml | 1 -
.../uview-plus/components/u-overlay/props.js | 27 +
.../components/u-overlay/u-overlay.js | 145 +++++
.../components/u-overlay/u-overlay.json | 6 +
.../components/u-overlay/u-overlay.wxml | 1 +
.../components/u-overlay/u-overlay.wxss | 49 ++
.../uview-plus/components/u-popup/props.js | 82 +++
.../uview-plus/components/u-popup/u-popup.js | 313 +++++++++++
.../components/u-popup/u-popup.json | 10 +
.../components/u-popup/u-popup.wxml | 1 +
.../components/u-popup/u-popup.wxss | 100 ++++
.../components/u-safe-bottom/props.js | 5 +
.../components/u-safe-bottom/u-safe-bottom.js | 36 ++
.../u-safe-bottom/u-safe-bottom.json | 4 +
.../u-safe-bottom/u-safe-bottom.wxml | 1 +
.../u-safe-bottom/u-safe-bottom.wxss | 28 +
.../uview-plus/components/u-sticky/props.js | 37 ++
.../components/u-sticky/u-sticky.js | 235 ++++++++
.../components/u-sticky/u-sticky.json | 4 +
.../components/u-sticky/u-sticky.wxml | 1 +
.../components/u-sticky/u-sticky.wxss | 29 +
.../uview-plus/libs/function/index.js | 2 +
82 files changed, 3546 insertions(+), 1455 deletions(-)
delete mode 100644 pages/order/order.vue
create mode 100644 pagesOrder/detail/detail.vue
create mode 100644 pagesOrder/order/component/good.vue
create mode 100644 pagesOrder/order/order.vue
create mode 100644 static/tab/a.png
create mode 100644 static/tab/aa.png
create mode 100644 static/tab/b.png
create mode 100644 static/tab/ba.png
create mode 100644 static/tab/c.png
create mode 100644 static/tab/ca.png
delete mode 100644 unpackage/dist/dev/mp-weixin/pages/order/order.js
delete mode 100644 unpackage/dist/dev/mp-weixin/pages/order/order.json
delete mode 100644 unpackage/dist/dev/mp-weixin/pages/order/order.wxml
delete mode 100644 unpackage/dist/dev/mp-weixin/pages/order/order.wxss
create mode 100644 unpackage/dist/dev/mp-weixin/pagesOrder/detail/detail.js
create mode 100644 unpackage/dist/dev/mp-weixin/pagesOrder/detail/detail.json
create mode 100644 unpackage/dist/dev/mp-weixin/pagesOrder/detail/detail.wxml
create mode 100644 unpackage/dist/dev/mp-weixin/pagesOrder/detail/detail.wxss
create mode 100644 unpackage/dist/dev/mp-weixin/pagesOrder/order/component/good.js
create mode 100644 unpackage/dist/dev/mp-weixin/pagesOrder/order/component/good.json
create mode 100644 unpackage/dist/dev/mp-weixin/pagesOrder/order/component/good.wxml
create mode 100644 unpackage/dist/dev/mp-weixin/pagesOrder/order/component/good.wxss
create mode 100644 unpackage/dist/dev/mp-weixin/pagesOrder/order/order.js
create mode 100644 unpackage/dist/dev/mp-weixin/pagesOrder/order/order.json
create mode 100644 unpackage/dist/dev/mp-weixin/pagesOrder/order/order.wxml
create mode 100644 unpackage/dist/dev/mp-weixin/pagesOrder/order/order.wxss
create mode 100644 unpackage/dist/dev/mp-weixin/static/tab/a.png
create mode 100644 unpackage/dist/dev/mp-weixin/static/tab/aa.png
create mode 100644 unpackage/dist/dev/mp-weixin/static/tab/b.png
create mode 100644 unpackage/dist/dev/mp-weixin/static/tab/ba.png
create mode 100644 unpackage/dist/dev/mp-weixin/static/tab/c.png
create mode 100644 unpackage/dist/dev/mp-weixin/static/tab/ca.png
create mode 100644 unpackage/dist/dev/mp-weixin/uni_modules/uview-plus/components/u-button/props.js
create mode 100644 unpackage/dist/dev/mp-weixin/uni_modules/uview-plus/components/u-button/u-button.js
create mode 100644 unpackage/dist/dev/mp-weixin/uni_modules/uview-plus/components/u-button/u-button.json
create mode 100644 unpackage/dist/dev/mp-weixin/uni_modules/uview-plus/components/u-button/u-button.wxml
create mode 100644 unpackage/dist/dev/mp-weixin/uni_modules/uview-plus/components/u-button/u-button.wxss
create mode 100644 unpackage/dist/dev/mp-weixin/uni_modules/uview-plus/components/u-empty/props.js
rename unpackage/dist/dev/mp-weixin/uni_modules/uview-plus/components/{u-loadmore/u-loadmore.js => u-empty/u-empty.js} (65%)
create mode 100644 unpackage/dist/dev/mp-weixin/uni_modules/uview-plus/components/u-empty/u-empty.json
create mode 100644 unpackage/dist/dev/mp-weixin/uni_modules/uview-plus/components/u-empty/u-empty.wxml
rename unpackage/dist/dev/mp-weixin/uni_modules/uview-plus/components/{u-loadmore/u-loadmore.wxss => u-empty/u-empty.wxss} (66%)
delete mode 100644 unpackage/dist/dev/mp-weixin/uni_modules/uview-plus/components/u-loadmore/props.js
delete mode 100644 unpackage/dist/dev/mp-weixin/uni_modules/uview-plus/components/u-loadmore/u-loadmore.json
delete mode 100644 unpackage/dist/dev/mp-weixin/uni_modules/uview-plus/components/u-loadmore/u-loadmore.wxml
create mode 100644 unpackage/dist/dev/mp-weixin/uni_modules/uview-plus/components/u-overlay/props.js
create mode 100644 unpackage/dist/dev/mp-weixin/uni_modules/uview-plus/components/u-overlay/u-overlay.js
create mode 100644 unpackage/dist/dev/mp-weixin/uni_modules/uview-plus/components/u-overlay/u-overlay.json
create mode 100644 unpackage/dist/dev/mp-weixin/uni_modules/uview-plus/components/u-overlay/u-overlay.wxml
create mode 100644 unpackage/dist/dev/mp-weixin/uni_modules/uview-plus/components/u-overlay/u-overlay.wxss
create mode 100644 unpackage/dist/dev/mp-weixin/uni_modules/uview-plus/components/u-popup/props.js
create mode 100644 unpackage/dist/dev/mp-weixin/uni_modules/uview-plus/components/u-popup/u-popup.js
create mode 100644 unpackage/dist/dev/mp-weixin/uni_modules/uview-plus/components/u-popup/u-popup.json
create mode 100644 unpackage/dist/dev/mp-weixin/uni_modules/uview-plus/components/u-popup/u-popup.wxml
create mode 100644 unpackage/dist/dev/mp-weixin/uni_modules/uview-plus/components/u-popup/u-popup.wxss
create mode 100644 unpackage/dist/dev/mp-weixin/uni_modules/uview-plus/components/u-safe-bottom/props.js
create mode 100644 unpackage/dist/dev/mp-weixin/uni_modules/uview-plus/components/u-safe-bottom/u-safe-bottom.js
create mode 100644 unpackage/dist/dev/mp-weixin/uni_modules/uview-plus/components/u-safe-bottom/u-safe-bottom.json
create mode 100644 unpackage/dist/dev/mp-weixin/uni_modules/uview-plus/components/u-safe-bottom/u-safe-bottom.wxml
create mode 100644 unpackage/dist/dev/mp-weixin/uni_modules/uview-plus/components/u-safe-bottom/u-safe-bottom.wxss
create mode 100644 unpackage/dist/dev/mp-weixin/uni_modules/uview-plus/components/u-sticky/props.js
create mode 100644 unpackage/dist/dev/mp-weixin/uni_modules/uview-plus/components/u-sticky/u-sticky.js
create mode 100644 unpackage/dist/dev/mp-weixin/uni_modules/uview-plus/components/u-sticky/u-sticky.json
create mode 100644 unpackage/dist/dev/mp-weixin/uni_modules/uview-plus/components/u-sticky/u-sticky.wxml
create mode 100644 unpackage/dist/dev/mp-weixin/uni_modules/uview-plus/components/u-sticky/u-sticky.wxss
diff --git a/pages.json b/pages.json
index cb5d847..ab1e849 100644
--- a/pages.json
+++ b/pages.json
@@ -39,41 +39,61 @@
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
- },
+ }
+
+ ],
+ "subPackages": [
{
- "path": "pages/order/order",
- "style": {
- "navigationBarTitleText": "订单",
- "enablePullDownRefresh": false
- }
+ "root": "pagesOrder",
+ "pages": [
+ {
+ "path": "order/order",
+ "style": {
+ "navigationBarTitleText": "我的订单",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
+ "path" : "detail/detail",
+ "style" :
+ {
+ "navigationBarTitleText" : "",
+ "enablePullDownRefresh" : false
+ }
+ }
+ ]
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
- "navigationBarTitleText": "购物",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
+ "navigationBarTitleText": "",
+ "navigationBarBackgroundColor": "#fff",
+ "backgroundColor": "#fff"
},
"tabBar": {
"color": "#999999",
- "selectedColor": "#2b9939",
+ "selectedColor": "#20b128",
"borderStyle": "white",
"backgroundColor": "#FFFFFF",
// "iconWidth": "40px",
"list": [{
"pagePath": "pages/index/index",
- "text": "首页"
- // "iconPath": "static/main/index/sy.png",
- // "selectedIconPath": "static/main/index/sydj.png"
+ "text": "首页",
+ "iconPath": "static/tab/a.png",
+ "selectedIconPath": "static/tab/aa.png"
},
{
"pagePath": "pages/cart/cart",
- "text": "购物车"
+ "text": "购物车",
+ "iconPath": "static/tab/b.png",
+ "selectedIconPath": "static/tab/ba.png"
},
{
"pagePath": "pages/my/my",
- "text": "我的"
+ "text": "我的",
+ "iconPath": "static/tab/c.png",
+ "selectedIconPath": "static/tab/ca.png"
}
]
diff --git a/pages/cart/cart.vue b/pages/cart/cart.vue
index 2bae292..0af3bd4 100644
--- a/pages/cart/cart.vue
+++ b/pages/cart/cart.vue
@@ -3,14 +3,14 @@
-
{{item}}
-
+
@@ -20,7 +20,7 @@
管理
完成
-
+
@@ -43,15 +43,70 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 好吃的瓜果
+ 香味辛辣|葱香味浓|调味增香香味辛辣|葱香味浓|调味增香
+
+
+ ¥12.00
+
+ 加入购物车
+
+
+
+
+
+
+
+
+
-
-
-
-
+
+
+
+
+
+
+ 全选
+
+
+
+ 合计:
+
+ ¥
+ 20
+ .30
+
+
+ 去结算(2)
+
+
+ 移入收藏夹
+ 删除
+
+
+
@@ -59,11 +114,12 @@
import { ref } from 'vue';
// 创建响应式数据
- const list = ref(['购物车', '常买', '收藏']);
+ const list = ref(['购物车', '常买']);
const tabsActive = ref(0)
// 定义方法
const changeTab = (e) => {
tabsActive.value = e;
+ swiperCurrent.value = e;
}
const swiperCurrent = ref(0);
@@ -82,7 +138,7 @@
.tabs-active {
color: #20B128;
- font-size: 34rpx;
+ // font-size: 34rpx;
transition: 300ms;
}
@@ -93,15 +149,16 @@
height: calc(100vh - 96px);
/* #endif */
width: 100%;
-
+
.swiper-item {
height: 100%;
}
}
- .page-box1{
+ .page-box1 {
position: relative;
- .total{
+
+ .total {
padding: 0 20rpx;
display: flex;
justify-content: space-between;
@@ -116,68 +173,69 @@
font-size: 26rpx;
color: #444;
}
- .list{
+
+ .list {
margin: 20rpx;
- margin-top: 80rpx;
border-radius: 20rpx;
overflow: hidden;
-
+
.shop-item {
padding: 20rpx;
border-bottom: 1rpx solid #eee;
background-color: #fff;
display: flex;
-
- .shop-check{
+
+ .shop-check {
width: 60rpx;
height: 160rpx;
display: flex;
align-items: center;
- image{
+
+ image {
width: 40rpx;
height: 40rpx;
}
}
-
+
.shop-img {
height: 160rpx;
width: 160rpx;
margin-right: 20rpx;
border-radius: 14rpx;
}
-
+
.shop-content {
width: 430rpx;
display: flex;
flex-direction: column;
justify-content: space-between;
-
+
.title {
.name {
font-size: 28rpx;
}
-
+
.tip {
color: #999;
font-size: 24rpx;
margin: 12rpx 0;
}
}
-
+
.price {
font-size: 30rpx;
font-weight: bold;
color: #F55726;
}
-
+
.price-btn {
display: flex;
justify-content: space-between;
-
+
.btn {
display: flex;
align-items: center;
-
+
.num {
width: 60rpx;
text-align: center;
@@ -188,13 +246,48 @@
}
}
}
-
- .cart-btn{
- // width: 100%;
- // height: 50px;
- // background-color: pink;
- // position: fixed;
- // left: 0;
- // bottom: var(--window-bottom);
+
+ .cart-btn {
+ width: 100%;
+ height: 50px;
+ box-sizing: border-box;
+ background-color: pink;
+ background-color: #fff;
+ position: fixed;
+ left: 0;
+ bottom: var(--window-bottom);
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+ padding: 0 20rpx;
+
+ .cart-check {
+ display: flex;
+ align-items: center;
+
+ image {
+ width: 40rpx;
+ height: 40rpx;
+ margin: 0 10rpx;
+ }
+ }
+
+ .btn-box {
+ display: flex;
+
+ .all-price {
+ display: flex;
+ align-items: center;
+ margin-right: 20rpx;
+
+ .price {
+ color: #20B128;
+ display: table-cell;
+ vertical-align: bottom;
+ font-weight: bold;
+ }
+ }
+
+ }
}
\ No newline at end of file
diff --git a/pages/my/my.vue b/pages/my/my.vue
index 01b2221..295779c 100644
--- a/pages/my/my.vue
+++ b/pages/my/my.vue
@@ -1,75 +1,168 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
- uview plus
- 微信号:test
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+ 151****6699
+ ID: 6655
+
+
+
+
+
+
+ 我的订单
+
+
+
+ 待付款
+
+
+
+ 待收货
+
+
+
+ 售后/退款
+
+
+
+ 全部订单
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ .bg {
+ width: 100%;
+ position: absolute;
+ top: 0;
+ left: 0;
+ z-index: 1;
+ }
+
+ .u-card {
+ box-sizing: border-box;
+ padding: 50rpx 0 50rpx 50rpx;
+ display: flex;
+ position: absolute;
+ bottom: 50rpx;
+ left: 0;
+ z-index: 2;
+
+ .content {
+ width: 500rpx;
+ padding-left: 30rpx;
+ display: flex;
+ flex-direction: column;
+ justify-content: center;
+
+ .u-phone {
+ font-size: 32rpx;
+ margin-bottom: 16rpx;
+ }
+
+ .u-id {
+ font-size: 24rpx;
+ }
+ }
+ }
+ }
+
+ .order-info-box {
+ margin: 20rpx;
+ height: 140rpx;
+ position: relative;
+
+ .order-info {
+ height: 220rpx;
+ width: 710rpx;
+ background-color: #fff;
+ border-radius: 14rpx;
+ position: absolute;
+ top: -80rpx;
+ left: 0;
+ z-index: 3;
+ background-image: url('https://lihai001.oss-cn-chengdu.aliyuncs.com/def/a8863202404261349533191.png');
+ background-size: 28% 100%;
+ background-position: right;
+ background-repeat: no-repeat;
+
+ .info-head{
+ margin-left: 20rpx;
+ margin-top: 20rpx;
+ margin-bottom: 20rpx;
+ font-size: 32rpx;
+ }
+
+ .info-list{
+ height: 110rpx;
+ display: flex;
+ font-size: 26rpx;
+
+ .list-item{
+ flex: 1;
+ display: flex;
+ flex-direction: column;
+ justify-content: space-between;
+ align-items: center;
+ image{
+ width: 64rpx;
+ height: 64rpx;
+ }
+ }
+ }
+ }
+ }
+
+ .card{
+ margin: 20rpx;
+ background-color: #fff;
+ border-radius: 14rpx;
+ overflow: hidden;
+ }
+
\ No newline at end of file
diff --git a/pages/order/order.vue b/pages/order/order.vue
deleted file mode 100644
index 034deaa..0000000
--- a/pages/order/order.vue
+++ /dev/null
@@ -1,507 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ res.store }}
-
-
- {{ res.deal }}
-
-
-
-
- {{ item.title }}
- {{ item.type }}
- 发货时间 {{ item.deliveryTime }}
-
-
-
- ¥{{ priceInt(item.price) }}
- .{{ priceDecimal(item.price) }}
-
- x{{ item.number }}
-
-
-
- 共{{ totalNum(res.goodsList) }}件商品 合计:
-
- ¥{{ priceInt(totalPrice(res.goodsList)) }}.
- {{ priceDecimal(totalPrice(res.goodsList)) }}
-
-
-
-
- 查看物流
- 卖了换钱
- 评价
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ res.store }}
-
-
- {{ res.deal }}
-
-
-
-
- {{ item.title }}
- {{ item.type }}
- 发货时间 {{ item.deliveryTime }}
-
-
-
- ¥{{ priceInt(item.price) }}
- .{{ priceDecimal(item.price) }}
-
- x{{ item.number }}
-
-
-
- 共{{ totalNum(res.goodsList) }}件商品 合计:
-
- ¥{{ priceInt(totalPrice(res.goodsList)) }}.
- {{ priceDecimal(totalPrice(res.goodsList)) }}
-
-
-
-
- 查看物流
- 卖了换钱
- 评价
-
-
-
-
-
-
-
-
-
-
-
-
-
- 您还没有相关的订单
- 可以去看看有那些想买的
-
- 随便逛逛
-
-
-
-
-
-
-
-
-
-
-
-
- {{ res.store }}
-
-
- {{ res.deal }}
-
-
-
-
- {{ item.title }}
- {{ item.type }}
- 发货时间 {{ item.deliveryTime }}
-
-
-
- ¥{{ priceInt(item.price) }}
- .{{ priceDecimal(item.price) }}
-
- x{{ item.number }}
-
-
-
- 共{{ totalNum(res.goodsList) }}件商品 合计:
-
- ¥{{ priceInt(totalPrice(res.goodsList)) }}.
- {{ priceDecimal(totalPrice(res.goodsList)) }}
-
-
-
-
- 查看物流
- 卖了换钱
- 评价
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/pagesOrder/detail/detail.vue b/pagesOrder/detail/detail.vue
new file mode 100644
index 0000000..739736f
--- /dev/null
+++ b/pagesOrder/detail/detail.vue
@@ -0,0 +1,234 @@
+
+
+
+ 还剩00:28:36订单自动取消
+
+
+
+
+
+ 小王
+ 155****9999
+
+
+ 四川泸州市龙马潭区莲花池街道商业街1号
+
+
+
+ 修改
+
+
+
+
+
+
+
+ 黄牛肉20kg
+ ¥10.00
+
+
+ 我不吃牛肉
+ x5
+
+
+
+ 预计48小时发货
+
+
+
+
+
+ 商品总价 共计5件商品
+ ¥50.00
+
+
+ 运费
+ ¥0.00
+
+
+ 需付款
+ ¥50.00
+
+
+
+ 订单信息
+
+ 订单编号
+ wxo13546486484784555 | 复制
+
+
+ 下单时间
+ 2024-04-25 15:00:00
+
+
+ 支付状态
+ 待支付
+
+
+
+
+
+ 取消订单
+
+ 立即支付 ¥50.00
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pagesOrder/order/component/good.vue b/pagesOrder/order/component/good.vue
new file mode 100644
index 0000000..80ca5f0
--- /dev/null
+++ b/pagesOrder/order/component/good.vue
@@ -0,0 +1,133 @@
+
+
+
+ wxo12335656455532232666
+ 待付款
+
+
+
+
+
+
+ 黄牛肉20kg
+ ¥10.00
+
+
+ 我不吃牛肉
+ x5
+
+
+ 共5件商品, 总金额 ¥20.30
+
+
+
+ 取消订单
+ 立即支付
+
+
+ 申请售后
+ 确认收货
+ 再次购买
+
+
+
+ 退款申请中
+ 等待商家处理
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pagesOrder/order/order.vue b/pagesOrder/order/order.vue
new file mode 100644
index 0000000..0ced034
--- /dev/null
+++ b/pagesOrder/order/order.vue
@@ -0,0 +1,129 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/tab/a.png b/static/tab/a.png
new file mode 100644
index 0000000000000000000000000000000000000000..8aa28960c9e6cedb3fee5ed7baa4e0368f7446b3
GIT binary patch
literal 618
zcmeAS@N?(olHy`uVBq!ia0vp^CLqkg3?x4-dwml~F%}28J29*~C-V}>*%jau;tHe-
z3JNMJDoRUBA!HdC0NFsgyu2L3g^)llTm;SrYJ|(e8E|D2Cr$*iCxOA_$&;r{nbOtO
zRSO3F{rz=ybrU8`Sh;c~P$N)TeSLjFIYJ>a`xq&e*khGw+@jC84{_yU$rJ_Hc1|BKSgM`<#tO_Au?!U6ZCT!{g8v
z{$*h=Odic?`Odx|A!*grQ!|Bo8?J5Ia4N~~P{q$V#+ID)FK3P6nUN
zOHK4DNSkW3_^W&EVxe?$K;tHe<
z_B&YYcQ6H$X8Rq02*|bA>tMdm(R{yy`Cb?oC<0^y(LNBvd>@Em0aOD*V8uYjUPqt^
zNPI6;FzR$7P%!#*V$A8Jm@~<-XHo)=hdCVda5&%@dNS7Gpr_+O+T*<=3j=23qWQ
zbUf(gbkN)RkeBb#5Wi!g;iuw~&SfN@%gnh{n0u+H_uhmVk7h4
z*ni;6`3qNW+`0eY{rmSHK7RWA_1Et|fBpf1zJw$rFr;)nT^vI^j=!CDGU$+l2!nBh
zRAFKs3(VNrkZ)%JPjq4_fD$MiQmcqqC&I7F1e
z-}m7Y+Xc)y&)3eal-FYun$z??%Ifq1X9cB)k{hz-UgmXmaaq@}YSZbLo=1!y%sj+p
zx8=8xu?7472`@z!&zaHht&p6wYR(Bsp|ZwLOE%oe@bk(4G$+{7P(Sy>=Q2yfgR&cD
zoXfoA^;G4MmG8RK$whst+zqCtvo1F&FP>6!KyL$UJ6mS0ex+=~yk_R+C84rmN-LdC
zY983XcD``Tx)bV30F-
My85}Sb4q9e00PM|m;e9(
literal 0
HcmV?d00001
diff --git a/static/tab/b.png b/static/tab/b.png
new file mode 100644
index 0000000000000000000000000000000000000000..6221b898ea6286326ec479572c680b3cadf1414c
GIT binary patch
literal 679
zcmeAS@N?(olHy`uVBq!ia0vp^CLqkg3?x4-dwml~F%}28J29*~C-V}>*&E;!;tHe-
z3JNMJDoRUBfn-@(8IUY5F9$N<0L}$6aIt}kfl}4g)%ErD4Gj(L?d=^M9i5$>6DCZU
zIC0|CsZ*yM_wPS@_Uz4@H}BrP`|{<>w{PFRfB*jX@85s_{{8>|KYQJa
zQlJMUN`m}?83Ysz90C&Z3+fyCCoEXMVgG^i7w$iJ|KZ&vQ4yfWOFUg1Lp+YZoq96p
zkb{WpY!wBCW=1CqzCe?%6&6ZbFMj_&UnID-t7Mn+be))r=_{?KKH2l`_mp4f^)E9^
znB7s>WHNU_9UJeR{f12C8Z8GTvmCEVW*v%KtYTfqw`!B;tJeV=1Y4H-W`|AMsHV-P
z>AA{L@r<{^mdI@nPoC3JxH9+rn+vjAN}dZ_n>5b4G-r8P2G71aXTDh5Dc18}%bl8g
z|CQX7tmzJu7gc|F{O9nCgO?X*#dMzdefDOi-pj=uYZR{KUzz^7TH@)Ui`@sCgC=yG
z`25eKx$nM9+R<9qXMYl_W}g1)jGA`(emdKI;Vst0AwCouK)l5
literal 0
HcmV?d00001
diff --git a/static/tab/ba.png b/static/tab/ba.png
new file mode 100644
index 0000000000000000000000000000000000000000..ca58a04d2f309df02044bbf1b6983b20d3735ca2
GIT binary patch
literal 723
zcmeAS@N?(olHy`uVBq!ia0vp^CLqkg3?x4-dwml~F%}28J29*~C-V}>xfkFQ;tHe<
z_B&YYcQ6H$W5r91He47V38_%>P(u#HskmQwg!BlM~OUC!fnmK9`w%J}d81asK6!
z%4@Zi*XtT?wlv>rYrfUqa=WALc4zyYuD*K{`|eMi`Dpf%=S!ErSibV*sx_}yuY0|I
z=lh+zKkPd4`S6i1htGUFeg6B|>%Xqv_@9U5L-GBV=!IS?FnX-GUfj*Qd3GxeO
z5Ku612uR2;sBh?>uwea${Rhrpxc}h&hj)`iMSvkw@9E+g;&J@#)SE$v90Xj|xj8tF
zFeomH5nr@o!J{tg2TZsA|97@?S({{Ke0Yk@j|a6rS68YmPtW82I6r!$W~eO`6y%hkwFb;V)QD^41JS(OnMdwG>sYDxa(t2vDCG`;4t&Qdj9
z^!Vqc!p3tYyVl;TEPXIl@7eTb{x`yo>0U*~;M
tW@tS8^$6?TB{uVSmrkpb`xj%!c-!wt>X+YPn!xB{@O1TaS?83{1OS~%TdV*8
literal 0
HcmV?d00001
diff --git a/static/tab/c.png b/static/tab/c.png
new file mode 100644
index 0000000000000000000000000000000000000000..7f90bbeafe57f1124efb5d51f137a6518c92daaf
GIT binary patch
literal 718
zcmeAS@N?(olHy`uVBq!ia0vp^CLqkg3?x4-dwml~F%}28J29*~C-V}>nGoO;;tHe-
z3JNMJDoRUBfn<4kd0AN*oB?D*08ktv1?1vq*Vor~baYIZFk$A*nF|*#T)A@Ps#U8t
zZQ8VJ*RI{WcOO1{_{fnXXU?3tdiCnvyLX>HefsR#vv=>_ef#$9`}gnv|NlR}M@tpx
zCaIDjzhDLd1p^2FfQ0;l`iA}q^B1h&u>ZjM3-=$q|KRXj>kH5~$2?seLnI{M9=u(&
z$U(&6;$;t&I8PA~vpA+iH`$|~|JR$Z^^DBgWyoJSYu45$`{$?4Ynv>2M(wb=@_pei
z#(J9)74CnSQ>a`$&HYTvCY-J9+z3k??hPhGFCywg2wa(Mo8S&~QQ&J&!LzKUk
zU1)FA{zeCzq=fbAySFoSZJ#^u4R^=U<4*$Kd_A|Y!A4-cfJRwWayY}nEgc(9Esm4X
zUgHtv8sWP0>gL?g1lLav7SD4wM(JA4ZvPZ8p+K4Q$;1Wo3)NqKk+j;{;K=3M79DS^O}toJ&jwG{pN~DoEBGBFnyF5
zl%P`Xq%c)1SYe8^TJseT?#WJRPoj7#71lP%s1@SsLII;tHe<
z_B&YYcQ6H$=KCDYfQ-Ek=KCGY_kzShY%l^cEcSuf`#=nfeU9cp?mkBldoP&17sz&W
zI_T|u$jk3oX!xo4h*R;&=Q49I73EzjuDDiHd9AkTR$KF}_P%=)`tDDh@o3h}$Fmnd
zTe9T&(si%b?|i>w=lh+9KOZ{s`S7{#XU=~=d*k=Do4>C=`Ty`E``jZyhf0+M`2{lw
zC>S{S2PEVd)Hn1`n7?5ChW!W5U%3C^{RfBNT3>)(Jmcx&7$PD0_Tb&HTMi-(7mXE#
ze)c*solFnl>c|w;kvjL=K8n3$BSU(V_}*8q?tQv{KW*KvX2Bk|yV}b4g|`^p65t=WzamaVoO7LX$5oCqiF}6=1!Z?5zLTt<)yhmhqtiWE5pWRJ4zCk
z$#K8vIITP7Rp6nuJ9rj`^b55;GHMC3^^)lF=AZUzW6Qi9TOK&t?|Hd=yVv(+7lft@
z+*lPVs#B8h7r1gOt5e~rhpuZ)4PryDW^t{#TGbeHCuzoubGGc?cNsTE++kX9Wv;uO
zZCKV{CZ>-ajlJ*IJTEUWkAHn`SwlpP58qL@^LxZ6us;%II=XsZg>FMYmP^v&bcJ7*=F%|qt&Ae2VZqN%X>&ay5iBeujV3ikg}W_
zYgLgNOVCO~7AMO@BahxI2AU~ueMcv-2Wg*3R5;!+Ek=N`XpO7C-m8lf>#xZ#cIkSa
T$+E-~82b#Ku6{1-oD!M<=q^ (hook, target = currentInstance) => (
+const createHook$1 = (lifecycle) => (hook, target = currentInstance) => (
// post-create lifecycle registrations are noops during SSR (except for serverPrefetch)
(!isInSSRComponentSetup || lifecycle === "sp") && injectHook(lifecycle, (...args) => hook(...args), target)
);
-const onBeforeMount = createHook(
+const onBeforeMount = createHook$1(
"bm"
/* LifecycleHooks.BEFORE_MOUNT */
);
-const onMounted = createHook(
+const onMounted = createHook$1(
"m"
/* LifecycleHooks.MOUNTED */
);
-const onBeforeUpdate = createHook(
+const onBeforeUpdate = createHook$1(
"bu"
/* LifecycleHooks.BEFORE_UPDATE */
);
-const onUpdated = createHook(
+const onUpdated = createHook$1(
"u"
/* LifecycleHooks.UPDATED */
);
-const onBeforeUnmount = createHook(
+const onBeforeUnmount = createHook$1(
"bum"
/* LifecycleHooks.BEFORE_UNMOUNT */
);
-const onUnmounted = createHook(
+const onUnmounted = createHook$1(
"um"
/* LifecycleHooks.UNMOUNTED */
);
-const onServerPrefetch = createHook(
+const onServerPrefetch = createHook$1(
"sp"
/* LifecycleHooks.SERVER_PREFETCH */
);
-const onRenderTriggered = createHook(
+const onRenderTriggered = createHook$1(
"rtg"
/* LifecycleHooks.RENDER_TRIGGERED */
);
-const onRenderTracked = createHook(
+const onRenderTracked = createHook$1(
"rtc"
/* LifecycleHooks.RENDER_TRACKED */
);
@@ -6079,10 +6079,6 @@ function stringify(styles) {
}
return ret;
}
-function setRef(ref2, id, opts = {}) {
- const { $templateRefs } = getCurrentInstance();
- $templateRefs.push({ i: id, r: ref2, k: opts.k, f: opts.f });
-}
const o = (value, key) => vOn(value, key);
const f = (source, renderItem) => vFor(source, renderItem);
const s = (value) => stringifyStyle(value);
@@ -6090,7 +6086,6 @@ const e = (target, ...sources) => extend(target, ...sources);
const n = (value) => normalizeClass(value);
const t = (val) => toDisplayString(val);
const p = (props) => renderProps(props);
-const sr = (ref2, id, opts) => setRef(ref2, id, opts);
function createApp$1(rootComponent, rootProps = null) {
rootComponent && (rootComponent.mpType = "app");
return createVueApp(rootComponent, rootProps).use(plugin);
@@ -7693,6 +7688,10 @@ const Pinia = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePropert
skipHydrate,
storeToRefs
}, Symbol.toStringTag, { value: "Module" }));
+const createHook = (lifecycle) => (hook, target = getCurrentInstance()) => {
+ !isInSSRComponentSetup && injectHook(lifecycle, hook, target);
+};
+const onLoad = /* @__PURE__ */ createHook(ON_LOAD);
exports.Pinia = Pinia;
exports._export_sfc = _export_sfc;
exports.createPinia = createPinia;
@@ -7702,10 +7701,11 @@ exports.e = e;
exports.f = f;
exports.index = index;
exports.n = n;
+exports.nextTick$1 = nextTick$1;
exports.o = o;
+exports.onLoad = onLoad;
exports.p = p;
exports.ref = ref;
exports.resolveComponent = resolveComponent;
exports.s = s;
-exports.sr = sr;
exports.t = t;
diff --git a/unpackage/dist/dev/mp-weixin/pages/cart/cart.js b/unpackage/dist/dev/mp-weixin/pages/cart/cart.js
index 514ce18..c1c14cd 100644
--- a/unpackage/dist/dev/mp-weixin/pages/cart/cart.js
+++ b/unpackage/dist/dev/mp-weixin/pages/cart/cart.js
@@ -4,20 +4,27 @@ const common_assets = require("../../common/assets.js");
if (!Array) {
const _easycom_up_navbar2 = common_vendor.resolveComponent("up-navbar");
const _easycom_u__icon2 = common_vendor.resolveComponent("u--icon");
- (_easycom_up_navbar2 + _easycom_u__icon2)();
+ const _easycom_up_empty2 = common_vendor.resolveComponent("up-empty");
+ const _easycom_up_button2 = common_vendor.resolveComponent("up-button");
+ const _easycom_up_transition2 = common_vendor.resolveComponent("up-transition");
+ (_easycom_up_navbar2 + _easycom_u__icon2 + _easycom_up_empty2 + _easycom_up_button2 + _easycom_up_transition2)();
}
const _easycom_up_navbar = () => "../../uni_modules/uview-plus/components/u-navbar/u-navbar.js";
const _easycom_u__icon = () => "../../uni_modules/uview-plus/components/u-icon/u-icon.js";
+const _easycom_up_empty = () => "../../uni_modules/uview-plus/components/u-empty/u-empty.js";
+const _easycom_up_button = () => "../../uni_modules/uview-plus/components/u-button/u-button.js";
+const _easycom_up_transition = () => "../../uni_modules/uview-plus/components/u-transition/u-transition.js";
if (!Math) {
- (_easycom_up_navbar + _easycom_u__icon)();
+ (_easycom_up_navbar + _easycom_u__icon + _easycom_up_empty + _easycom_up_button + _easycom_up_transition)();
}
const _sfc_main = {
__name: "cart",
setup(__props) {
- const list = common_vendor.ref(["购物车", "常买", "收藏"]);
+ const list = common_vendor.ref(["购物车", "常买"]);
const tabsActive = common_vendor.ref(0);
const changeTab = (e) => {
tabsActive.value = e;
+ swiperCurrent.value = e;
};
const swiperCurrent = common_vendor.ref(0);
const animationfinish = ({ detail: { current } }) => {
@@ -30,7 +37,8 @@ const _sfc_main = {
return {
a: common_vendor.t(item),
b: tabsActive.value == index ? 1 : "",
- c: common_vendor.o(($event) => changeTab(index))
+ c: index,
+ d: common_vendor.o(($event) => changeTab(index), index)
};
}),
b: common_vendor.p({
@@ -60,9 +68,42 @@ const _sfc_main = {
name: "plus-circle-fill",
size: "20",
color: "#20b128"
+ })
+ }, {
+ h: common_vendor.f(20, (item, index, i0) => {
+ return {
+ a: "da603134-4-" + i0,
+ b: index
+ };
}),
- g: swiperCurrent.value,
- h: common_vendor.o(animationfinish)
+ i: common_vendor.p({
+ size: "small",
+ plain: true,
+ color: "#20b128",
+ shape: "circle"
+ })
+ }, {
+ k: swiperCurrent.value,
+ l: common_vendor.o(animationfinish)
+ }, {
+ n: common_assets._imports_1
+ }, {
+ p: common_vendor.p({
+ size: "small",
+ plain: true,
+ color: "#989898",
+ shape: "circle"
+ }),
+ q: common_vendor.p({
+ size: "small",
+ plain: true,
+ color: "#989898",
+ shape: "circle"
+ })
+ }, {
+ r: common_vendor.p({
+ show: tabsActive.value == 0
+ })
});
};
}
diff --git a/unpackage/dist/dev/mp-weixin/pages/cart/cart.json b/unpackage/dist/dev/mp-weixin/pages/cart/cart.json
index 5bb97bf..154b964 100644
--- a/unpackage/dist/dev/mp-weixin/pages/cart/cart.json
+++ b/unpackage/dist/dev/mp-weixin/pages/cart/cart.json
@@ -4,6 +4,9 @@
"navigationStyle": "custom",
"usingComponents": {
"up-navbar": "../../uni_modules/uview-plus/components/u-navbar/u-navbar",
- "u--icon": "../../uni_modules/uview-plus/components/u-icon/u-icon"
+ "u--icon": "../../uni_modules/uview-plus/components/u-icon/u-icon",
+ "up-empty": "../../uni_modules/uview-plus/components/u-empty/u-empty",
+ "up-button": "../../uni_modules/uview-plus/components/u-button/u-button",
+ "up-transition": "../../uni_modules/uview-plus/components/u-transition/u-transition"
}
}
\ No newline at end of file
diff --git a/unpackage/dist/dev/mp-weixin/pages/cart/cart.wxml b/unpackage/dist/dev/mp-weixin/pages/cart/cart.wxml
index 519bd89..3eddb5a 100644
--- a/unpackage/dist/dev/mp-weixin/pages/cart/cart.wxml
+++ b/unpackage/dist/dev/mp-weixin/pages/cart/cart.wxml
@@ -1 +1 @@
-{{item.a}}共计3件管理完成好吃的瓜果香味辛辣|葱香味浓|调味增香香味辛辣|葱香味浓|调味增香¥12.00{{e}}
\ No newline at end of file
+{{item.a}}共计3件管理完成好吃的瓜果香味辛辣|葱香味浓|调味增香香味辛辣|葱香味浓|调味增香¥12.00{{e}}好吃的瓜果香味辛辣|葱香味浓|调味增香香味辛辣|葱香味浓|调味增香¥12.00加入购物车全选合计:¥20.30去结算(2)移入收藏夹删除
\ No newline at end of file
diff --git a/unpackage/dist/dev/mp-weixin/pages/cart/cart.wxss b/unpackage/dist/dev/mp-weixin/pages/cart/cart.wxss
index 1d670b5..24facac 100644
--- a/unpackage/dist/dev/mp-weixin/pages/cart/cart.wxss
+++ b/unpackage/dist/dev/mp-weixin/pages/cart/cart.wxss
@@ -30,7 +30,6 @@
}
.tabs-active {
color: #20B128;
- font-size: 34rpx;
transition: 300ms;
}
.swiper-box {
@@ -61,7 +60,6 @@
}
.page-box1 .list {
margin: 20rpx;
- margin-top: 80rpx;
border-radius: 20rpx;
overflow: hidden;
}
@@ -117,4 +115,41 @@
.page-box1 .list .shop-item .shop-content .price-btn .btn .num {
width: 60rpx;
text-align: center;
+}
+.cart-btn {
+ width: 100%;
+ height: 50px;
+ box-sizing: border-box;
+ background-color: pink;
+ background-color: #fff;
+ position: fixed;
+ left: 0;
+ bottom: var(--window-bottom);
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+ padding: 0 20rpx;
+}
+.cart-btn .cart-check {
+ display: flex;
+ align-items: center;
+}
+.cart-btn .cart-check image {
+ width: 40rpx;
+ height: 40rpx;
+ margin: 0 10rpx;
+}
+.cart-btn .btn-box {
+ display: flex;
+}
+.cart-btn .btn-box .all-price {
+ display: flex;
+ align-items: center;
+ margin-right: 20rpx;
+}
+.cart-btn .btn-box .all-price .price {
+ color: #20B128;
+ display: table-cell;
+ vertical-align: bottom;
+ font-weight: bold;
}
\ No newline at end of file
diff --git a/unpackage/dist/dev/mp-weixin/pages/my/my.js b/unpackage/dist/dev/mp-weixin/pages/my/my.js
index 1b41535..75f5332 100644
--- a/unpackage/dist/dev/mp-weixin/pages/my/my.js
+++ b/unpackage/dist/dev/mp-weixin/pages/my/my.js
@@ -1,76 +1,53 @@
"use strict";
const common_vendor = require("../../common/vendor.js");
if (!Array) {
- const _easycom_up_icon2 = common_vendor.resolveComponent("up-icon");
const _easycom_up_navbar2 = common_vendor.resolveComponent("up-navbar");
const _easycom_up_avatar2 = common_vendor.resolveComponent("up-avatar");
const _easycom_up_cell2 = common_vendor.resolveComponent("up-cell");
const _easycom_up_cell_group2 = common_vendor.resolveComponent("up-cell-group");
- (_easycom_up_icon2 + _easycom_up_navbar2 + _easycom_up_avatar2 + _easycom_up_cell2 + _easycom_up_cell_group2)();
+ (_easycom_up_navbar2 + _easycom_up_avatar2 + _easycom_up_cell2 + _easycom_up_cell_group2)();
}
-const _easycom_up_icon = () => "../../uni_modules/uview-plus/components/u-icon/u-icon.js";
const _easycom_up_navbar = () => "../../uni_modules/uview-plus/components/u-navbar/u-navbar.js";
const _easycom_up_avatar = () => "../../uni_modules/uview-plus/components/u-avatar/u-avatar.js";
const _easycom_up_cell = () => "../../uni_modules/uview-plus/components/u-cell/u-cell.js";
const _easycom_up_cell_group = () => "../../uni_modules/uview-plus/components/u-cell-group/u-cell-group.js";
if (!Math) {
- (_easycom_up_icon + _easycom_up_navbar + _easycom_up_avatar + _easycom_up_cell + _easycom_up_cell_group)();
+ (_easycom_up_navbar + _easycom_up_avatar + _easycom_up_cell + _easycom_up_cell_group)();
}
const _sfc_main = {
__name: "my",
setup(__props) {
- common_vendor.ref("");
- common_vendor.ref(true);
+ const navTo = (type = 0) => {
+ common_vendor.index.navigateTo({
+ url: `/pagesOrder/order/order?type=${type}`
+ });
+ };
return (_ctx, _cache) => {
return {
a: common_vendor.p({
- name: "camera-fill",
- color: "#000000",
- size: "48"
+ title: "我的",
+ bgColor: "rgba(0,0,0,0)"
}),
b: common_vendor.p({
- fixed: false,
- ["is-back"]: false,
- title: "个人中心",
- ["border-bottom"]: false
- }),
- c: common_vendor.p({
- src: "https://cdn.uviewui.com/uview/album/1.jpg",
- size: "140"
+ src: "https://shop.lihaink.cn/static/images/f1.png",
+ size: "80"
}),
+ c: common_vendor.o(($event) => navTo()),
d: common_vendor.p({
- name: "scan",
- color: "#969799",
- size: "28"
+ title: "我的地址",
+ isLink: true
}),
e: common_vendor.p({
- name: "arrow-right",
- color: "#969799",
- size: "28"
+ title: "意见反馈",
+ isLink: true
}),
f: common_vendor.p({
- icon: "rmb-circle",
- title: "支付"
+ title: "关于我们",
+ isLink: true
}),
g: common_vendor.p({
- icon: "star",
- title: "收藏"
- }),
- h: common_vendor.p({
- icon: "photo",
- title: "相册"
- }),
- i: common_vendor.p({
- icon: "coupon",
- title: "卡券"
- }),
- j: common_vendor.p({
- icon: "heart",
- title: "关注"
- }),
- k: common_vendor.p({
- icon: "setting",
- title: "设置"
+ title: "设置",
+ isLink: true
})
};
};
diff --git a/unpackage/dist/dev/mp-weixin/pages/my/my.json b/unpackage/dist/dev/mp-weixin/pages/my/my.json
index 0153542..1f16a63 100644
--- a/unpackage/dist/dev/mp-weixin/pages/my/my.json
+++ b/unpackage/dist/dev/mp-weixin/pages/my/my.json
@@ -3,7 +3,6 @@
"enablePullDownRefresh": false,
"navigationStyle": "custom",
"usingComponents": {
- "up-icon": "../../uni_modules/uview-plus/components/u-icon/u-icon",
"up-navbar": "../../uni_modules/uview-plus/components/u-navbar/u-navbar",
"up-avatar": "../../uni_modules/uview-plus/components/u-avatar/u-avatar",
"up-cell": "../../uni_modules/uview-plus/components/u-cell/u-cell",
diff --git a/unpackage/dist/dev/mp-weixin/pages/my/my.wxml b/unpackage/dist/dev/mp-weixin/pages/my/my.wxml
index 8730562..2efad21 100644
--- a/unpackage/dist/dev/mp-weixin/pages/my/my.wxml
+++ b/unpackage/dist/dev/mp-weixin/pages/my/my.wxml
@@ -1 +1 @@
-uview plus微信号:test
\ No newline at end of file
+151****6699ID: 6655我的订单待付款待收货售后/退款全部订单
\ No newline at end of file
diff --git a/unpackage/dist/dev/mp-weixin/pages/my/my.wxss b/unpackage/dist/dev/mp-weixin/pages/my/my.wxss
index 11604cc..3fb80dc 100644
--- a/unpackage/dist/dev/mp-weixin/pages/my/my.wxss
+++ b/unpackage/dist/dev/mp-weixin/pages/my/my.wxss
@@ -23,19 +23,86 @@
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
-page {
- background-color: #ededed;
+.user-info {
+ overflow: hidden;
+ position: relative;
+ width: 750rpx;
+ height: 450rpx;
}
-.camera {
- width: 54px;
- height: 44px;
+.user-info .bg {
+ width: 100%;
+ position: absolute;
+ top: 0;
+ left: 0;
+ z-index: 1;
}
-.camera:active {
- background-color: #ededed;
+.user-info .u-card {
+ box-sizing: border-box;
+ padding: 50rpx 0 50rpx 50rpx;
+ display: flex;
+ position: absolute;
+ bottom: 50rpx;
+ left: 0;
+ z-index: 2;
}
-.user-box {
+.user-info .u-card .content {
+ width: 500rpx;
+ padding-left: 30rpx;
+ display: flex;
+ flex-direction: column;
+ justify-content: center;
+}
+.user-info .u-card .content .u-phone {
+ font-size: 32rpx;
+ margin-bottom: 16rpx;
+}
+.user-info .u-card .content .u-id {
+ font-size: 24rpx;
+}
+.order-info-box {
+ margin: 20rpx;
+ height: 140rpx;
+ position: relative;
+}
+.order-info-box .order-info {
+ height: 220rpx;
+ width: 710rpx;
background-color: #fff;
+ border-radius: 14rpx;
+ position: absolute;
+ top: -80rpx;
+ left: 0;
+ z-index: 3;
+ background-image: url("https://lihai001.oss-cn-chengdu.aliyuncs.com/def/a8863202404261349533191.png");
+ background-size: 28% 100%;
+ background-position: right;
+ background-repeat: no-repeat;
}
-.u-cell-group {
+.order-info-box .order-info .info-head {
+ margin-left: 20rpx;
+ margin-top: 20rpx;
+ margin-bottom: 20rpx;
+ font-size: 32rpx;
+}
+.order-info-box .order-info .info-list {
+ height: 110rpx;
+ display: flex;
+ font-size: 26rpx;
+}
+.order-info-box .order-info .info-list .list-item {
+ flex: 1;
+ display: flex;
+ flex-direction: column;
+ justify-content: space-between;
+ align-items: center;
+}
+.order-info-box .order-info .info-list .list-item image {
+ width: 64rpx;
+ height: 64rpx;
+}
+.card {
+ margin: 20rpx;
background-color: #fff;
+ border-radius: 14rpx;
+ overflow: hidden;
}
\ No newline at end of file
diff --git a/unpackage/dist/dev/mp-weixin/pages/order/order.js b/unpackage/dist/dev/mp-weixin/pages/order/order.js
deleted file mode 100644
index 43323f3..0000000
--- a/unpackage/dist/dev/mp-weixin/pages/order/order.js
+++ /dev/null
@@ -1,365 +0,0 @@
-"use strict";
-const common_vendor = require("../../common/vendor.js");
-const _sfc_main = {
- data() {
- return {
- orderList: [[], [], [], []],
- dataList: [
- {
- id: 1,
- store: "夏日流星限定贩卖",
- deal: "交易成功",
- goodsList: [
- {
- goodsUrl: "//img13.360buyimg.com/n7/jfs/t1/103005/7/17719/314825/5e8c19faEb7eed50d/5b81ae4b2f7f3bb7.jpg",
- title: "【冬日限定】现货 原创jk制服女2020冬装新款小清新宽松软糯毛衣外套女开衫短款百搭日系甜美风",
- type: "灰色;M",
- deliveryTime: "付款后30天内发货",
- price: "348.58",
- number: 2
- },
- {
- goodsUrl: "//img12.360buyimg.com/n7/jfs/t1/102191/19/9072/330688/5e0af7cfE17698872/c91c00d713bf729a.jpg",
- title: "【葡萄藤】现货 小清新学院风制服格裙百褶裙女短款百搭日系甜美风原创jk制服女2020新款",
- type: "45cm;S",
- deliveryTime: "付款后30天内发货",
- price: "135.00",
- number: 1
- }
- ]
- },
- {
- id: 2,
- store: "江南皮革厂",
- deal: "交易失败",
- goodsList: [
- {
- goodsUrl: "//img14.360buyimg.com/n7/jfs/t1/60319/15/6105/406802/5d43f68aE9f00db8c/0affb7ac46c345e2.jpg",
- title: "【冬日限定】现货 原创jk制服女2020冬装新款小清新宽松软糯毛衣外套女开衫短款百搭日系甜美风",
- type: "粉色;M",
- deliveryTime: "付款后7天内发货",
- price: "128.05",
- number: 1
- }
- ]
- },
- {
- id: 3,
- store: "三星旗舰店",
- deal: "交易失败",
- goodsList: [
- {
- goodsUrl: "//img11.360buyimg.com/n7/jfs/t1/94448/29/2734/524808/5dd4cc16E990dfb6b/59c256f85a8c3757.jpg",
- title: "三星(SAMSUNG)京品家电 UA65RUF70AJXXZ 65英寸4K超高清 HDR 京东微联 智能语音 教育资源液晶电视机",
- type: "4K,广色域",
- deliveryTime: "保质5年",
- price: "1998",
- number: 3
- },
- {
- goodsUrl: "//img14.360buyimg.com/n7/jfs/t6007/205/4099529191/294869/ae4e6d4f/595dcf19Ndce3227d.jpg!q90.jpg",
- title: "美的(Midea)639升 对开门冰箱 19分钟急速净味 一级能效冷藏双开门杀菌智能家用双变频节能 BCD-639WKPZM(E)",
- type: "容量大,速冻",
- deliveryTime: "保质5年",
- price: "2354",
- number: 1
- }
- ]
- },
- {
- id: 4,
- store: "三星旗舰店",
- deal: "交易失败",
- goodsList: [
- {
- goodsUrl: "//img10.360buyimg.com/n7/jfs/t22300/31/1505958241/171936/9e201a89/5b2b12ffNe6dbb594.jpg!q90.jpg",
- title: "法国进口红酒 拉菲(LAFITE)传奇波尔多干红葡萄酒750ml*6整箱装",
- type: "4K,广色域",
- deliveryTime: "珍藏10年好酒",
- price: "1543",
- number: 3
- },
- {
- goodsUrl: "//img10.360buyimg.com/n7/jfs/t1/107598/17/3766/525060/5e143aacE9a94d43c/03573ae60b8bf0ee.jpg",
- title: "蓝妹(BLUE GIRL)酷爽啤酒 清啤 原装进口啤酒 罐装 500ml*9听 整箱装",
- type: "一打",
- deliveryTime: "口感好",
- price: "120",
- number: 1
- }
- ]
- },
- {
- id: 5,
- store: "三星旗舰店",
- deal: "交易成功",
- goodsList: [
- {
- goodsUrl: "//img12.360buyimg.com/n7/jfs/t1/52408/35/3554/78293/5d12e9cfEfd118ba1/ba5995e62cbd747f.jpg!q90.jpg",
- title: "企业微信 中控人脸指纹识别考勤机刷脸机 无线签到异地多店打卡机WX108",
- type: "识别效率高",
- deliveryTime: "使用方便",
- price: "451",
- number: 9
- }
- ]
- }
- ],
- list: [
- {
- name: "待付款"
- },
- {
- name: "待发货"
- },
- {
- name: "待收货"
- },
- {
- name: "待评价",
- count: 12
- }
- ],
- current: 0,
- swiperCurrent: 0,
- tabsHeight: 0,
- dx: 0,
- loadStatus: ["loadmore", "loadmore", "loadmore", "loadmore"]
- };
- },
- onLoad() {
- this.getOrderList(0);
- this.getOrderList(1);
- this.getOrderList(3);
- },
- computed: {
- // 价格小数
- priceDecimal() {
- return (val) => {
- if (val !== parseInt(val))
- return val.slice(-2);
- else
- return "00";
- };
- },
- // 价格整数
- priceInt() {
- return (val) => {
- if (val !== parseInt(val))
- return val.split(".")[0];
- else
- return val;
- };
- }
- },
- methods: {
- reachBottom() {
- if (this.current != 2) {
- this.loadStatus.splice(this.current, 1, "loading");
- setTimeout(() => {
- this.getOrderList(this.current);
- }, 1200);
- }
- },
- // 页面数据
- getOrderList(idx) {
- for (let i = 0; i < 5; i++) {
- let index = this.$u.random(0, this.dataList.length - 1);
- let data = JSON.parse(JSON.stringify(this.dataList[index]));
- data.id = this.$u.guid();
- this.orderList[idx].push(data);
- }
- this.loadStatus.splice(this.current, 1, "loadmore");
- },
- // 总价
- totalPrice(item) {
- let price = 0;
- item.map((val) => {
- price += parseFloat(val.price);
- });
- return price.toFixed(2);
- },
- // 总件数
- totalNum(item) {
- let num = 0;
- item.map((val) => {
- num += val.number;
- });
- return num;
- },
- // tab栏切换
- change(e) {
- console.log(e);
- this.swiperCurrent = e.index;
- this.getOrderList(e.index);
- },
- transition({ detail: { dx } }) {
- },
- animationfinish({ detail: { current } }) {
- this.swiperCurrent = current;
- this.current = current;
- }
- }
-};
-if (!Array) {
- const _easycom_u_tabs2 = common_vendor.resolveComponent("u-tabs");
- const _easycom_u_icon2 = common_vendor.resolveComponent("u-icon");
- const _easycom_u_loadmore2 = common_vendor.resolveComponent("u-loadmore");
- (_easycom_u_tabs2 + _easycom_u_icon2 + _easycom_u_loadmore2)();
-}
-const _easycom_u_tabs = () => "../../uni_modules/uview-plus/components/u-tabs/u-tabs.js";
-const _easycom_u_icon = () => "../../uni_modules/uview-plus/components/u-icon/u-icon.js";
-const _easycom_u_loadmore = () => "../../uni_modules/uview-plus/components/u-loadmore/u-loadmore.js";
-if (!Math) {
- (_easycom_u_tabs + _easycom_u_icon + _easycom_u_loadmore)();
-}
-function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
- return {
- a: common_vendor.sr("tabs", "93207a4f-0"),
- b: common_vendor.o($options.change),
- c: common_vendor.p({
- activeColor: "#f29100",
- list: $data.list,
- current: $data.current,
- ["is-scroll"]: false,
- swiperWidth: "750"
- }),
- d: common_vendor.f($data.orderList[0], (res, index, i0) => {
- return {
- a: "93207a4f-1-" + i0,
- b: common_vendor.t(res.store),
- c: "93207a4f-2-" + i0,
- d: common_vendor.t(res.deal),
- e: common_vendor.f(res.goodsList, (item, index2, i1) => {
- return {
- a: item.goodsUrl,
- b: common_vendor.t(item.title),
- c: common_vendor.t(item.type),
- d: common_vendor.t(item.deliveryTime),
- e: common_vendor.t($options.priceInt(item.price)),
- f: common_vendor.t($options.priceDecimal(item.price)),
- g: common_vendor.t(item.number),
- h: index2
- };
- }),
- f: common_vendor.t($options.totalNum(res.goodsList)),
- g: common_vendor.t($options.priceInt($options.totalPrice(res.goodsList))),
- h: common_vendor.t($options.priceDecimal($options.totalPrice(res.goodsList))),
- i: "93207a4f-3-" + i0,
- j: res.id
- };
- }),
- e: common_vendor.p({
- name: "home",
- size: 30,
- color: "rgb(94,94,94)"
- }),
- f: common_vendor.p({
- name: "arrow-right",
- color: "rgb(203,203,203)",
- size: 26
- }),
- g: common_vendor.p({
- name: "more-dot-fill",
- color: "rgb(203,203,203)"
- }),
- h: common_vendor.p({
- status: $data.loadStatus[0],
- bgColor: "#f2f2f2"
- }),
- i: common_vendor.o((...args) => $options.reachBottom && $options.reachBottom(...args)),
- j: common_vendor.f($data.orderList[1], (res, index, i0) => {
- return {
- a: "93207a4f-5-" + i0,
- b: common_vendor.t(res.store),
- c: "93207a4f-6-" + i0,
- d: common_vendor.t(res.deal),
- e: common_vendor.f(res.goodsList, (item, index2, i1) => {
- return {
- a: item.goodsUrl,
- b: common_vendor.t(item.title),
- c: common_vendor.t(item.type),
- d: common_vendor.t(item.deliveryTime),
- e: common_vendor.t($options.priceInt(item.price)),
- f: common_vendor.t($options.priceDecimal(item.price)),
- g: common_vendor.t(item.number),
- h: index2
- };
- }),
- f: common_vendor.t($options.totalNum(res.goodsList)),
- g: common_vendor.t($options.priceInt($options.totalPrice(res.goodsList))),
- h: common_vendor.t($options.priceDecimal($options.totalPrice(res.goodsList))),
- i: "93207a4f-7-" + i0,
- j: res.id
- };
- }),
- k: common_vendor.p({
- name: "home",
- size: 30,
- color: "rgb(94,94,94)"
- }),
- l: common_vendor.p({
- name: "arrow-right",
- color: "rgb(203,203,203)",
- size: 26
- }),
- m: common_vendor.p({
- name: "more-dot-fill",
- color: "rgb(203,203,203)"
- }),
- n: common_vendor.p({
- status: $data.loadStatus[1],
- bgColor: "#f2f2f2"
- }),
- o: common_vendor.o((...args) => $options.reachBottom && $options.reachBottom(...args)),
- p: common_vendor.f($data.orderList[3], (res, index, i0) => {
- return {
- a: "93207a4f-9-" + i0,
- b: common_vendor.t(res.store),
- c: "93207a4f-10-" + i0,
- d: common_vendor.t(res.deal),
- e: common_vendor.f(res.goodsList, (item, index2, i1) => {
- return {
- a: item.goodsUrl,
- b: common_vendor.t(item.title),
- c: common_vendor.t(item.type),
- d: common_vendor.t(item.deliveryTime),
- e: common_vendor.t($options.priceInt(item.price)),
- f: common_vendor.t($options.priceDecimal(item.price)),
- g: common_vendor.t(item.number),
- h: index2
- };
- }),
- f: common_vendor.t($options.totalNum(res.goodsList)),
- g: common_vendor.t($options.priceInt($options.totalPrice(res.goodsList))),
- h: common_vendor.t($options.priceDecimal($options.totalPrice(res.goodsList))),
- i: "93207a4f-11-" + i0,
- j: res.id
- };
- }),
- q: common_vendor.p({
- name: "home",
- size: 30,
- color: "rgb(94,94,94)"
- }),
- r: common_vendor.p({
- name: "arrow-right",
- color: "rgb(203,203,203)",
- size: 26
- }),
- s: common_vendor.p({
- name: "more-dot-fill",
- color: "rgb(203,203,203)"
- }),
- t: common_vendor.p({
- status: $data.loadStatus[3],
- bgColor: "#f2f2f2"
- }),
- v: common_vendor.o((...args) => $options.reachBottom && $options.reachBottom(...args)),
- w: $data.swiperCurrent,
- x: common_vendor.o((...args) => $options.transition && $options.transition(...args)),
- y: common_vendor.o((...args) => $options.animationfinish && $options.animationfinish(...args))
- };
-}
-const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-93207a4f"], ["__file", "D:/里海数字乡村/purchase-let/pages/order/order.vue"]]);
-wx.createPage(MiniProgramPage);
diff --git a/unpackage/dist/dev/mp-weixin/pages/order/order.json b/unpackage/dist/dev/mp-weixin/pages/order/order.json
deleted file mode 100644
index c621f98..0000000
--- a/unpackage/dist/dev/mp-weixin/pages/order/order.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "navigationBarTitleText": "订单",
- "enablePullDownRefresh": false,
- "usingComponents": {
- "u-tabs": "../../uni_modules/uview-plus/components/u-tabs/u-tabs",
- "u-icon": "../../uni_modules/uview-plus/components/u-icon/u-icon",
- "u-loadmore": "../../uni_modules/uview-plus/components/u-loadmore/u-loadmore"
- }
-}
\ No newline at end of file
diff --git a/unpackage/dist/dev/mp-weixin/pages/order/order.wxml b/unpackage/dist/dev/mp-weixin/pages/order/order.wxml
deleted file mode 100644
index 7b4c1e2..0000000
--- a/unpackage/dist/dev/mp-weixin/pages/order/order.wxml
+++ /dev/null
@@ -1 +0,0 @@
-{{res.b}}{{res.d}}{{item.b}}{{item.c}}发货时间 {{item.d}} ¥{{item.e}} .{{item.f}}x{{item.g}} 共{{res.f}}件商品 合计: ¥{{res.g}}. {{res.h}}查看物流卖了换钱评价{{res.b}}{{res.d}}{{item.b}}{{item.c}}发货时间 {{item.d}} ¥{{item.e}} .{{item.f}}x{{item.g}} 共{{res.f}}件商品 合计: ¥{{res.g}}. {{res.h}}查看物流卖了换钱评价 您还没有相关的订单 可以去看看有那些想买的随便逛逛{{res.b}}{{res.d}}{{item.b}}{{item.c}}发货时间 {{item.d}} ¥{{item.e}} .{{item.f}}x{{item.g}} 共{{res.f}}件商品 合计: ¥{{res.g}}. {{res.h}}查看物流卖了换钱评价
\ No newline at end of file
diff --git a/unpackage/dist/dev/mp-weixin/pages/order/order.wxss b/unpackage/dist/dev/mp-weixin/pages/order/order.wxss
deleted file mode 100644
index 4793dd5..0000000
--- a/unpackage/dist/dev/mp-weixin/pages/order/order.wxss
+++ /dev/null
@@ -1,161 +0,0 @@
-
-page {
- height: 100%;
- background-color: #f2f2f2;
-}
-
-
-/**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
-/**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
-/* 颜色变量 */
-/* 行为相关颜色 */
-/* 文字基本颜色 */
-/* 背景颜色 */
-/* 边框颜色 */
-/* 尺寸变量 */
-/* 文字尺寸 */
-/* 图片尺寸 */
-/* Border Radius */
-/* 水平间距 */
-/* 垂直间距 */
-/* 透明度 */
-/* 文章场景相关 */
-.order.data-v-93207a4f {
- width: 710rpx;
- background-color: #ffffff;
- margin: 20rpx auto;
- border-radius: 20rpx;
- box-sizing: border-box;
- padding: 20rpx;
- font-size: 28rpx;
-}
-.order .top.data-v-93207a4f {
- display: flex;
- justify-content: space-between;
-}
-.order .top .left.data-v-93207a4f {
- display: flex;
- align-items: center;
-}
-.order .top .left .store.data-v-93207a4f {
- margin: 0 10rpx;
- font-size: 32rpx;
- font-weight: bold;
-}
-.order .top .right.data-v-93207a4f {
- color: #f1a532;
-}
-.order .item.data-v-93207a4f {
- display: flex;
- margin: 20rpx 0 0;
-}
-.order .item .left.data-v-93207a4f {
- margin-right: 20rpx;
-}
-.order .item .left image.data-v-93207a4f {
- width: 200rpx;
- height: 200rpx;
- border-radius: 10rpx;
-}
-.order .item .content .title.data-v-93207a4f {
- font-size: 28rpx;
- line-height: 50rpx;
-}
-.order .item .content .type.data-v-93207a4f {
- margin: 10rpx 0;
- font-size: 24rpx;
- color: #909193;
-}
-.order .item .content .delivery-time.data-v-93207a4f {
- color: #e5d001;
- font-size: 24rpx;
-}
-.order .item .right.data-v-93207a4f {
- margin-left: 10rpx;
- padding-top: 20rpx;
- text-align: right;
-}
-.order .item .right .decimal.data-v-93207a4f {
- font-size: 24rpx;
- margin-top: 4rpx;
-}
-.order .item .right .number.data-v-93207a4f {
- color: #909193;
- font-size: 24rpx;
-}
-.order .total.data-v-93207a4f {
- margin-top: 20rpx;
- text-align: right;
- font-size: 24rpx;
-}
-.order .total .total-price.data-v-93207a4f {
- font-size: 32rpx;
-}
-.order .bottom.data-v-93207a4f {
- display: flex;
- margin-top: 40rpx;
- padding: 0 10rpx;
- justify-content: space-between;
- align-items: center;
-}
-.order .bottom .btn.data-v-93207a4f {
- line-height: 52rpx;
- width: 160rpx;
- border-radius: 26rpx;
- border: 2rpx solid #dadbde;
- font-size: 26rpx;
- text-align: center;
- color: #767a82;
-}
-.order .bottom .evaluate.data-v-93207a4f {
- color: #f1a532;
- border-color: #f1a532;
-}
-.centre.data-v-93207a4f {
- text-align: center;
- margin: 200rpx auto;
- font-size: 32rpx;
-}
-.centre image.data-v-93207a4f {
- width: 164rpx;
- height: 164rpx;
- border-radius: 50%;
- margin-bottom: 20rpx;
-}
-.centre .tips.data-v-93207a4f {
- font-size: 24rpx;
- color: #999999;
- margin-top: 20rpx;
-}
-.centre .btn.data-v-93207a4f {
- margin: 80rpx auto;
- width: 200rpx;
- border-radius: 32rpx;
- line-height: 64rpx;
- color: #ffffff;
- font-size: 26rpx;
- background: linear-gradient(270deg, #f9745a 0%, #ff9e01 100%);
-}
-.wrap.data-v-93207a4f {
- display: flex;
- flex-direction: column;
- height: calc(100vh - var(--window-top));
- width: 100%;
-}
-.swiper-box.data-v-93207a4f {
- flex: 1;
- height: calc(100vh - var(--window-top));
-}
-.swiper-item.data-v-93207a4f {
- height: 100%;
-}
\ No newline at end of file
diff --git a/unpackage/dist/dev/mp-weixin/pagesOrder/detail/detail.js b/unpackage/dist/dev/mp-weixin/pagesOrder/detail/detail.js
new file mode 100644
index 0000000..cb960e7
--- /dev/null
+++ b/unpackage/dist/dev/mp-weixin/pagesOrder/detail/detail.js
@@ -0,0 +1,53 @@
+"use strict";
+const common_vendor = require("../../common/vendor.js");
+if (!Array) {
+ const _easycom_up_icon2 = common_vendor.resolveComponent("up-icon");
+ const _easycom_up_button2 = common_vendor.resolveComponent("up-button");
+ const _easycom_up_popup2 = common_vendor.resolveComponent("up-popup");
+ (_easycom_up_icon2 + _easycom_up_button2 + _easycom_up_popup2)();
+}
+const _easycom_up_icon = () => "../../uni_modules/uview-plus/components/u-icon/u-icon.js";
+const _easycom_up_button = () => "../../uni_modules/uview-plus/components/u-button/u-button.js";
+const _easycom_up_popup = () => "../../uni_modules/uview-plus/components/u-popup/u-popup.js";
+if (!Math) {
+ (_easycom_up_icon + _easycom_up_button + _easycom_up_popup)();
+}
+const _sfc_main = {
+ __name: "detail",
+ setup(__props) {
+ const showCancel = common_vendor.ref(false);
+ common_vendor.onLoad((option) => {
+ common_vendor.index.setNavigationBarTitle({
+ title: option.type == 1 ? "等待付款" : "订单详情"
+ });
+ });
+ return (_ctx, _cache) => {
+ return {
+ a: common_vendor.p({
+ name: "map"
+ }),
+ b: common_vendor.p({
+ size: "small",
+ shape: "circle",
+ color: "#f6f6f6",
+ customStyle: {
+ color: "#666666"
+ }
+ }),
+ c: common_vendor.o(($event) => showCancel.value = true),
+ d: common_vendor.p({
+ color: "#20B128",
+ shape: "circle"
+ }),
+ e: common_vendor.o(($event) => showCancel.value = false),
+ f: common_vendor.p({
+ show: showCancel.value,
+ closeable: true,
+ round: "10"
+ })
+ };
+ };
+ }
+};
+const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__file", "D:/里海数字乡村/purchase-let/pagesOrder/detail/detail.vue"]]);
+wx.createPage(MiniProgramPage);
diff --git a/unpackage/dist/dev/mp-weixin/pagesOrder/detail/detail.json b/unpackage/dist/dev/mp-weixin/pagesOrder/detail/detail.json
new file mode 100644
index 0000000..8cfd920
--- /dev/null
+++ b/unpackage/dist/dev/mp-weixin/pagesOrder/detail/detail.json
@@ -0,0 +1,9 @@
+{
+ "navigationBarTitleText": "",
+ "enablePullDownRefresh": false,
+ "usingComponents": {
+ "up-icon": "../../uni_modules/uview-plus/components/u-icon/u-icon",
+ "up-button": "../../uni_modules/uview-plus/components/u-button/u-button",
+ "up-popup": "../../uni_modules/uview-plus/components/u-popup/u-popup"
+ }
+}
\ No newline at end of file
diff --git a/unpackage/dist/dev/mp-weixin/pagesOrder/detail/detail.wxml b/unpackage/dist/dev/mp-weixin/pagesOrder/detail/detail.wxml
new file mode 100644
index 0000000..bce32fc
--- /dev/null
+++ b/unpackage/dist/dev/mp-weixin/pagesOrder/detail/detail.wxml
@@ -0,0 +1 @@
+ 还剩00:28:36订单自动取消 小王155****9999 四川泸州市龙马潭区莲花池街道商业街1号 修改黄牛肉20kg¥10.00我不吃牛肉x5 预计48小时发货 商品总价 共计5件商品¥50.00运费¥0.00需付款¥50.00订单信息订单编号wxo13546486484784555 | 复制下单时间2024-04-25 15:00:00支付状态待支付取消订单立即支付 ¥50.00
\ No newline at end of file
diff --git a/unpackage/dist/dev/mp-weixin/pagesOrder/detail/detail.wxss b/unpackage/dist/dev/mp-weixin/pagesOrder/detail/detail.wxss
new file mode 100644
index 0000000..c867bd0
--- /dev/null
+++ b/unpackage/dist/dev/mp-weixin/pagesOrder/detail/detail.wxss
@@ -0,0 +1,153 @@
+/**
+ * 这里是uni-app内置的常用样式变量
+ *
+ * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
+ * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
+ *
+ */
+/**
+ * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
+ *
+ * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
+ */
+/* 颜色变量 */
+/* 行为相关颜色 */
+/* 文字基本颜色 */
+/* 背景颜色 */
+/* 边框颜色 */
+/* 尺寸变量 */
+/* 文字尺寸 */
+/* 图片尺寸 */
+/* Border Radius */
+/* 水平间距 */
+/* 垂直间距 */
+/* 透明度 */
+/* 文章场景相关 */
+.count_down {
+ padding: 20rpx 0;
+ text-align: center;
+ color: #444444;
+}
+.count_down text {
+ color: #F55726;
+ padding: 0 10rpx;
+}
+.m-card {
+ width: 710rpx;
+ margin: 0 auto;
+ background-color: #fff;
+ border-radius: 14rpx;
+ box-sizing: border-box;
+ padding: 20rpx;
+ color: #333333;
+}
+.m-address {
+ margin-bottom: 20rpx;
+ display: flex;
+ justify-content: space-between;
+ color: #999999;
+}
+.m-address .address-info {
+ width: 510rpx;
+}
+.m-address .address-info .top {
+ display: flex;
+ font-size: 28rpx;
+}
+.m-address .address-info .top .t-name {
+ color: #444;
+ margin: 0 10rpx;
+}
+.m-address .address-info .bottom {
+ font-size: 24rpx;
+}
+.m-good {
+ display: flex;
+ justify-content: space-between;
+ margin-bottom: 20rpx;
+}
+.m-good .image {
+ width: 160rpx;
+ height: 160rpx;
+ margin-right: 20rpx;
+}
+.m-good .body-content {
+ width: 490rpx;
+ display: flex;
+ flex-direction: column;
+ justify-content: space-between;
+ color: #989898;
+}
+.m-good .body-content .title {
+ display: flex;
+ justify-content: space-between;
+ font-size: 28rpx;
+ color: #444;
+}
+.m-good .body-content .tips {
+ display: flex;
+ justify-content: space-between;
+ font-size: 24rpx;
+ margin-top: 10rpx;
+}
+.m-good .body-content .time {
+ background-color: #F6F6F6;
+ padding: 5rpx 10rpx;
+ font-size: 26rpx;
+ color: #444;
+ border-radius: 10rpx;
+}
+.good-info {
+ margin-bottom: 20rpx;
+}
+.good-info .head-title {
+ margin-bottom: 18rpx;
+ color: #000;
+ font-weight: bold;
+}
+.good-info .row {
+ display: flex;
+ justify-content: space-between;
+ margin-bottom: 18rpx;
+}
+.good-info .row .red {
+ color: #F55726;
+}
+.good-info .row-need {
+ display: flex;
+ justify-content: flex-end;
+ color: #F55726;
+}
+.good-info text {
+ font-size: 22rpx;
+}
+.btn-box {
+ position: fixed;
+ bottom: 0;
+ left: 0;
+ height: 120rpx;
+ height: calc(constant(safe-area-inset-bottom) + 120rpx);
+ /* 适用于iOS设备 */
+ height: calc(env(safe-area-inset-bottom) + 120rpx);
+ /* 适用于Android设备 */
+ width: 100%;
+ box-sizing: border-box;
+ background-color: #fff;
+ padding: 20rpx;
+ padding-bottom: calc(constant(safe-area-inset-bottom) + 20rpx);
+ /* 适用于iOS设备 */
+ padding-bottom: calc(env(safe-area-inset-bottom) + 20rpx);
+ /* 适用于Android设备 */
+ display: flex;
+ justify-content: space-between;
+ align-items: center;
+}
+.cancle-popup {
+ height: 500rpx;
+}
+.cancle-popup .head-title {
+ font-weight: bold;
+ text-align: center;
+ height: 80rpx;
+ line-height: 80rpx;
+}
\ No newline at end of file
diff --git a/unpackage/dist/dev/mp-weixin/pagesOrder/order/component/good.js b/unpackage/dist/dev/mp-weixin/pagesOrder/order/component/good.js
new file mode 100644
index 0000000..cfcd0b5
--- /dev/null
+++ b/unpackage/dist/dev/mp-weixin/pagesOrder/order/component/good.js
@@ -0,0 +1,77 @@
+"use strict";
+const common_vendor = require("../../../common/vendor.js");
+if (!Array) {
+ const _easycom_up_button2 = common_vendor.resolveComponent("up-button");
+ const _easycom_up_icon2 = common_vendor.resolveComponent("up-icon");
+ (_easycom_up_button2 + _easycom_up_icon2)();
+}
+const _easycom_up_button = () => "../../../uni_modules/uview-plus/components/u-button/u-button.js";
+const _easycom_up_icon = () => "../../../uni_modules/uview-plus/components/u-icon/u-icon.js";
+if (!Math) {
+ (_easycom_up_button + _easycom_up_icon)();
+}
+const _sfc_main = {
+ __name: "good",
+ props: {
+ type: {
+ type: Number,
+ default: 0
+ }
+ },
+ setup(__props) {
+ const navTo = () => {
+ common_vendor.index.navigateTo({
+ url: "/pagesOrder/detail/detail?type=1"
+ });
+ };
+ return (_ctx, _cache) => {
+ return common_vendor.e({
+ a: common_vendor.o(navTo),
+ b: common_vendor.o(navTo),
+ c: __props.type == 1
+ }, __props.type == 1 ? {
+ d: common_vendor.p({
+ size: "small",
+ plain: true,
+ color: "#989898",
+ shape: "circle"
+ }),
+ e: common_vendor.p({
+ size: "small",
+ plain: true,
+ color: "#20B128",
+ shape: "circle"
+ })
+ } : {}, {
+ f: __props.type == 2 || __props.type == 0
+ }, __props.type == 2 || __props.type == 0 ? {
+ g: common_vendor.p({
+ size: "small",
+ plain: true,
+ color: "#989898",
+ shape: "circle"
+ }),
+ h: common_vendor.p({
+ size: "small",
+ plain: true,
+ color: "#20B128",
+ shape: "circle"
+ }),
+ i: common_vendor.p({
+ size: "small",
+ plain: true,
+ color: "#20B128",
+ shape: "circle"
+ })
+ } : {}, {
+ j: __props.type == 3
+ }, __props.type == 3 ? {
+ k: common_vendor.p({
+ name: "arrow-right"
+ })
+ } : {});
+ };
+ }
+};
+const Component = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__file", "D:/里海数字乡村/purchase-let/pagesOrder/order/component/good.vue"]]);
+wx.createComponent(Component);
diff --git a/unpackage/dist/dev/mp-weixin/pagesOrder/order/component/good.json b/unpackage/dist/dev/mp-weixin/pagesOrder/order/component/good.json
new file mode 100644
index 0000000..081fb0a
--- /dev/null
+++ b/unpackage/dist/dev/mp-weixin/pagesOrder/order/component/good.json
@@ -0,0 +1,7 @@
+{
+ "component": true,
+ "usingComponents": {
+ "up-button": "../../../uni_modules/uview-plus/components/u-button/u-button",
+ "up-icon": "../../../uni_modules/uview-plus/components/u-icon/u-icon"
+ }
+}
\ No newline at end of file
diff --git a/unpackage/dist/dev/mp-weixin/pagesOrder/order/component/good.wxml b/unpackage/dist/dev/mp-weixin/pagesOrder/order/component/good.wxml
new file mode 100644
index 0000000..f84e8ab
--- /dev/null
+++ b/unpackage/dist/dev/mp-weixin/pagesOrder/order/component/good.wxml
@@ -0,0 +1 @@
+wxo12335656455532232666待付款黄牛肉20kg¥10.00我不吃牛肉x5共5件商品, 总金额 ¥20.30取消订单立即支付申请售后确认收货再次购买退款申请中等待商家处理
\ No newline at end of file
diff --git a/unpackage/dist/dev/mp-weixin/pagesOrder/order/component/good.wxss b/unpackage/dist/dev/mp-weixin/pagesOrder/order/component/good.wxss
new file mode 100644
index 0000000..a346c53
--- /dev/null
+++ b/unpackage/dist/dev/mp-weixin/pagesOrder/order/component/good.wxss
@@ -0,0 +1,97 @@
+/**
+ * 这里是uni-app内置的常用样式变量
+ *
+ * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
+ * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
+ *
+ */
+/**
+ * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
+ *
+ * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
+ */
+/* 颜色变量 */
+/* 行为相关颜色 */
+/* 文字基本颜色 */
+/* 背景颜色 */
+/* 边框颜色 */
+/* 尺寸变量 */
+/* 文字尺寸 */
+/* 图片尺寸 */
+/* Border Radius */
+/* 水平间距 */
+/* 垂直间距 */
+/* 透明度 */
+/* 文章场景相关 */
+.shop-item {
+ width: 710rpx;
+ height: 340rpx;
+ margin-bottom: 20rpx;
+ background-color: #fff;
+ border-radius: 14rpx;
+ padding: 20rpx;
+ box-sizing: border-box;
+}
+.shop-item .item-title {
+ display: flex;
+ justify-content: space-between;
+}
+.shop-item .item-body {
+ display: flex;
+ justify-content: space-between;
+ margin: 20rpx 0;
+}
+.shop-item .item-body .image {
+ width: 160rpx;
+ height: 160rpx;
+ margin-right: 20rpx;
+}
+.shop-item .item-body .body-content {
+ width: 490rpx;
+ display: flex;
+ flex-direction: column;
+ justify-content: space-between;
+ color: #989898;
+}
+.shop-item .item-body .body-content .title {
+ display: flex;
+ justify-content: space-between;
+ font-size: 28rpx;
+ color: #444;
+}
+.shop-item .item-body .body-content .tips {
+ display: flex;
+ justify-content: space-between;
+ font-size: 24rpx;
+ margin-top: 10rpx;
+}
+.shop-item .item-body .body-content .all {
+ align-self: flex-end;
+ font-size: 26rpx;
+}
+.shop-item .item-body .body-content .all text {
+ color: #F55726;
+}
+.shop-item .item-btn {
+ display: flex;
+ justify-content: flex-end;
+}
+.shop-item .item-btn view {
+ width: 80rpx;
+ margin-left: 20rpx;
+}
+.shop-item .item-close {
+ display: flex;
+ justify-content: space-between;
+ align-items: center;
+ background-color: #F6F6F6;
+ padding: 15rpx;
+ border-radius: 14rpx;
+}
+.shop-item .item-close .title {
+ display: flex;
+}
+.shop-item .item-close .title .type {
+ font-weight: 600;
+ margin-right: 20rpx;
+}
\ No newline at end of file
diff --git a/unpackage/dist/dev/mp-weixin/pagesOrder/order/order.js b/unpackage/dist/dev/mp-weixin/pagesOrder/order/order.js
new file mode 100644
index 0000000..62f522e
--- /dev/null
+++ b/unpackage/dist/dev/mp-weixin/pagesOrder/order/order.js
@@ -0,0 +1,108 @@
+"use strict";
+const common_vendor = require("../../common/vendor.js");
+if (!Array) {
+ const _easycom_up_search2 = common_vendor.resolveComponent("up-search");
+ const _easycom_up_tabs2 = common_vendor.resolveComponent("up-tabs");
+ const _easycom_up_sticky2 = common_vendor.resolveComponent("up-sticky");
+ const _easycom_up_empty2 = common_vendor.resolveComponent("up-empty");
+ (_easycom_up_search2 + _easycom_up_tabs2 + _easycom_up_sticky2 + _easycom_up_empty2)();
+}
+const _easycom_up_search = () => "../../uni_modules/uview-plus/components/u-search/u-search.js";
+const _easycom_up_tabs = () => "../../uni_modules/uview-plus/components/u-tabs/u-tabs.js";
+const _easycom_up_sticky = () => "../../uni_modules/uview-plus/components/u-sticky/u-sticky.js";
+const _easycom_up_empty = () => "../../uni_modules/uview-plus/components/u-empty/u-empty.js";
+if (!Math) {
+ (_easycom_up_search + _easycom_up_tabs + _easycom_up_sticky + good + _easycom_up_empty)();
+}
+const good = () => "./component/good.js";
+const _sfc_main = {
+ __name: "order",
+ setup(__props) {
+ common_vendor.ref(["购物车", "常买", "收藏"]);
+ const tabsActive = common_vendor.ref(0);
+ const changeTab = ({ index }) => {
+ tabsActive.value = index;
+ swiperCurrent.value = index;
+ };
+ const tablist = common_vendor.ref([
+ { name: "全部" },
+ { name: "待付款" },
+ { name: "待收货" },
+ { name: "退款/售后" }
+ ]);
+ const swiperCurrent = common_vendor.ref(0);
+ const animationfinish = ({ detail: { current } }) => {
+ swiperCurrent.value = current;
+ tabsActive.value = current;
+ };
+ return (_ctx, _cache) => {
+ return common_vendor.e({
+ a: common_vendor.p({
+ shape: "round",
+ actionStyle: {
+ color: "#20b128"
+ }
+ }),
+ b: common_vendor.o(changeTab),
+ c: common_vendor.p({
+ current: tabsActive.value,
+ list: tablist.value,
+ lineColor: "#20b128",
+ scrollable: false,
+ activeStyle: {
+ color: "#20b128",
+ fontWeight: "bold"
+ }
+ }),
+ d: common_vendor.p({
+ bgColor: "#fff"
+ })
+ }, {
+ e: common_vendor.f(10, (item, index, i0) => {
+ return {
+ a: index,
+ b: "aea1ad54-3-" + i0
+ };
+ }),
+ f: common_vendor.p({
+ type: 0
+ })
+ }, {
+ h: common_vendor.f(10, (item, index, i0) => {
+ return {
+ a: index,
+ b: "aea1ad54-5-" + i0
+ };
+ }),
+ i: common_vendor.p({
+ type: 1
+ })
+ }, {
+ k: common_vendor.f(10, (item, index, i0) => {
+ return {
+ a: index,
+ b: "aea1ad54-7-" + i0
+ };
+ }),
+ l: common_vendor.p({
+ type: 2
+ })
+ }, {
+ n: common_vendor.f(10, (item, index, i0) => {
+ return {
+ a: index,
+ b: "aea1ad54-9-" + i0
+ };
+ }),
+ o: common_vendor.p({
+ type: 3
+ })
+ }, {
+ q: swiperCurrent.value,
+ r: common_vendor.o(animationfinish)
+ });
+ };
+ }
+};
+const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__file", "D:/里海数字乡村/purchase-let/pagesOrder/order/order.vue"]]);
+wx.createPage(MiniProgramPage);
diff --git a/unpackage/dist/dev/mp-weixin/pagesOrder/order/order.json b/unpackage/dist/dev/mp-weixin/pagesOrder/order/order.json
new file mode 100644
index 0000000..e048ae1
--- /dev/null
+++ b/unpackage/dist/dev/mp-weixin/pagesOrder/order/order.json
@@ -0,0 +1,11 @@
+{
+ "navigationBarTitleText": "我的订单",
+ "enablePullDownRefresh": false,
+ "usingComponents": {
+ "up-search": "../../uni_modules/uview-plus/components/u-search/u-search",
+ "up-tabs": "../../uni_modules/uview-plus/components/u-tabs/u-tabs",
+ "up-sticky": "../../uni_modules/uview-plus/components/u-sticky/u-sticky",
+ "up-empty": "../../uni_modules/uview-plus/components/u-empty/u-empty",
+ "good": "./component/good"
+ }
+}
\ No newline at end of file
diff --git a/unpackage/dist/dev/mp-weixin/pagesOrder/order/order.wxml b/unpackage/dist/dev/mp-weixin/pagesOrder/order/order.wxml
new file mode 100644
index 0000000..ab459a3
--- /dev/null
+++ b/unpackage/dist/dev/mp-weixin/pagesOrder/order/order.wxml
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/unpackage/dist/dev/mp-weixin/pagesOrder/order/order.wxss b/unpackage/dist/dev/mp-weixin/pagesOrder/order/order.wxss
new file mode 100644
index 0000000..36e10cb
--- /dev/null
+++ b/unpackage/dist/dev/mp-weixin/pagesOrder/order/order.wxss
@@ -0,0 +1,36 @@
+/**
+ * 这里是uni-app内置的常用样式变量
+ *
+ * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
+ * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
+ *
+ */
+/**
+ * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
+ *
+ * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
+ */
+/* 颜色变量 */
+/* 行为相关颜色 */
+/* 文字基本颜色 */
+/* 背景颜色 */
+/* 边框颜色 */
+/* 尺寸变量 */
+/* 文字尺寸 */
+/* 图片尺寸 */
+/* Border Radius */
+/* 水平间距 */
+/* 垂直间距 */
+/* 透明度 */
+/* 文章场景相关 */
+.swiper-box {
+ flex: 1;
+ height: calc(100vh - var(--window-top) - 140rpx);
+ width: 100%;
+}
+.swiper-box .swiper-item {
+ height: 100%;
+}
+.page-box {
+ margin: 20rpx;
+}
\ No newline at end of file
diff --git a/unpackage/dist/dev/mp-weixin/project.config.json b/unpackage/dist/dev/mp-weixin/project.config.json
index 5cc071b..1f6bb9d 100644
--- a/unpackage/dist/dev/mp-weixin/project.config.json
+++ b/unpackage/dist/dev/mp-weixin/project.config.json
@@ -23,7 +23,24 @@
"libVersion": "3.3.4",
"appid": "touristappid",
"projectname": "purchase-let",
- "condition": {},
+ "condition": {
+ "search": {
+ "current": -1,
+ "list": []
+ },
+ "conversation": {
+ "current": -1,
+ "list": []
+ },
+ "game": {
+ "current": -1,
+ "list": []
+ },
+ "miniprogram": {
+ "current": -1,
+ "list": []
+ }
+ },
"editorSetting": {
"tabIndent": "insertSpaces",
"tabSize": 2
diff --git a/unpackage/dist/dev/mp-weixin/project.private.config.json b/unpackage/dist/dev/mp-weixin/project.private.config.json
index 5095b97..b7da0a2 100644
--- a/unpackage/dist/dev/mp-weixin/project.private.config.json
+++ b/unpackage/dist/dev/mp-weixin/project.private.config.json
@@ -3,5 +3,18 @@
"projectname": "purchase-let",
"setting": {
"compileHotReLoad": true
+ },
+ "condition": {
+ "miniprogram": {
+ "list": [
+ {
+ "name": "",
+ "pathName": "pagesOrder/detail/detail",
+ "query": "",
+ "launchMode": "default",
+ "scene": null
+ }
+ ]
+ }
}
}
\ No newline at end of file
diff --git a/unpackage/dist/dev/mp-weixin/static/tab/a.png b/unpackage/dist/dev/mp-weixin/static/tab/a.png
new file mode 100644
index 0000000000000000000000000000000000000000..8aa28960c9e6cedb3fee5ed7baa4e0368f7446b3
GIT binary patch
literal 618
zcmeAS@N?(olHy`uVBq!ia0vp^CLqkg3?x4-dwml~F%}28J29*~C-V}>*%jau;tHe-
z3JNMJDoRUBA!HdC0NFsgyu2L3g^)llTm;SrYJ|(e8E|D2Cr$*iCxOA_$&;r{nbOtO
zRSO3F{rz=ybrU8`Sh;c~P$N)TeSLjFIYJ>a`xq&e*khGw+@jC84{_yU$rJ_Hc1|BKSgM`<#tO_Au?!U6ZCT!{g8v
z{$*h=Odic?`Odx|A!*grQ!|Bo8?J5Ia4N~~P{q$V#+ID)FK3P6nUN
zOHK4DNSkW3_^W&EVxe?$K;tHe<
z_B&YYcQ6H$X8Rq02*|bA>tMdm(R{yy`Cb?oC<0^y(LNBvd>@Em0aOD*V8uYjUPqt^
zNPI6;FzR$7P%!#*V$A8Jm@~<-XHo)=hdCVda5&%@dNS7Gpr_+O+T*<=3j=23qWQ
zbUf(gbkN)RkeBb#5Wi!g;iuw~&SfN@%gnh{n0u+H_uhmVk7h4
z*ni;6`3qNW+`0eY{rmSHK7RWA_1Et|fBpf1zJw$rFr;)nT^vI^j=!CDGU$+l2!nBh
zRAFKs3(VNrkZ)%JPjq4_fD$MiQmcqqC&I7F1e
z-}m7Y+Xc)y&)3eal-FYun$z??%Ifq1X9cB)k{hz-UgmXmaaq@}YSZbLo=1!y%sj+p
zx8=8xu?7472`@z!&zaHht&p6wYR(Bsp|ZwLOE%oe@bk(4G$+{7P(Sy>=Q2yfgR&cD
zoXfoA^;G4MmG8RK$whst+zqCtvo1F&FP>6!KyL$UJ6mS0ex+=~yk_R+C84rmN-LdC
zY983XcD``Tx)bV30F-
My85}Sb4q9e00PM|m;e9(
literal 0
HcmV?d00001
diff --git a/unpackage/dist/dev/mp-weixin/static/tab/b.png b/unpackage/dist/dev/mp-weixin/static/tab/b.png
new file mode 100644
index 0000000000000000000000000000000000000000..6221b898ea6286326ec479572c680b3cadf1414c
GIT binary patch
literal 679
zcmeAS@N?(olHy`uVBq!ia0vp^CLqkg3?x4-dwml~F%}28J29*~C-V}>*&E;!;tHe-
z3JNMJDoRUBfn-@(8IUY5F9$N<0L}$6aIt}kfl}4g)%ErD4Gj(L?d=^M9i5$>6DCZU
zIC0|CsZ*yM_wPS@_Uz4@H}BrP`|{<>w{PFRfB*jX@85s_{{8>|KYQJa
zQlJMUN`m}?83Ysz90C&Z3+fyCCoEXMVgG^i7w$iJ|KZ&vQ4yfWOFUg1Lp+YZoq96p
zkb{WpY!wBCW=1CqzCe?%6&6ZbFMj_&UnID-t7Mn+be))r=_{?KKH2l`_mp4f^)E9^
znB7s>WHNU_9UJeR{f12C8Z8GTvmCEVW*v%KtYTfqw`!B;tJeV=1Y4H-W`|AMsHV-P
z>AA{L@r<{^mdI@nPoC3JxH9+rn+vjAN}dZ_n>5b4G-r8P2G71aXTDh5Dc18}%bl8g
z|CQX7tmzJu7gc|F{O9nCgO?X*#dMzdefDOi-pj=uYZR{KUzz^7TH@)Ui`@sCgC=yG
z`25eKx$nM9+R<9qXMYl_W}g1)jGA`(emdKI;Vst0AwCouK)l5
literal 0
HcmV?d00001
diff --git a/unpackage/dist/dev/mp-weixin/static/tab/ba.png b/unpackage/dist/dev/mp-weixin/static/tab/ba.png
new file mode 100644
index 0000000000000000000000000000000000000000..ca58a04d2f309df02044bbf1b6983b20d3735ca2
GIT binary patch
literal 723
zcmeAS@N?(olHy`uVBq!ia0vp^CLqkg3?x4-dwml~F%}28J29*~C-V}>xfkFQ;tHe<
z_B&YYcQ6H$W5r91He47V38_%>P(u#HskmQwg!BlM~OUC!fnmK9`w%J}d81asK6!
z%4@Zi*XtT?wlv>rYrfUqa=WALc4zyYuD*K{`|eMi`Dpf%=S!ErSibV*sx_}yuY0|I
z=lh+zKkPd4`S6i1htGUFeg6B|>%Xqv_@9U5L-GBV=!IS?FnX-GUfj*Qd3GxeO
z5Ku612uR2;sBh?>uwea${Rhrpxc}h&hj)`iMSvkw@9E+g;&J@#)SE$v90Xj|xj8tF
zFeomH5nr@o!J{tg2TZsA|97@?S({{Ke0Yk@j|a6rS68YmPtW82I6r!$W~eO`6y%hkwFb;V)QD^41JS(OnMdwG>sYDxa(t2vDCG`;4t&Qdj9
z^!Vqc!p3tYyVl;TEPXIl@7eTb{x`yo>0U*~;M
tW@tS8^$6?TB{uVSmrkpb`xj%!c-!wt>X+YPn!xB{@O1TaS?83{1OS~%TdV*8
literal 0
HcmV?d00001
diff --git a/unpackage/dist/dev/mp-weixin/static/tab/c.png b/unpackage/dist/dev/mp-weixin/static/tab/c.png
new file mode 100644
index 0000000000000000000000000000000000000000..7f90bbeafe57f1124efb5d51f137a6518c92daaf
GIT binary patch
literal 718
zcmeAS@N?(olHy`uVBq!ia0vp^CLqkg3?x4-dwml~F%}28J29*~C-V}>nGoO;;tHe-
z3JNMJDoRUBfn<4kd0AN*oB?D*08ktv1?1vq*Vor~baYIZFk$A*nF|*#T)A@Ps#U8t
zZQ8VJ*RI{WcOO1{_{fnXXU?3tdiCnvyLX>HefsR#vv=>_ef#$9`}gnv|NlR}M@tpx
zCaIDjzhDLd1p^2FfQ0;l`iA}q^B1h&u>ZjM3-=$q|KRXj>kH5~$2?seLnI{M9=u(&
z$U(&6;$;t&I8PA~vpA+iH`$|~|JR$Z^^DBgWyoJSYu45$`{$?4Ynv>2M(wb=@_pei
z#(J9)74CnSQ>a`$&HYTvCY-J9+z3k??hPhGFCywg2wa(Mo8S&~QQ&J&!LzKUk
zU1)FA{zeCzq=fbAySFoSZJ#^u4R^=U<4*$Kd_A|Y!A4-cfJRwWayY}nEgc(9Esm4X
zUgHtv8sWP0>gL?g1lLav7SD4wM(JA4ZvPZ8p+K4Q$;1Wo3)NqKk+j;{;K=3M79DS^O}toJ&jwG{pN~DoEBGBFnyF5
zl%P`Xq%c)1SYe8^TJseT?#WJRPoj7#71lP%s1@SsLII;tHe<
z_B&YYcQ6H$=KCDYfQ-Ek=KCGY_kzShY%l^cEcSuf`#=nfeU9cp?mkBldoP&17sz&W
zI_T|u$jk3oX!xo4h*R;&=Q49I73EzjuDDiHd9AkTR$KF}_P%=)`tDDh@o3h}$Fmnd
zTe9T&(si%b?|i>w=lh+9KOZ{s`S7{#XU=~=d*k=Do4>C=`Ty`E``jZyhf0+M`2{lw
zC>S{S2PEVd)Hn1`n7?5ChW!W5U%3C^{RfBNT3>)(Jmcx&7$PD0_Tb&HTMi-(7mXE#
ze)c*solFnl>c|w;kvjL=K8n3$BSU(V_}*8q?tQv{KW*KvX2Bk|yV}b4g|`^p65t=WzamaVoO7LX$5oCqiF}6=1!Z?5zLTt<)yhmhqtiWE5pWRJ4zCk
z$#K8vIITP7Rp6nuJ9rj`^b55;GHMC3^^)lF=AZUzW6Qi9TOK&t?|Hd=yVv(+7lft@
z+*lPVs#B8h7r1gOt5e~rhpuZ)4PryDW^t{#TGbeHCuzoubGGc?cNsTE++kX9Wv;uO
zZCKV{CZ>-ajlJ*IJTEUWkAHn`SwlpP58qL@^LxZ6us;%II=XsZg>FMYmP^v&bcJ7*=F%|qt&Ae2VZqN%X>&ay5iBeujV3ikg}W_
zYgLgNOVCO~7AMO@BahxI2AU~ueMcv-2Wg*3R5;!+Ek=N`XpO7C-m8lf>#xZ#cIkSa
T$+E-~82b#Ku6{1-oD!M<=q^ uni_modules_uviewPlus_libs_config_props.defProps.button.hairline
+ },
+ // 按钮的预置样式,info,primary,error,warning,success
+ type: {
+ type: String,
+ default: () => uni_modules_uviewPlus_libs_config_props.defProps.button.type
+ },
+ // 按钮尺寸,large,normal,small,mini
+ size: {
+ type: String,
+ default: () => uni_modules_uviewPlus_libs_config_props.defProps.button.size
+ },
+ // 按钮形状,circle(两边为半圆),square(带圆角)
+ shape: {
+ type: String,
+ default: () => uni_modules_uviewPlus_libs_config_props.defProps.button.shape
+ },
+ // 按钮是否镂空
+ plain: {
+ type: Boolean,
+ default: () => uni_modules_uviewPlus_libs_config_props.defProps.button.plain
+ },
+ // 是否禁止状态
+ disabled: {
+ type: Boolean,
+ default: () => uni_modules_uviewPlus_libs_config_props.defProps.button.disabled
+ },
+ // 是否加载中
+ loading: {
+ type: Boolean,
+ default: () => uni_modules_uviewPlus_libs_config_props.defProps.button.loading
+ },
+ // 加载中提示文字
+ loadingText: {
+ type: [String, Number],
+ default: () => uni_modules_uviewPlus_libs_config_props.defProps.button.loadingText
+ },
+ // 加载状态图标类型
+ loadingMode: {
+ type: String,
+ default: () => uni_modules_uviewPlus_libs_config_props.defProps.button.loadingMode
+ },
+ // 加载图标大小
+ loadingSize: {
+ type: [String, Number],
+ default: () => uni_modules_uviewPlus_libs_config_props.defProps.button.loadingSize
+ },
+ // 开放能力,具体请看uniapp稳定关于button组件部分说明
+ // https://uniapp.dcloud.io/component/button
+ openType: {
+ type: String,
+ default: () => uni_modules_uviewPlus_libs_config_props.defProps.button.openType
+ },
+ // 用于