Browse Source

充值记录

shish 7 months ago
parent
commit
b96bb69cbe
1 changed files with 3 additions and 3 deletions
  1. 3 3
      mallApp/src/pages/home/recent.vue

+ 3 - 3
mallApp/src/pages/home/recent.vue

@@ -96,13 +96,13 @@
               <view class="popup-overlay" @click="hideMoreOptions"></view>
               <view class="popup-content">
                 <view class="popup-item" @click="toRechargeClear(item)">
-                  <text>💰 充值</text>
+                  <text>充值</text>
                 </view>
                 <view class="popup-item" @click="getRechargeList(item)">
-                  <text>📋 充值记录</text>
+                  <text>充值记录</text>
                 </view>
                 <view class="popup-item" @click="toPay(item)">
-                  <text>💳 付款</text>
+                  <text>付款</text>
                 </view>
                 <view class="popup-item cancel" @click="hideMoreOptions()">
                   <text>取消</text>