C端小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

42 line
1.4 KiB

  1. <view class="lists">
  2. <view class="list">
  3. <view class="title">
  4. 1、如何使用消费卡?
  5. </view>
  6. <view class="content">
  7. 在门店消费后结算时,打开小程序,选择“我的”-“卡包”,选择扣款的消费卡,点击卡面上的”付款“,扫描
  8. </view>
  9. </view>
  10. <view class="list">
  11. <view class="title">
  12. 2、消费卡内余额不够支付最后一次消费额时怎么办?
  13. </view>
  14. <view class="content">
  15. 建议部分消费额用消费卡支付,部分消费额用微信、支付宝、刷卡或现金支付。
  16. </view>
  17. </view>
  18. <view class="list">
  19. <view class="title">
  20. 3、购买消费卡后,是否能退?
  21. </view>
  22. <view class="content">
  23. 消费卡一经出售,即完成开卡,不能退款。
  24. </view>
  25. </view>
  26. <view class="list">
  27. <view class="title">
  28. 4、消费卡会过期吗?
  29. </view>
  30. <view class="content">
  31. 会过期。请在卡面有效期内将面额使用完毕。
  32. </view>
  33. </view>
  34. <view class="list">
  35. <view class="title">
  36. 5、注意事项
  37. </view>
  38. <view class="content">
  39. 在法律允许的范围内,商场保留对上述规则的解释权。 更多详情可至商场服务台咨询。
  40. </view>
  41. </view>
  42. </view>