Parcourir la source

commit -m 站内消息通知

zhengjinyi il y a 3 ans
Parent
commit
3c5c003348

+ 2 - 2
pages/notice/club/mixins/notice.mixins.js

@@ -151,8 +151,8 @@ const noticeMixins = {
             }
             const map = {
                 1: copunMap[cell.couponType],
-                2: `您有${cell.couponFee}元优惠券将于${cell.endTime}过期,赶快去查看使用吧 >>>`,
-                3: `您有${cell.couponFee}元优惠券尚未领取,优惠券将于${cell.endTime}后下架,赶快去领取下单吧 >>>`,
+                2: `您有${cell.couponFee}元优惠券将于${cell.content}过期,赶快去查看使用吧 >>>`,
+                3: `您有${cell.couponFee}元优惠券尚未领取,优惠券将于${cell.content}后下架,赶快去领取下单吧 >>>`,
             }
             return map[cell.couponMessageType]
         }

+ 1 - 1
pages/notice/shop/mixins/notice.mixins.js

@@ -110,7 +110,7 @@ const noticeMixins = {
         },
         noticeServeText(cell) { // 服务通知文案
             const map = {
-                1: `您的供应商账号上架费将于${cell.content}后到期,到期后将无法发布和编辑商品,同时也会影响到其他采美提供的支持服务。请联系采美工作人员进行续费,联系电话0755-22907771 或15338851365`
+                1: `您的供应商账号上架费将于${cell.content},到期后将无法发布和编辑商品,同时也会影响到其他采美提供的支持服务。请联系采美工作人员进行续费,联系电话0755-22907771 或15338851365`
             }
             return map[cell.shopTieredType]
         }