C端小程序
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

43 lines
1.5 KiB

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