diff --git a/pages/index/index.vue b/pages/index/index.vue
index eb46d8b..ee68487 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -858,7 +858,7 @@
});
uni.$on('diverIndexSubEmit', () => {
uni.navigateTo({
- url: '/pages/product/list/index'
+ url: '/pages/product/list/index?diver=1'
})
})
@@ -881,7 +881,10 @@
let info = JSON.stringify(data)
that.elInfo = data
// #ifdef APP-PLUS
- that.openDiver()
+ // if(that.userInfoData.is_newUser){
+ if (true) {
+ that.openDiver()
+ }
// #endif
})
.exec();
diff --git a/pages/index/subnvue/concat.nvue b/pages/index/subnvue/concat.nvue
index 49c4ba6..47dce0a 100644
--- a/pages/index/subnvue/concat.nvue
+++ b/pages/index/subnvue/concat.nvue
@@ -18,7 +18,7 @@
- 下一步(3/4){{isActive}}
+ 下一步(3/4)
@@ -156,7 +156,7 @@
right: 30rpx;
top: 80rpx;
border: 1px solid white;
- padding: 20rpx;
+ padding: 10rpx 20rpx;
border-radius: 30rpx;
}
diff --git a/pages/product/list/components/overly.vue b/pages/product/list/components/overly.vue
new file mode 100644
index 0000000..dbcf3e6
--- /dev/null
+++ b/pages/product/list/components/overly.vue
@@ -0,0 +1,33 @@
+
+
+
+
+
+ 温馨提示
+
+
+ 当前商品待审核,删除后将移至回收站
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/product/list/index - 副本.vue b/pages/product/list/index - 副本.vue
index 457bab2..9169f75 100644
--- a/pages/product/list/index - 副本.vue
+++ b/pages/product/list/index - 副本.vue
@@ -298,9 +298,11 @@
}
},
onLoad(options) {
+
+
+
this.getUserInfo()
this.getCategoryList();
-
var that = this;
// 获取设备宽度
uni.getSystemInfo({
diff --git a/pages/product/list/index.vue b/pages/product/list/index.vue
index 9e3a49c..600d2d2 100644
--- a/pages/product/list/index.vue
+++ b/pages/product/list/index.vue
@@ -1,6 +1,5 @@
-
+ @click="showOverly=true,xjItem=item"
+ v-if='where.type==6||where.type==5||where.type==7||where.type==2'>
删除
+
+ 修改库存
+
修改库存
@@ -86,70 +91,12 @@
审核未通过:{{item.refusal}}
-
-
-
+
@@ -163,9 +110,11 @@
扫码入库
+
+
@@ -174,7 +123,7 @@
当前商品待审核,删除后将移至回收站
-
+
确定删除吗?
@@ -187,14 +136,15 @@
当前商品正在销售中,下架后将移至仓库
-
+
@@ -301,6 +251,7 @@
},
data() {
return {
+ newUser: false,
elInfo: "",
current: 0,
flag1: true,
@@ -365,13 +316,12 @@
}
},
onLoad(options) {
+ this.newUser = Boolean(options.diver)
this.getUserInfo()
this.getCategoryList();
this.isWholeSale = this.$store.state.app.userInfo?.mer_info?.wholesale == 2;
if (options.type) {
this.where.type = options.type
- // console.log(options.type)
- // this.tabClick = options.type
}
var that = this;
// 获取设备宽度
@@ -396,6 +346,7 @@
this.getList(this.mer_id, false);
},
onReady() {
+ if (!this.newUser) return
let that = this
const query = uni.createSelectorQuery().in(this);
query
diff --git a/pages/product/list/subnvue/concat.nvue b/pages/product/list/subnvue/concat.nvue
index bc0d30b..d0bb56b 100644
--- a/pages/product/list/subnvue/concat.nvue
+++ b/pages/product/list/subnvue/concat.nvue
@@ -160,7 +160,7 @@
right: 30rpx;
top: 80rpx;
border: 1px solid white;
- padding: 20rpx;
+ padding: 10rpx 20rpx;
border-radius: 30rpx;
}
\ No newline at end of file
diff --git a/static/empty/goodsEmpty.png b/static/empty/goodsEmpty.png
new file mode 100644
index 0000000..0292af5
Binary files /dev/null and b/static/empty/goodsEmpty.png differ