From 9417a6fa7efc738f13e8343642cb78bc1203e289 Mon Sep 17 00:00:00 2001
From: wuhui_zzw <1760308791@qq.com>
Date: Wed, 1 Mar 2023 12:02:50 +0800
Subject: [PATCH] =?UTF-8?q?=E6=88=91=E7=9A=84=E5=B0=8F=E5=BA=97=E9=A1=B5?=
=?UTF-8?q?=E9=9D=A2=E5=AE=8C=E6=88=90?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages_promotion/futures/details.vue | 2 +
pages_promotion/futures/my_shop.vue | 226 +++++++++++++++++++++++++---
2 files changed, 205 insertions(+), 23 deletions(-)
diff --git a/pages_promotion/futures/details.vue b/pages_promotion/futures/details.vue
index 37e94db..2908566 100644
--- a/pages_promotion/futures/details.vue
+++ b/pages_promotion/futures/details.vue
@@ -72,6 +72,8 @@
+
+
diff --git a/pages_promotion/futures/my_shop.vue b/pages_promotion/futures/my_shop.vue
index 65e3821..fb08d94 100644
--- a/pages_promotion/futures/my_shop.vue
+++ b/pages_promotion/futures/my_shop.vue
@@ -1,22 +1,37 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+ 187****4859的小店
+
+ 点击完善信息
+
+
+
+
+
+
+
@@ -26,16 +41,39 @@
export default {
data() {
return {
+ menu: [
+ {
+ image: 'public/static/img/futures/my_shop_order_sell.png',
+ title: '小店销售订单',
+ desc: '显示当前全部正在出售中的订单',
+ background: '#eaebff',
+ },{
+ image: 'public/static/img/futures/my_shop_order_buy.png',
+ title: '小店采购订单',
+ desc: '显示当前全部已采购的订单',
+ background: '#fbebeb',
+ },{
+ image: 'public/static/img/futures/my_shop_order_stock.png',
+ title: '小店库存订单',
+ desc: '显示当前全部正在库存中的订单',
+ background: '#e2fdf8',
+ }
+ ],
+
+
};
},
components: {},
mixins: [],
- onLoad(option) {
+ onLoad(option) {},
+ onShow() {},
+ onReady(){
+ // 判断是否登录
+ if (!uni.getStorageSync('token')) this.$refs.login.open('/pages_promotion/futures/seckill');
- },
- async onShow() {
+ if (this.$refs.loadingCover) this.$refs.loadingCover.hide();
},
methods: {
@@ -57,12 +95,154 @@ export default {