diff --git a/package2/shop/merchantCenter.vue b/package2/shop/merchantCenter.vue new file mode 100644 index 0000000..66e1ad4 --- /dev/null +++ b/package2/shop/merchantCenter.vue @@ -0,0 +1,464 @@ + + + + + \ No newline at end of file diff --git a/package2/shop/merchantRegister.vue b/package2/shop/merchantRegister.vue new file mode 100644 index 0000000..237f36c --- /dev/null +++ b/package2/shop/merchantRegister.vue @@ -0,0 +1,9 @@ + + + + + \ No newline at end of file diff --git a/package2/shop/shopBill.vue b/package2/shop/shopBill.vue new file mode 100644 index 0000000..1fd0ade --- /dev/null +++ b/package2/shop/shopBill.vue @@ -0,0 +1,193 @@ + + + + + \ No newline at end of file diff --git a/package2/shop/shopOrderList.vue b/package2/shop/shopOrderList.vue new file mode 100644 index 0000000..5c78aa9 --- /dev/null +++ b/package2/shop/shopOrderList.vue @@ -0,0 +1,330 @@ + + + + + \ No newline at end of file diff --git a/package2/shop/shopSettlementDetail.vue b/package2/shop/shopSettlementDetail.vue index 054c02e..7f2d6ac 100644 --- a/package2/shop/shopSettlementDetail.vue +++ b/package2/shop/shopSettlementDetail.vue @@ -7,12 +7,65 @@ - 订单详情 + 账单详情 - + + + 2026-04-09 + + + + 结算金额:¥100.00 + + + 实际打款金额:¥100.00 + + + + + + + + 订单编号 + 商品金额 + 餐盒费 + 平台抽佣 + 结算金额 + + + + 5154564164654 + 24 + 1 + 1 + 22 + + + 5154564164654 + 24 + 1 + 1 + 22 + + + 5154564164654 + 24 + 1 + 1 + 22 + + + 5154564164654 + 24 + 1 + 1 + 22 + + + @@ -94,4 +147,11 @@ .content{ margin: -140rpx auto; } + .box1 { + width: 95%; + margin: 20rpx auto; + background: #fff; + border-radius: 20rpx; + padding: 20rpx; + } \ No newline at end of file