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.
42 lines
2.1 KiB
42 lines
2.1 KiB
<!--pages/administ/index.wxml-->
|
|
<cu-custom id="custom" bgColor="bg-white">
|
|
<view class="menu" slot="right" bindtap="showMenu" style="margin-left:32rpx">
|
|
<van-icon name="bars" size="26px" color="#000000" />
|
|
</view>
|
|
<view slot="content" style="color:black;font-size:36rpx">premeal</view>
|
|
</cu-custom>
|
|
|
|
<view style="height:{{116 + safeBottom}}rpx;"></view>
|
|
<view class="cu-bar bg-white foot" style="height:{{100 + safeBottom}}rpx;padding-bottom:{{safeBottom}}rpx;">
|
|
<van-submit-bar price="{{ 3050 }}" button-text="提交订单" bind:submit="onSubmit" />
|
|
</view>
|
|
|
|
<van-popup show="{{ show }}" position="left" custom-style="height:100%;width:80%" bind:close="onClose">
|
|
<view style="margin-top:240rpx;padding:30rpx">
|
|
<view class="flex flex-justify">
|
|
<text style="color:black;font-size:40rpx;">荒山野岭</text>
|
|
</view>
|
|
<view style="color:black;font-size:30rpx;margin-top:16rpx">18565126880</view>
|
|
</view>
|
|
<view style="height:48rpx"></view>
|
|
<van-cell is-link url="/xtends/client/home/coupon/index">
|
|
<van-icon slot="icon" name="coupon-o" size="20px" />
|
|
<view class="van-cell-text" slot="title" style="margin-left:16rpx">优惠券</view>
|
|
</van-cell>
|
|
<van-cell is-link url="/xtends/client/message/index/index">
|
|
<van-icon slot="icon" name="expand-o" size="20px" />
|
|
<view class="van-cell-text" slot="title" style="margin-left:16rpx">分享邀请</view>
|
|
</van-cell>
|
|
<van-cell is-link url="/xtends/client/order/index/index">
|
|
<van-icon slot="icon" name="balance-list-o" size="20px" />
|
|
<view class="van-cell-text" slot="title" style="margin-left:16rpx">历史订单</view>
|
|
</van-cell>
|
|
<van-cell is-link url="/xtends/client/message/index/index">
|
|
<van-icon slot="icon" name="chat-o" size="20px" />
|
|
<view class="van-cell-text" slot="title" style="margin-left:16rpx">消息列表</view>
|
|
</van-cell>
|
|
<van-cell is-link url="/xtends/client/message/index/index">
|
|
<van-icon slot="icon" name="service-o" size="20px" />
|
|
<view class="van-cell-text" slot="title" style="margin-left:16rpx">问题反馈</view>
|
|
</van-cell>
|
|
</van-popup>
|