cr 3 vuotta sitten
vanhempi
commit
7f273203aa

+ 39 - 39
src/App.vue

@@ -17,52 +17,52 @@ export default {
17 17
             console.log(option);
18 18
         }
19 19
 
20
-
21
-
22 20
         let user = this.$store.state.user.user;
23
-
24
-        // 判断用户是否验证团长号
25
-        // if (user.roleId && user.bundleId !== 0) {
26
-        // } else {
27
-        //     this.api
28
-        //         .get(
29
-        //             "/Group/CheckCode",
30
-        //             {
31
-        //                 platform: user.fromPlatform,
32
-        //             },
33
-        //             { pass: true }
34
-        //         )
35
-        //         .then((res) => {
36
-        //             if (res.success) {
37
-        //                 if (res.data.verified) {
38
-        //                 } else {
39
-        //                     this.router.push({
40
-        //                         path: "/pages/index/register",
41
-        //                         query: {
42
-        //                             pidCode: res.data.code,
43
-        //                             step: 3,
44
-        //                         },
45
-        //                     });
46
-        //                 }
47
-        //             } else {
48
-        //                 this.router.push({
49
-        //                     path: "/pages/index/register",
50
-        //                     query: {
51
-        //                         step: 2,
52
-        //                     },
53
-        //                 });
54
-        //             }
55
-        //         });
56
-        // }
21
+        self.$store.commit("common/update", {
22
+            tabList: [
23
+                {
24
+                    id: 1,
25
+                    name: "订单",
26
+                    imgOff: "../../static/tabBar/icon_green_1.png",
27
+                    imgOn: "../../static/tabBar/icon_green_1_select.png",
28
+                    url: "/pages/index/index",
29
+                    hide: false,
30
+                },
31
+                {
32
+                    id: 2,
33
+                    name: "管理",
34
+                    imgOff: "../../static/tabBar/icon_green_2.png",
35
+                    imgOn: "../../static/tabBar/icon_green_2_select.png",
36
+                    url: "/pages/manage/index",
37
+                    hide: false,
38
+                },
39
+                {
40
+                    id: 4,
41
+                    name: "优选",
42
+                    imgOff: "../../static/tabBar/icon_green_3.png",
43
+                    imgOn: "../../static/tabBar/icon_green_3_select.png",
44
+                    url: "/pages/youxuan/brand",
45
+                    hide: false,
46
+                },
47
+                {
48
+                    id: 3,
49
+                    name: "群助理",
50
+                    imgOff: "../../static/tabBar/icon_green_4.png",
51
+                    imgOn: "../../static/tabBar/icon_green_4_select.png",
52
+                    url: "/pages/assistant/index",
53
+                    hide: false,
54
+                },
55
+            ],
56
+        });
57 57
     },
58 58
 
59 59
     onShow: async function (option) {
60 60
         const self = this;
61 61
         uni.getSystemInfo({
62
-            success:res=>{
62
+            success: (res) => {
63 63
                 console.log(res);
64
-            }
65
-        })
64
+            },
65
+        });
66 66
 
67 67
         // 保存盒子id
68 68
         if (option.query.bid) {

+ 6 - 6
src/pages.json

@@ -25,7 +25,7 @@
25 25
                 "selectedIconPath": "static/tabBar/icon_green_2_select.png"
26 26
             },
