...
|
...
|
@@ -47,9 +47,9 @@ |
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
|
<!-- 普通用户 -->
|
|
|
<view class="topbox xiabox">
|
|
|
<view class="topboxright" bindtap="serviceexperience">
|
|
|
<view class="topboxright" bindtap="serviceexperience" wx:if="{{isVip == 0}}">
|
|
|
<image src="{{experImg}}"></image>
|
|
|
<view class="servicetext">
|
|
|
<view class="serviceword">Service</view>
|
...
|
...
|
@@ -72,7 +72,19 @@ |
|
|
</view>
|
|
|
</view>
|
|
|
<view class="topboxright" bindtap="vipmember" wx:if="{{isVip == 0}}">
|
|
|
<image src="{{personalImg}}"></image>
|
|
|
<image src="{{personalImg}}"></image>
|
|
|
<view class="servicetext">
|
|
|
<view class="serviceword">Personal</view>
|
|
|
<view class="serviceword">center</view>
|
|
|
<view class="serviceword">个人中心</view>
|
|
|
</view>
|
|
|
<view class="yourow">
|
|
|
<image src="/img/row.png"></image>
|
|
|
</view>
|
|
|
</view>
|
|
|
<!-- vip -->
|
|
|
<view class="topboxvip" bindtap="vipmember" wx:if="{{isVip == 1}}">
|
|
|
<image src="{{personalImg}}"></image>
|
|
|
<view class="servicetext">
|
|
|
<view class="serviceword">Personal</view>
|
|
|
<view class="serviceword">center</view>
|
...
|
...
|
@@ -82,11 +94,11 @@ |
|
|
<image src="/img/row.png"></image>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="topboxleft" bindtap="vipmember" wx:if="{{isVip == 1}}">
|
|
|
<image src="{{reservaImg}}"></image>
|
|
|
<view class="topboxleft" bindtap="reserveNow" wx:if="{{isVip == 1}}">
|
|
|
<image mode='widthFix' src="{{reservaImg}}"></image>
|
|
|
<view class="textbox">
|
|
|
<view class="textboxtop">Immediately reservation</view>
|
|
|
<view class="textboxbottom">会员中心</view>
|
|
|
<view class="textboxbottom">一键预约</view>
|
|
|
</view>
|
|
|
<view class="yourow">
|
|
|
<image src="/img/row.png"></image>
|
...
|
...
|
@@ -98,4 +110,28 @@ |
|
|
|
|
|
<view class="bottomimg">
|
|
|
<image src="/img/bottom.png"></image>
|
|
|
</view>
|
|
|
<!-- 是否预约 -->
|
|
|
<!-- 弹窗 -->
|
|
|
<view class="register" wx:if="{{yuyuecancel}}">
|
|
|
<view class="yuyuewrap">
|
|
|
<view class="yuyuewraptop">您确定要进行预约服务吗?</view>
|
|
|
|
|
|
<view class="yuyuebottom">
|
|
|
<view class="yuyuebottomleft" bindtap="cancelyuyue">取消</view>
|
|
|
<view class="yuyuebottomright" bindtap='confirmAppoint'>确定</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
<!-- 预约成功 -->
|
|
|
|
|
|
<view class="register" wx:if="{{yuyuesuccess}}">
|
|
|
<view class="yuyuewrap">
|
|
|
<view class="yuyuecheng">预约成功</view>
|
|
|
<view class="yuyuechengword">润宝家将尽快与您电话联系</view>
|
|
|
|
|
|
<view class="yuyuesure" bindtap="sure">确定</view>
|
|
|
</view>
|
|
|
</view> |
|
|
\ No newline at end of file |
...
|
...
|
|