Browse Source

去掉消费金电商红包样式,等级描述改成钻石

xiaomei 1 year ago
parent
commit
3a76c1f926

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

@@ -110,10 +110,10 @@
                   >赠<text class="corFE2C15">{{ i.teac }}</text
                   >TeaC</view
                 >
-                <view class="product-txt fenxiang">
+                <!-- <view class="product-txt fenxiang">
                   <text class="iconfont red">&#xe62b;</text>
                   <text class="red">{{ i.first_teac }}</text>
-                </view>
+                </view> -->
               </view>
             </view>
           </view>

+ 2 - 2
src/pages/consumerGold/specialCategory.vue

@@ -47,12 +47,12 @@
               >赠<text class="corFE2C15">{{ i.teac }}</text
               >TeaC</view
             >
-            <view class="product-txt fenxiang" style="background-color: rgba(0, 0, 0, 0);">
+            <!-- <view class="product-txt fenxiang" style="background-color: rgba(0, 0, 0, 0);">
               <text class="iconfont red">&#xe62b;</text>
               <text class="red"
                 >{{ i.first_teac }}</text
               >
-            </view>
+            </view> -->
           </view>
         </view>
       </view>

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

@@ -82,10 +82,10 @@
                         </view>
                         <view v-if="[4].includes(i.type)" class="flex_r flex_ac">
                             <view class="product-txt">赠<text class="corFE2C15">{{ i.teac }}</text>TeaC</view>
-                            <view class="product-txt fenxiang flex_r flex_ac" style="background-color: rgba(0, 0, 0, 0);">
+                            <!-- <view class="product-txt fenxiang flex_r flex_ac" style="background-color: rgba(0, 0, 0, 0);">
                                 <text class="iconfont red">&#xe62b;</text>
                                 <text class="red">{{ i.first_teac }}</text>
-                            </view>
+                            </view> -->
                         </view>
                     </view>
                 </view>

+ 11 - 6
src/pages/my/index.vue

@@ -22,7 +22,7 @@
                             <text v-if="isAuthentication">({{ userinfo.is_authentication == 0 ? "未实名" : "已实名" }})</text>
                         </view>
                         <view class="live_name flex_r flex_ac flex_jc">
-                            <image src="/static/my/huangguan.png" class="live_ico" />
+                            <!-- <image src="/static/my/huangguan.png" class="live_ico" /> -->
                             <span>{{ typeto(localInfo.level_id) }}</span>
                         </view>
                         <view class="user_account flex_r flex_ac mar_t16">
@@ -441,11 +441,16 @@ export default {
         },
         typeto(va) {
             switch (va) {
-                case 1: return "消费商";
-                case 2: return "链接大使";
-                case 3: return "合伙人";
-                case 4: return "联合创始人";
-                case 5: return "联合发起人";
+                // case 1: return "消费商";
+                // case 2: return "链接大使";
+                // case 3: return "合伙人";
+                // case 4: return "联合创始人";
+                // case 5: return "联合发起人";
+                case 1: return "💎";
+                case 2: return "💎💎";
+                case 3: return "💎💎💎";
+                case 4: return "💎💎💎💎";
+                case 5: return "💎💎💎💎💎";
                 default:
                     return ""
             }

+ 2 - 2
src/pages/product/p_details.vue

@@ -54,10 +54,10 @@
             </view>
             <view class="goods_teac flex_r" v-if="['4'].includes(type)">
                 <view class="product-txt">赠{{ detail.teac }}TeaC</view>
-                <view class="product-txt fenxiang" style="margin-left: 30rpx; background-color: rgba(0, 0, 0, 0);">
+                <!-- <view class="product-txt fenxiang" style="margin-left: 30rpx; background-color: rgba(0, 0, 0, 0);">
                     <text class="iconfont red">&#xe62b;</text>
                     <text class="red">{{ detail.first_teac }}</text>
-                </view>
+                </view> -->
             </view>
             <view class="goods_teac flex_r flex_jb" v-if="['7'].includes(type)">
                 <view class="product-txt"></view>

+ 3 - 3
src/pagesC/consumerGold/exchange.vue

@@ -11,11 +11,11 @@
                     <span v-if="Number(item.cha_bao_price) != 0 && Number(item.price) != 0">+</span>
                     <span v-if="Number(item.cha_bao_price) != 0">{{ item.consume_price }}消费金</span>
                 </view>
-                <view class="info_btn_con flex_r flex_ae flex_jb">
-                    <view class="product-txt fenxiang">
+                <view class="info_btn_con flex_r flex_ae flex_je">
+                    <!-- <view class="product-txt fenxiang">
                         <text class="iconfont red">&#xe62b;</text>
                         <text class="red">分享约获得{{item.first_int}}现金</text>
-                    </view>
+                    </view> -->
                     <view class="info_btn flex_r flex_ac flex_jc">兑换</view>
                 </view>
             </view>