first commit

This commit is contained in:
编码猿
2024-09-27 01:32:49 +08:00
commit 28ebe05a64
7399 changed files with 1174529 additions and 0 deletions

View File

@@ -0,0 +1,51 @@
<!-- 头部导航 -->
<nav-bar isBack="{{isBack}}" pageTitle="{{pageTitle}}" system="{{system}}"></nav-bar>
<!-- pages/membershipExclusive/membershipExclusive.wxml -->
<view class="membershipExclusive">
<view class="memExc-bac">
<image src="http://cdn.yishaxiyi.com/d2a8df1540448231b69ff2afa49b6917.png" />
</view>
<view class="exclusive">
<view class="exclusive-tit">会员权益</view>
<view class="exclusive-cen">
<view class="exclusive-cen-vip">
<view class="flex1">
<view class="exclusive-img">
<image class="discount" src="/static/img/icon/discount-icon.png" />
</view>
<view class="exclusive-p">折扣洗护</view>
</view>
<view class="flex1">
<view class="exclusive-img">
<image class="welfare" src="/static/img/icon/welfare-icon.png" />
</view>
<view class="exclusive-p">专属福利</view>
</view>
<view class="flex1">
<view class="exclusive-img">
<image class="activity" src="/static/img/icon/activity-icon.png" />
</view>
<view class="exclusive-p">专享活动</view>
</view>
<view class="flex1">
<view class="exclusive-img">
<image class="service" src="/static/img/icon/service-icon.png" />
</view>
<view class="exclusive-p">专属客服</view>
</view>
</view>
</view>
</view>
<view class="exclusive mt40">
<view class="exclusive-tit">办卡说明</view>
<view class="exclusive-cen">
<view class="apply">
<view class="apply-p">1.多种会员优惠卡供您选择,伊莎洗衣所有门店适用且长期有效;</view>
<view class="apply-p">2.卡内余额不足可自行充值,仍享受原优惠折扣,也可办理惊喜升级跳;</view>
</view>
</view>
</view>
<view class="sub mb50" data-url="/user/balance/balance" bind:tap="goUrl">立即办理</view>
</view>
<!-- toasta提示 -->
<i-toast id="toast" />