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.
		
		
		
		
		
			
	
	
		
			
				
					
						
						
							|  | <navbar back home text="使用规则" background="#fff"></navbar>
<view style="height:{{navigationBarHeight}} "></view>
<view class="lists">
    <view class="list">
        <view class="title">
            1、如何使用消费卡?
        </view>
        <view class="content">
            在门店消费后结算时,打开小程序,选择“我的”-“卡包”,选择扣款的消费卡,点击卡面上的”付款“,扫描
        </view>
    </view>
    <view class="list">
        <view class="title">
            2、消费卡内余额不够支付最后一次消费额时怎么办?
        </view>
        <view class="content">
            建议部分消费额用消费卡支付,部分消费额用微信、支付宝、刷卡或现金支付。
        </view>
    </view>
    <view class="list">
        <view class="title">
            3、购买消费卡后,是否能退?
        </view>
        <view class="content">
            消费卡一经出售,即完成开卡,不能退款。
        </view>
    </view>
    <view class="list">
        <view class="title">
            4、消费卡会过期吗? 
        </view>
        <view class="content">
            会过期。请在卡面有效期内将面额使用完毕。
        </view>
    </view>
    <view class="list">
        <view class="title">
            5、注意事项 
        </view>
        <view class="content">
            在法律允许的范围内,商场保留对上述规则的解释权。 更多详情可至商场服务台咨询。
        </view>
    </view>
</view>
 |