Browse Source

隐藏充值码

shish 6 tháng trước cách đây
mục cha
commit
734ce54a57

+ 2 - 2
hdApp/src/admin/recharge/rechargeCode.vue

@@ -1,11 +1,11 @@
 <template>
     <view class="app-content">
-      <view class="poster_box">
+      <!-- <view class="poster_box">
         <image :src="posterUrl" mode="widthFix" class="img_url"></image>
       </view>
       <view class="confirm-btn">
         <button class="admin-button-com big blue" @click="downloadImg(posterUrl)">保存海报</button>
-      </view>
+      </view> -->
       <view class="img_box">
         <image :src="imgUrl" mode="heightFix" class="img_url"></image>
       </view>

+ 4 - 10
mallApp/src/pages/home/recent.vue

@@ -132,15 +132,9 @@
                 >
                 <text class="balance-action-2">去结账</text>
               </view>
-              <view
-                class="balance-item"
-                @click.stop="recharge(item)"
-                v-if="item.balance > 0"
-              >
+              <view class="balance-item" @click.stop="recharge(item)" v-if="item.balance > 0" >
                 <text class="balance-label">可用余额</text>
-                <text class="balance-amount positive"
-                  >¥{{ parseFloat(item.balance) }}</text
-                >
+                <text class="balance-amount positive" >¥{{ parseFloat(item.balance) }}</text >
                 <text class="balance-action">去充值</text>
               </view>
             </view>
@@ -778,7 +772,7 @@ page {
       border-radius: 12upx;
 
       .balance-label {
-        font-size: 30upx;
+        font-size: 32upx;
         color: #666;
       }
 
@@ -796,7 +790,7 @@ page {
       }
 
       .balance-action {
-        font-size: 28upx;
+        font-size: 32upx;
         color: #667eea;
         text-decoration: underline;
         font-weight: bold;