|
@@ -1,108 +1,117 @@
|
1
|
1
|
<template>
|
2
|
|
- <div class="page shop-cart-page tabbar-page" :class="{ page_red: theme === 1 }">
|
3
|
|
- <div class="page__top">
|
4
|
|
- <div class="search">
|
5
|
|
- <i class="iconfont icontubiao- search__icon"></i>
|
6
|
|
- <input
|
7
|
|
- class="search__text"
|
8
|
|
- v-model="searchVal"
|
9
|
|
- @confirm="search()"
|
10
|
|
- type="text"
|
11
|
|
- placeholder="搜索你想要的商品"
|
12
|
|
- />
|
13
|
|
- <i
|
14
|
|
- class="iconfont iconclose_icon search__icon remove-icon"
|
15
|
|
- @click="closeSearchVal"
|
16
|
|
- ></i>
|
|
2
|
+ <div
|
|
3
|
+ class="page shop-cart-page tabbar-page"
|
|
4
|
+ :class="{ page_red: theme === 1 }"
|
|
5
|
+ >
|
|
6
|
+ <block v-if="storeConfig.enableYouXuan">
|
|
7
|
+ <div class="page__top">
|
|
8
|
+ <div class="search">
|
|
9
|
+ <i class="iconfont icontubiao- search__icon"></i>
|
|
10
|
+ <input
|
|
11
|
+ class="search__text"
|
|
12
|
+ v-model="searchVal"
|
|
13
|
+ @confirm="search()"
|
|
14
|
+ type="text"
|
|
15
|
+ placeholder="搜索你想要的商品"
|
|
16
|
+ />
|
|
17
|
+ <i
|
|
18
|
+ class="iconfont iconclose_icon search__icon remove-icon"
|
|
19
|
+ @click="closeSearchVal"
|
|
20
|
+ ></i>
|
|
21
|
+ </div>
|
17
|
22
|
</div>
|
18
|
|
- </div>
|
19
|
|
- <div class="page__content">
|
20
|
|
- <div class="page__box">
|
21
|
|
- <scroll-view class="category" :scroll-y="true">
|
22
|
|
- <ul class="category__list">
|
23
|
|
- <li
|
24
|
|
- class="category__item"
|
25
|
|
- :class="{
|
26
|
|
- 'category__item--active':
|
27
|
|
- cateId === 'all',
|
28
|
|
- }"
|
29
|
|
- @click="setCategory('all')"
|
30
|
|
- >
|
31
|
|
- 全部
|
32
|
|
- </li>
|
33
|
|
- <li
|
34
|
|
- class="category__item"
|
35
|
|
- :class="{
|
36
|
|
- 'category__item--active':
|
37
|
|
- cateId === item.categoryId,
|
38
|
|
- }"
|
39
|
|
- v-for="(item, index) in classifyList"
|
40
|
|
- :key="index"
|
41
|
|
- @click="setCategory(item)"
|
42
|
|
- >
|
43
|
|
- {{ item.name }}
|
44
|
|
- </li>
|
45
|
|
- </ul>
|
46
|
|
- </scroll-view>
|
47
|
|
- <div class="page__right">
|
48
|
|
- <div class="status-tab">
|
49
|
|
- <span
|
50
|
|
- :class="{ on: display === 1 }"
|
51
|
|
- @click="steDisplay(1)"
|
52
|
|
- >展示中</span
|
53
|
|
- >
|
54
|
|
- <span
|
55
|
|
- :class="{ on: display === 0 }"
|
56
|
|
- @click="steDisplay(0)"
|
57
|
|
- >已隐藏</span
|
58
|
|
- >
|
59
|
|
- </div>
|
|
23
|
+ <div class="page__content">
|
|
24
|
+ <div class="page__box">
|
|
25
|
+ <scroll-view class="category" :scroll-y="true">
|
|
26
|
+ <ul class="category__list">
|
|
27
|
+ <li
|
|
28
|
+ class="category__item"
|
|
29
|
+ :class="{
|
|
30
|
+ 'category__item--active': cateId === 'all',
|
|
31
|
+ }"
|
|
32
|
+ @click="setCategory('all')"
|
|
33
|
+ >
|
|
34
|
+ 全部
|
|
35
|
+ </li>
|
|
36
|
+ <li
|
|
37
|
+ class="category__item"
|
|
38
|
+ :class="{
|
|
39
|
+ 'category__item--active':
|
|
40
|
+ cateId === item.categoryId,
|
|
41
|
+ }"
|
|
42
|
+ v-for="(item, index) in classifyList"
|
|
43
|
+ :key="index"
|
|
44
|
+ @click="setCategory(item)"
|
|
45
|
+ >
|
|
46
|
+ {{ item.name }}
|
|
47
|
+ </li>
|
|
48
|
+ </ul>
|
|
49
|
+ </scroll-view>
|
|
50
|
+ <div class="page__right">
|
|
51
|
+ <div class="status-tab">
|
|
52
|
+ <span
|
|
53
|
+ :class="{ on: display === 1 }"
|
|
54
|
+ @click="steDisplay(1)"
|
|
55
|
+ >展示中</span
|
|
56
|
+ >
|
|
57
|
+ <span
|
|
58
|
+ :class="{ on: display === 0 }"
|
|
59
|
+ @click="steDisplay(0)"
|
|
60
|
+ >已隐藏</span
|
|
61
|
+ >
|
|
62
|
+ </div>
|
60
|
63
|
|
61
|
|
- <div class="goods">
|
62
|
|
- <scroll-view
|
63
|
|
- class="goods__scroll"
|
64
|
|
- :scroll-y="true"
|
65
|
|
- @scrolltolower="getMoreActivityList"
|
66
|
|
- >
|
67
|
|
- <ul class="goods__list">
|
68
|
|
- <li
|
69
|
|
- class="goods__item"
|
70
|
|
- v-for="(item, index) in activityList"
|
71
|
|
- :key="index"
|
72
|
|
- >
|
73
|
|
- <div class="main" @click="goDetail(item)">
|
74
|
|
- <my-image
|
75
|
|
- class="goods__img"
|
76
|
|
- :src="item.brandLogo"
|
77
|
|
- ></my-image>
|
78
|
|
- <div class="goods__info">
|
79
|
|
- <div class="goods__box">
|
80
|
|
- <div
|
81
|
|
- class="goods__title"
|
82
|
|
- >
|
83
|
|
- {{ item.brandName }}
|
84
|
|
- </div>
|
85
|
|
- <div class="goods__sale black">
|
86
|
|
- {{
|
87
|
|
- item.endTime | viewDate
|
88
|
|
- }}
|
89
|
|
- </div>
|
90
|
|
- <div class="goods__sale flex">
|
91
|
|
- <span>
|
|
64
|
+ <div class="goods">
|
|
65
|
+ <scroll-view
|
|
66
|
+ class="goods__scroll"
|
|
67
|
+ :scroll-y="true"
|
|
68
|
+ @scrolltolower="getMoreActivityList"
|
|
69
|
+ >
|
|
70
|
+ <ul class="goods__list">
|
|
71
|
+ <li
|
|
72
|
+ class="goods__item"
|
|
73
|
+ v-for="(item, index) in activityList"
|
|
74
|
+ :key="index"
|
|
75
|
+ >
|
|
76
|
+ <div
|
|
77
|
+ class="main"
|
|
78
|
+ @click="goDetail(item)"
|
|
79
|
+ >
|
|
80
|
+ <my-image
|
|
81
|
+ class="goods__img"
|
|
82
|
+ :src="item.brandLogo"
|
|
83
|
+ ></my-image>
|
|
84
|
+ <div class="goods__info">
|
|
85
|
+ <div class="goods__box">
|
|
86
|
+ <div class="goods__title">
|
|
87
|
+ {{ item.brandName }}
|
|
88
|
+ </div>
|
|
89
|
+ <div
|
|
90
|
+ class="goods__sale black"
|
|
91
|
+ >
|
92
|
92
|
{{
|
93
|
|
- item.onlineProductCount
|
94
|
|
- }}款
|
95
|
|
- </span>
|
96
|
|
-
|
97
|
|
- <span>
|
98
|
|
- 最多赚:{{
|
99
|
|
- item.maxCommission /
|
100
|
|
- 100
|
|
93
|
+ item.endTime
|
|
94
|
+ | viewDate
|
101
|
95
|
}}
|
102
|
|
- </span>
|
|
96
|
+ </div>
|
|
97
|
+ <div
|
|
98
|
+ class="goods__sale flex"
|
|
99
|
+ >
|
|
100
|
+ <span>
|
|
101
|
+ {{
|
|
102
|
+ item.onlineProductCount
|
|
103
|
+ }}款
|
|
104
|
+ </span>
|
|
105
|
+
|
|
106
|
+ <span>
|
|
107
|
+ 最多赚:{{
|
|
108
|
+ item.maxCommission /
|
|
109
|
+ 100
|
|
110
|
+ }}
|
|
111
|
+ </span>
|
|
112
|
+ </div>
|
103
|
113
|
</div>
|
104
|
|
- </div>
|
105
|
|
- <!-- <div
|
|
114
|
+ <!-- <div
|
106
|
115
|
class="goods__price"
|
107
|
116
|
@click="edit(item)"
|
108
|
117
|
>
|
|
@@ -116,74 +125,81 @@
|
116
|
125
|
库存:{{ "¥" + item.stock }}
|
117
|
126
|
</div>
|
118
|
127
|
</div> -->
|
119
|
|
- <!-- 登录 -->
|
|
128
|
+ <!-- 登录 -->
|
|
129
|
+ </div>
|
120
|
130
|
</div>
|
121
|
|
- </div>
|
122
|
131
|
|
123
|
|
- <div class="btns">
|
124
|
|
- <div
|
125
|
|
- class="btn"
|
126
|
|
- @click="setActivityTop(item)"
|
127
|
|
- >
|
128
|
|
- {{
|
129
|
|
- item.top === 0
|
130
|
|
- ? "置顶"
|
131
|
|
- : "取消置顶"
|
132
|
|
- }}
|
133
|
|
- </div>
|
134
|
|
- <div
|
135
|
|
- class="btn"
|
136
|
|
- @click="setActivityDisplay(item)"
|
137
|
|
- >
|
138
|
|
- {{
|
139
|
|
- item.display === 1
|
140
|
|
- ? "隐藏"
|
141
|
|
- : "取消隐藏"
|
142
|
|
- }}
|
143
|
|
- </div>
|
144
|
|
- <div
|
145
|
|
- class="btn"
|
146
|
|
- @click="pushGive(item)"
|
147
|
|
- >
|
148
|
|
- 推送到群
|
149
|
|
- </div>
|
150
|
|
- <div
|
151
|
|
- class="btn"
|
152
|
|
- @click="shareApp(item)"
|
153
|
|
- >
|
154
|
|
- 分享
|
|
132
|
+ <div class="btns">
|
|
133
|
+ <div
|
|
134
|
+ class="btn"
|
|
135
|
+ @click="setActivityTop(item)"
|
|
136
|
+ >
|
|
137
|
+ {{
|
|
138
|
+ item.top === 0
|
|
139
|
+ ? "置顶"
|
|
140
|
+ : "取消置顶"
|
|
141
|
+ }}
|
|
142
|
+ </div>
|
|
143
|
+ <div
|
|
144
|
+ class="btn"
|
|
145
|
+ @click="
|
|
146
|
+ setActivityDisplay(item)
|
|
147
|
+ "
|
|
148
|
+ >
|
|
149
|
+ {{
|
|
150
|
+ item.display === 1
|
|
151
|
+ ? "隐藏"
|
|
152
|
+ : "取消隐藏"
|
|
153
|
+ }}
|
|
154
|
+ </div>
|
|
155
|
+ <div
|
|
156
|
+ class="btn"
|
|
157
|
+ @click="pushGive(item)"
|
|
158
|
+ >
|
|
159
|
+ 推送到群
|
|
160
|
+ </div>
|
|
161
|
+ <div
|
|
162
|
+ class="btn"
|
|
163
|
+ @click="shareApp(item)"
|
|
164
|
+ >
|
|
165
|
+ 分享
|
|
166
|
+ </div>
|
155
|
167
|
</div>
|
|
168
|
+ </li>
|
|
169
|
+ </ul>
|
|
170
|
+ <div
|
|
171
|
+ class="more-text"
|
|
172
|
+ v-if="activityList.length && !isMoreEnd"
|
|
173
|
+ >
|
|
174
|
+ - 没有更多品牌了 -
|
|
175
|
+ </div>
|
|
176
|
+ <div
|
|
177
|
+ class="null"
|
|
178
|
+ v-if="loading && !activityList.length"
|
|
179
|
+ >
|
|
180
|
+ <img
|
|
181
|
+ class="null__img"
|
|
182
|
+ src="/static/common/goods_null.jpg"
|
|
183
|
+ alt
|
|
184
|
+ />
|
|
185
|
+ <div class="null__title">
|
|
186
|
+ 抱歉!没有找到相关品牌~
|
156
|
187
|
</div>
|
157
|
|
- </li>
|
158
|
|
- </ul>
|
159
|
|
- <div
|
160
|
|
- class="more-text"
|
161
|
|
- v-if="activityList.length && !isMoreEnd"
|
162
|
|
- >
|
163
|
|
- - 没有更多品牌了 -
|
164
|
|
- </div>
|
165
|
|
- <div
|
166
|
|
- class="null"
|
167
|
|
- v-if="loading && !activityList.length"
|
168
|
|
- >
|
169
|
|
- <img
|
170
|
|
- class="null__img"
|
171
|
|
- src="/static/common/goods_null.jpg"
|
172
|
|
- alt
|
173
|
|
- />
|
174
|
|
- <div class="null__title">
|
175
|
|
- 抱歉!没有找到相关品牌~
|
176
|
188
|
</div>
|
177
|
|
- </div>
|
178
|
|
- </scroll-view>
|
|
189
|
+ </scroll-view>
|
|
190
|
+ </div>
|
179
|
191
|
</div>
|
180
|
192
|
</div>
|
181
|
193
|
</div>
|
|
194
|
+ </block>
|
|
195
|
+
|
|
196
|
+ <div class="guide" v-else>
|
|
197
|
+ <div>
|
|
198
|
+ <h2 class="tit1">您还没有开通厂商直邮,无法使用该模块</h2>
|
|
199
|
+ <button class="btn" @click="openYouXuan">立即开通</button>
|
|
200
|
+ </div>
|
182
|
201
|
</div>
|
183
|
|
- <wyg-bottom-tab
|
184
|
|
- ref="tabbar"
|
185
|
|
- :tabIndex="3"
|
186
|
|
- ></wyg-bottom-tab>
|
|
202
|
+ <wyg-bottom-tab ref="tabbar" :tabIndex="3"></wyg-bottom-tab>
|
187
|
203
|
</div>
|
188
|
204
|
</template>
|
189
|
205
|
|
|
@@ -193,7 +209,7 @@ import plugin from "../../common/js/plugin";
|
193
|
209
|
import wygBottomTab from "../../components/wyg-bottom-tab/wyg-bottom-tab";
|
194
|
210
|
export default {
|
195
|
211
|
name: "",
|
196
|
|
- components: { MyImage,wygBottomTab },
|
|
212
|
+ components: { MyImage, wygBottomTab },
|
197
|
213
|
// 数据
|
198
|
214
|
data() {
|
199
|
215
|
return {
|
|
@@ -206,6 +222,7 @@ export default {
|
206
|
222
|
activityList: [],
|
207
|
223
|
isMoreEnd: false,
|
208
|
224
|
otherUrl: "https://bot.ixiaokejia.com/",
|
|
225
|
+ storeConfig: {},
|
209
|
226
|
};
|
210
|
227
|
},
|
211
|
228
|
filters: {
|
|
@@ -237,7 +254,7 @@ export default {
|
237
|
254
|
return `距结束还有${Math.floor(mius / hour)}小时`;
|
238
|
255
|
} else if (mius < month) {
|
239
|
256
|
return `距结束还有${Math.floor(mius / day)}天`;
|
240
|
|
- } else{
|
|
257
|
+ } else {
|
241
|
258
|
return `结束时间:${plugin.dateFormat(dateStr, "MM-dd hh:mm")}`;
|
242
|
259
|
}
|
243
|
260
|
},
|
|
@@ -248,9 +265,20 @@ export default {
|
248
|
265
|
},
|
249
|
266
|
|
250
|
267
|
async onShow() {
|
|
268
|
+ this.api
|
|
269
|
+ .get(
|
|
270
|
+ "/Store/GetStoreConfig",
|
|
271
|
+ { id: this.user.storeId },
|
|
272
|
+ { pass: true }
|
|
273
|
+ )
|
|
274
|
+ .then((infoRes) => {
|
|
275
|
+ this.storeConfig = infoRes.data;
|
|
276
|
+ if (this.storeConfig.enableYouXuan) {
|
|
277
|
+ this.getClassify();
|
|
278
|
+ this.getActivityList();
|
|
279
|
+ }
|
|
280
|
+ });
|
251
|
281
|
this.$refs.tabbar.setIndex(4);
|
252
|
|
- this.getClassify();
|
253
|
|
- this.getActivityList();
|
254
|
282
|
},
|
255
|
283
|
|
256
|
284
|
onPullDownRefresh() {
|
|
@@ -298,7 +326,7 @@ export default {
|
298
|
326
|
pageIndex: this.activityPageIndex++,
|
299
|
327
|
display: this.display,
|
300
|
328
|
};
|
301
|
|
- if(this.cateId !== 'all'){
|
|
329
|
+ if (this.cateId !== "all") {
|
302
|
330
|
sendData.cateId = this.cateId;
|
303
|
331
|
}
|
304
|
332
|
if (this.searchVal) {
|
|
@@ -415,10 +443,10 @@ export default {
|
415
|
443
|
|
416
|
444
|
// 推送
|
417
|
445
|
pushGive(item) {
|
418
|
|
- let sendData = {
|
|
446
|
+ let sendData = {
|
419
|
447
|
aid: item.activityNo,
|
420
|
448
|
};
|
421
|
|
- console.log(sendData)
|
|
449
|
+ console.log(sendData);
|
422
|
450
|
this.api
|
423
|
451
|
.get("/Yx/SendActivity", sendData, {
|
424
|
452
|
pass: true,
|
|
@@ -429,7 +457,6 @@ export default {
|
429
|
457
|
});
|
430
|
458
|
},
|
431
|
459
|
|
432
|
|
-
|
433
|
460
|
// 分享
|
434
|
461
|
shareApp(val) {
|
435
|
462
|
uni.navigateToMiniProgram({
|
|
@@ -467,6 +494,30 @@ export default {
|
467
|
494
|
},
|
468
|
495
|
});
|
469
|
496
|
},
|
|
497
|
+ openYouXuan() {
|
|
498
|
+ let data = {
|
|
499
|
+ enabled: true,
|
|
500
|
+ };
|
|
501
|
+
|
|
502
|
+ this.api
|
|
503
|
+ .get("/Shop/SetYouXuan", data, { pass: true })
|
|
504
|
+ .then((res) => {
|
|
505
|
+ uni.hideLoading();
|
|
506
|
+ if (res.success) {
|
|
507
|
+ this.fn.showToast("开通成功");
|
|
508
|
+ this.storeConfig.enableYouXuan = true;
|
|
509
|
+ this.getClassify();
|
|
510
|
+ this.getActivityList();
|
|
511
|
+ } else {
|
|
512
|
+ this.switchChecked = !this.switchChecked;
|
|
513
|
+ this.fn.showModal({
|
|
514
|
+ title: "开通失败",
|
|
515
|
+ content: "错误信息:" + res.message,
|
|
516
|
+ showCancel: false,
|
|
517
|
+ });
|
|
518
|
+ }
|
|
519
|
+ });
|
|
520
|
+ },
|
470
|
521
|
},
|
471
|
522
|
|
472
|
523
|
// 数据计算
|
|
@@ -788,7 +839,7 @@ page {
|
788
|
839
|
max-height: px(88);
|
789
|
840
|
line-height: px(44);
|
790
|
841
|
margin-top: px(30);
|
791
|
|
- font-size: px(40 );
|
|
842
|
+ font-size: px(40);
|
792
|
843
|
color: #333;
|
793
|
844
|
}
|
794
|
845
|
|
|
@@ -1135,4 +1186,61 @@ page {
|
1135
|
1186
|
}
|
1136
|
1187
|
}
|
1137
|
1188
|
}
|
|
1189
|
+
|
|
1190
|
+.guide {
|
|
1191
|
+ padding-bottom: 2rem;
|
|
1192
|
+ padding-top: px(250);
|
|
1193
|
+ min-height: 100vh;
|
|
1194
|
+ background-color: #fff;
|
|
1195
|
+ .btn {
|
|
1196
|
+ color: #fff;
|
|
1197
|
+ background-color: rgb(0, 188, 38);
|
|
1198
|
+ font-size: px(44);
|
|
1199
|
+ border-radius: 0;
|
|
1200
|
+ margin: px(60) px(60) 0;
|
|
1201
|
+ border-radius: px(8);
|
|
1202
|
+ }
|
|
1203
|
+ .tit1 {
|
|
1204
|
+ font-size: px(48);
|
|
1205
|
+ font-weight: bold;
|
|
1206
|
+ // color: rgb(0, 188, 38);
|
|
1207
|
+ padding-bottom: px(40);
|
|
1208
|
+ text-align: center;
|
|
1209
|
+ }
|
|
1210
|
+ .tit2 {
|
|
1211
|
+ font-size: px(54);
|
|
1212
|
+ font-weight: bold;
|
|
1213
|
+ // color: rgb(0, 188, 38);
|
|
1214
|
+ padding-bottom: px(120);
|
|
1215
|
+ text-align: center;
|
|
1216
|
+ }
|
|
1217
|
+ .box {
|
|
1218
|
+ border: 1px solid rgb(0, 188, 38);
|
|
1219
|
+ padding: px(60) px(40);
|
|
1220
|
+ margin: 0 px(80);
|
|
1221
|
+ li {
|
|
1222
|
+ font-size: px(44);
|
|
1223
|
+ .index {
|
|
1224
|
+ color: red;
|
|
1225
|
+ }
|
|
1226
|
+ }
|
|
1227
|
+ li ~ li {
|
|
1228
|
+ padding-top: px(50);
|
|
1229
|
+ }
|
|
1230
|
+ }
|
|
1231
|
+ .load {
|
|
1232
|
+ height: 100%;
|
|
1233
|
+ padding-top: px(300);
|
|
1234
|
+ .text {
|
|
1235
|
+ width: px(700);
|
|
1236
|
+ margin: 0 auto;
|
|
1237
|
+ line-height: 1.6;
|
|
1238
|
+ text-align: center;
|
|
1239
|
+ font-size: px(44);
|
|
1240
|
+ }
|
|
1241
|
+ }
|
|
1242
|
+ .link {
|
|
1243
|
+ color: #409eff;
|
|
1244
|
+ }
|
|
1245
|
+}
|
1138
|
1246
|
</style>
|