27 27
             {
28
-                "text": "优选",
28
+                "text": "直邮",
29 29
                 "pagePath": "pages/youxuan/brand",
30 30
                 "iconPath": "static/tabBar/icon_green_3.png",
31 31
                 "selectedIconPath": "static/tabBar/icon_green_3_select.png"
@@ -519,19 +519,19 @@
519 519
         {
520 520
             "path": "pages/youxuan/index",
521 521
             "style": {
522
-                "navigationBarTitleText": "优选分类"
522
+                "navigationBarTitleText": "直邮分类"
523 523
             }
524 524
         },
525 525
         {
526 526
             "path": "pages/youxuan/good",
527 527
             "style": {
528
-                "navigationBarTitleText": "优选商品"
528
+                "navigationBarTitleText": "直邮商品"
529 529
             }
530 530
         },
531 531
         {
532 532
             "path": "pages/youxuan/brand",
533 533
             "style": {
534
-                "navigationBarTitleText": "优选品牌"
534
+                "navigationBarTitleText": "直邮品牌"
535 535
             }
536 536
         },
537 537
         {
@@ -543,13 +543,13 @@
543 543
         {
544 544
             "path": "pages/youxuan/nav",
545 545
             "style": {
546
-                "navigationBarTitleText": "优选管理"
546
+                "navigationBarTitleText": "直邮管理"
547 547
             }
548 548
         },
549 549
         {
550 550
             "path": "pages/youxuan/order/index",
551 551
             "style": {
552
-                "navigationBarTitleText": "优选订单",
552
+                "navigationBarTitleText": "直邮订单",
553 553
                 "enablePullDownRefresh": true
554 554
             }
555 555
         },

+ 1 - 1
src/pages/bd/profit.vue

@@ -2,7 +2,7 @@
2 2
     <div class="page">
3 3
 
4 4
         <div class="profit-info">
5
-            <h6 class="tit">累计优选佣金</h6>
5
+            <h6 class="tit">累计直邮佣金</h6>
6 6
             <div class="money green" v-if="dataInfo">
7 7
                 {{ dataInfo.totalCommission / 100 }}
8 8
             </div>

+ 2 - 5
src/pages/index/index.vue

@@ -1966,15 +1966,12 @@ page {
1966 1966
     min-height: 100vh;
1967 1967
     background-color: #fff;
1968 1968
     .btn {
1969
-        position: fixed;
1970
-        bottom: 3rem;
1971
-        left: 0;
1972
-        right: 0;
1973
-        z-index: 10;
1974 1969
         color: #fff;
1975 1970
         background-color: rgb(0, 188, 38);
1976 1971
         font-size: px(44);
1977 1972
         border-radius: 0;
1973
+        margin: px(60) px(60) 0;
1974
+        border-radius: px(8);
1978 1975
     }
1979 1976
     .tit1 {
1980 1977
         font-size: px(48);

+ 2 - 2
src/pages/manage/index.vue

@@ -47,7 +47,7 @@
47 47
                         class="img"
48 48
                         src="/static/icon/bd.png"
49 49
                     ></my-image>
50
-                    <span class="text">优选管理</span>
50
+                    <span class="text">直邮管理</span>
51 51
                 </li>
52 52
                 <li
53 53
                     class="item"
@@ -92,7 +92,7 @@
92 92
 
93 93
         <!-- <button class="btn" @click="layout">退出登录</button> -->
94 94
 
95
-        <div class="ver">0.5.55</div>
95
+        <div class="ver">0.5.56</div>
96 96
         <wyg-bottom-tab
97 97
             ref="tabbar"
98 98
             :tabIndex="2"

+ 1 - 1
src/pages/manage/shop/delivery.vue

@@ -2,7 +2,7 @@
2 2
     <div class="page" :class="{ 'page--iphoneX': iphoneX }">
3 3
         <div class="form-card">
4 4
             <section class="form-item">
5
-                <div class="label bold">到店自提设置</div>
5
+                <div class="label bold">到店自提设置</div>
6 6
                 <div class="box"></div>
7 7
             </section>
8 8
             <section class="form-item">

+ 1 - 1
src/pages/manage/shop/index.vue

@@ -23,7 +23,7 @@
23 23
                 ></my-image>
24 24
             </li>
25 25
             <li class="item">
26
-                <div class="name">开启优选</div>
26
+                <div class="name">开启厂商直邮</div>
27 27
                 <switch
28 28
                     :checked="switchChecked"
29 29
                     @change="switchChange"

+ 275 - 167
src/pages/youxuan/brand.vue

@@ -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>

+ 2 - 2
src/pages/youxuan/nav.vue

@@ -9,14 +9,14 @@
9 9
                 ></my-image>
10 10
             </li>
11 11
             <li class="item" @click="jump('/pages/youxuan/order/index')">
12
-                <div class="name">优选订单</div>
12
+                <div class="name">直邮订单</div>
13 13
                 <my-image
14 14
                     class="arrow"
15 15
                     src="/static/common/arrows_left.png"
16 16
                 ></my-image>
17 17
             </li>
18 18
             <!-- <li class="item" @click="jump('/pages/youxuan/brand')">
19
-                <div class="name">优选品牌</div>
19
+                <div class="name">直邮品牌</div>
20 20
                 <my-image
21 21
                     class="arrow"
22 22
                     src="/static/common/arrows_left.png"

+ 1 - 1
src/pages/youxuan/profit.vue

@@ -1,7 +1,7 @@
1 1
 <template>
2 2
     <div class="page">
3 3
         <div class="profit-info">
4
-            <h6 class="tit">累计优选佣金</h6>
4
+            <h6 class="tit">累计直邮佣金</h6>
5 5
             <div class="money green" v-if="dataInfo">
6 6
                 {{ dataInfo.totalCommission / 100 }}
7 7
             </div>