cr vor 4 Jahren
Ursprung
Commit
6177875080

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

@@ -91,7 +91,7 @@
91 91
 
92 92
         <!-- <button class="btn" @click="layout">退出登录</button> -->
93 93
 
94
-        <div class="ver">0.5.51</div>
94
+        <div class="ver">0.5.52</div>
95 95
         <wyg-bottom-tab
96 96
             ref="tabbar"
97 97
             :tabIndex="2"

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

@@ -428,10 +428,10 @@ export default {
428 428
         shareApp(val) {
429 429
             uni.navigateToMiniProgram({
430 430
                 appId: "wx7d16ba51271496b8",
431
-                path: `/pages/recommend/list?shopId=${this.shopId}&aid=${val.aid}`,
431
+                path: `/pages/recommend/list?shopId=${this.shopId}&aid=${val.activityNo}`,
432 432
                 extraData: {
433 433
                     shopId: this.shopId,
434
-                    aid: val.aid,
434
+                    aid: val.activityNo,
435 435
                 },
436 436
             });
437 437
         },

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

@@ -666,10 +666,10 @@ export default {
666 666
         shareApp(val) {
667 667
             uni.navigateToMiniProgram({
668 668
                 appId: "wx7d16ba51271496b8",
669
-                path: `/pages/recommend/list?shopId=${this.shopId}&aid=${val.aid}`,
669
+                path: `/pages/recommend/list?shopId=${this.shopId}&aid=${val.activityNo}`,
670 670
                 extraData: {
671 671
                     shopId: this.shopId,
672
-                    aid: val.aid,
672
+                    aid: val.activityNo,
673 673
                 },
674 674
             });
675 675
         },

+ 4 - 4
src/pages/youxuan/order/detail.vue

@@ -79,17 +79,17 @@
79 79
                 <li >
80 80
                     <div class="key">团长佣金:</div>
81 81
                     <div class="value blod">
82
-                        ¥{{ data.commission / 100 }}(佣金)- ¥{{
82
+                        ¥{{ data.estimateComission / 100 }}(佣金)- ¥{{
83 83
                             data.pointsPrice / 100
84
-                        }}(积分抵扣)= <span class="green">+¥{{ data.estimateComission / 100 }}</span>
84
+                        }}(积分抵扣)= <span class="green">+¥{{ data.commission / 100 }}</span>
85 85
                     </div>
86 86
                 </li>
87 87
                 <li v-if="dataType === 9">
88 88
                     <div class="key">佣金回退:</div>
89 89
                     <div class="value blod">
90
-                        ¥{{ data.commission / 100 }}(佣金)- ¥{{
90
+                        ¥{{ data.estimateComission / 100 }}(佣金)- ¥{{
91 91
                             data.pointsPrice / 100
92
-                        }}(积分抵扣)= <span class="red">-¥{{ data.estimateComission / 100 }}(已退还)</span>
92
+                        }}(积分抵扣)= <span class="red">-¥{{ data.commission / 100 }}(已退还)</span>
93 93
                     </div>
94 94
                 </li>
95 95
                 <li v-if="dataType === 10">