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

37 lines
1.2 KiB
Plaintext

<import src="../../template/couponPackage/package.wxml" />
<import src="../../template/pointProduct/product.wxml" />
<block wx:if="{{type==1}}">
<view class="page">
<view class="point_coupon">
<view class="point_coupon_contents">
<!-- <view class="point_coupon_content_title">
卡券商城
</view> -->
<template is="templateCouponPackage" data="{{listPackage}}"></template>
</view>
</view>
</view>
</block>
<block wx:if="{{type==2}}">
<view class="page">
<view class="vip_product">
<view class="point_coupon_contents">
<!-- <view class="point_coupon_content_title">
vip专区
</view> -->
<template is="templatePointProduct" data="{{vipProduct}}"></template>
</view>
</view>
</view>
</block>
<!-- <view class="member_product"> -->
<!-- <view class="point_coupon_contents"> -->
<!-- <view class="point_coupon_content_title">
会员周边
</view> -->
<!-- <template is="templatePointProduct" data="{{memberProduct}}"></template>
</view> -->
<!-- </view> -->