andy 1 år sedan
förälder
incheckning
bd5b44d3c7
3 ändrade filer med 3 tillägg och 3 borttagningar
  1. 1 1
      api/coupon.js
  2. 1 1
      component/paymentPopup.vue
  3. 1 1
      pages/mine/mine.vue

+ 1 - 1
api/coupon.js

@@ -1,6 +1,6 @@
 import { request } from '@/api/config.js'
 
-// 我的优惠列表
+// 我的优惠列表
 export function couponListApi(data) {
   return request({
     url: '/wx/coupon/mylist',

+ 1 - 1
component/paymentPopup.vue

@@ -30,7 +30,7 @@
         </view>
 
         <view class="row">
-          <view class="label">优惠</view>
+          <view class="label">优惠</view>
           <view class="value">
             <view v-if="!selestCouponId && couponList.length > 0" class="hasCoupon" @click="showPopup3">
               选择优惠券

+ 1 - 1
pages/mine/mine.vue

@@ -38,7 +38,7 @@
           <view class="value">
             {{ userInfoDetail.couponNum || 0 }}
           </view>
-          <view class="label">优惠</view>
+          <view class="label">优惠</view>
         </view>
       </view>
     </view>