|
@@ -1,4 +1,4 @@
|
|
-<view class="page flex-column">
|
|
|
|
|
|
+<view class="page flex-column" style="background-color: #F5F5F5;">
|
|
<view class="submitadress flex-column">
|
|
<view class="submitadress flex-column">
|
|
<view>
|
|
<view>
|
|
<view class="fotSize32" style="margin-left: 25rpx;margin-top: 23rpx;">{{store.storeName}}</view>
|
|
<view class="fotSize32" style="margin-left: 25rpx;margin-top: 23rpx;">{{store.storeName}}</view>
|
|
@@ -9,8 +9,8 @@
|
|
<view class="fontSize24" style="margin-left: 25rpx;margin-top: 16rpx;">{{store.address}}({{store.storeName}})</view>
|
|
<view class="fontSize24" style="margin-left: 25rpx;margin-top: 16rpx;">{{store.address}}({{store.storeName}})</view>
|
|
</view>
|
|
</view>
|
|
|
|
|
|
- <!-- 自取 -->
|
|
|
|
- <view wx:if="{{storeWay ==1}}"class="flex-row" style="margin-top: 67rpx;margin-left: 22rpx;justify-content: space-between;">
|
|
|
|
|
|
+ <!-- 自取 -->
|
|
|
|
+ <view wx:if="{{storeWay ==1}}" class="flex-row" style="margin-top: 67rpx;margin-left: 22rpx;justify-content: space-between;">
|
|
<view class="fontSize-28" style="font-weight: 700;color: #000000;">预留电话</view>
|
|
<view class="fontSize-28" style="font-weight: 700;color: #000000;">预留电话</view>
|
|
<view class="flex-row">
|
|
<view class="flex-row">
|
|
<span style="margin-right: 23rpx;color: #000000;" class="fontSize-28">
|
|
<span style="margin-right: 23rpx;color: #000000;" class="fontSize-28">
|
|
@@ -21,11 +21,11 @@
|
|
<view class="autoFill" catchtap="getPhone">自动填写</view>
|
|
<view class="autoFill" catchtap="getPhone">自动填写</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
-<!-- 门店外送 -->
|
|
|
|
- <view wx:if="{{storeWay ==2}}" class="flex-row" style="margin-top: 67rpx;margin-left: 22rpx;justify-content: space-between;" catchtap="chooseAdress">
|
|
|
|
|
|
+ <!-- 门店外送 -->
|
|
|
|
+ <view wx:if="{{storeWay ==2}}" class="flex-row" style="margin-top: 67rpx;margin-left: 22rpx;justify-content: space-between;" catchtap="chooseAdress">
|
|
<view class="fontSize-28" style="font-weight: 700;color: #000000;">请选择收货地址
|
|
<view class="fontSize-28" style="font-weight: 700;color: #000000;">请选择收货地址
|
|
-
|
|
|
|
- <span style=" width: 200rpx; margin-left: 50rpx;color: #8B8B8B;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;">{{addressvaule}}</span>
|
|
|
|
|
|
+
|
|
|
|
+ <span style=" width: 200rpx; margin-left: 50rpx;color: #8B8B8B;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;">{{addressvaule}}</span>
|
|
</view>
|
|
</view>
|
|
<view class="flex-row">
|
|
<view class="flex-row">
|
|
<span style="margin-right: 23rpx;color: #000000;" class="fontSize-28">
|
|
<span style="margin-right: 23rpx;color: #000000;" class="fontSize-28">
|
|
@@ -60,20 +60,20 @@
|
|
|
|
|
|
</view>
|
|
</view>
|
|
<!-- 套餐详情 -->
|
|
<!-- 套餐详情 -->
|
|
- <view class="combo_detail {{skuList[index].show != true ?'hide':''}}" >
|
|
|
|
|
|
+ <view class="combo_detail {{skuList[index].show != true ?'hide':''}}">
|
|
<!-- 杨枝甘露清爽版 -->
|
|
<!-- 杨枝甘露清爽版 -->
|
|
<block wx:for="{{item.comboSkuList}}" wx:for-item="combo" wx:key="comboIdx">
|
|
<block wx:for="{{item.comboSkuList}}" wx:for-item="combo" wx:key="comboIdx">
|
|
- <!-- {{combo.setsName}}: -->
|
|
|
|
- <view style="display: inline;" wx:for="{{combo.skuList}}" wx:for-item="skuItem" wx:key="skuItemIdx">
|
|
|
|
- {{skuItem.productName}}
|
|
|
|
-
|
|
|
|
- <block wx:if="{{skuItem.specList.length>0}}" style="display: inline;" wx:for="{{skuItem.specList}}" wx:for-item="spec" wx:key="specIdx">
|
|
|
|
- <text>({{spec.specValue}})</text>
|
|
|
|
- </block>
|
|
|
|
- x{{skuItem.num}}
|
|
|
|
|
|
+ <!-- {{combo.setsName}}: -->
|
|
|
|
+ <view style="display: inline;" wx:for="{{combo.skuList}}" wx:for-item="skuItem" wx:key="skuItemIdx">
|
|
|
|
+ {{skuItem.productName}}
|
|
|
|
+
|
|
|
|
+ <block wx:if="{{skuItem.specList.length>0}}" style="display: inline;" wx:for="{{skuItem.specList}}" wx:for-item="spec" wx:key="specIdx">
|
|
|
|
+ <text>({{spec.specValue}})</text>
|
|
|
|
+ </block>
|
|
|
|
+ x{{skuItem.num}}
|
|
</view>
|
|
</view>
|
|
-
|
|
|
|
- </block>
|
|
|
|
|
|
+
|
|
|
|
+ </block>
|
|
<span style="color:#AFD250;margin-left:10rpx;font-size:22rpx">x1</span>
|
|
<span style="color:#AFD250;margin-left:10rpx;font-size:22rpx">x1</span>
|
|
</view>
|
|
</view>
|
|
|
|
|
|
@@ -83,7 +83,7 @@
|
|
|
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
- <view catchtap="handleFlodExtend">
|
|
|
|
|
|
+ <view catchtap="handleFlodExtend" wx:if="{{skuList.length >= 2}}">
|
|
<block wx:if="{{showAllSku}}">
|
|
<block wx:if="{{showAllSku}}">
|
|
<view class="exten-flod"> 收起
|
|
<view class="exten-flod"> 收起
|
|
<image style="width:19rpx;height:10rpx;margin-left: 15rpx;" src="/images/groupmeallist/top_icon.png" />
|
|
<image style="width:19rpx;height:10rpx;margin-left: 15rpx;" src="/images/groupmeallist/top_icon.png" />
|
|
@@ -96,7 +96,7 @@
|
|
</block>
|
|
</block>
|
|
</view>
|
|
</view>
|
|
|
|
|
|
- <view class="coupon flex-row-between">
|
|
|
|
|
|
+ <view class="coupon flex-row-between" catchtap="gotoselectcoupon">
|
|
<view class="flex-row" style="align-items: center;">
|
|
<view class="flex-row" style="align-items: center;">
|
|
|
|
|
|
<image style="width: 33rpx;height: 33rpx;margin-left: 31rpx;" src="/images/groupmeallist/coupon.png"></image>
|
|
<image style="width: 33rpx;height: 33rpx;margin-left: 31rpx;" src="/images/groupmeallist/coupon.png"></image>
|
|
@@ -105,36 +105,41 @@
|
|
</view>
|
|
</view>
|
|
|
|
|
|
<view class="flex-row">
|
|
<view class="flex-row">
|
|
- <view class="coupon_sum">{{forSelectList.length}}个可用</view>
|
|
|
|
-
|
|
|
|
- <image style="width: 10rpx;height: 19rpx;margin-right: 35rpx;margin-top: 2rpx;" src="/images/groupmeallist/more_than_the.png"></image>
|
|
|
|
|
|
+ <view class="coupon_sum" wx:if="{{coupon == ''}}">{{forSelectList.length}}个可用</view>
|
|
|
|
+ <view class="coupon_have" wx:if="{{coupon !=null}}">{{coupon.coupon.title}}</view>
|
|
|
|
+ <image style="width: 10rpx;height: 19rpx;margin-right: 35rpx;margin-top: 0rpx;" src="/images/groupmeallist/more_than_the.png"></image>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
|
|
<view style="width: 93%; border-bottom: 1px #e2e2e2 solid; margin: auto;margin-top: 13rpx;"></view>
|
|
<view style="width: 93%; border-bottom: 1px #e2e2e2 solid; margin: auto;margin-top: 13rpx;"></view>
|
|
|
|
|
|
<view class="all_price flex-row">
|
|
<view class="all_price flex-row">
|
|
- <view>已优惠 <sapn style="font-size: 28rpx;font-weight: 400;text-align: left;color: #d65065;margin-right: 31rpx;">-¥4</sapn>
|
|
|
|
- 合计 ¥
|
|
|
|
- <sapn style="font-size: 38rpx;font-weight: 400;text-align: left;color: #000000;margin-right: 22rpx;">11</sapn>
|
|
|
|
|
|
+ <view class="flex-row">
|
|
|
|
+ <span style="display: {{coupon =='' ? 'none' : 'block'}};">已优惠 <sapn style="font-size: 28rpx;font-weight: 400;text-align: left;color: #d65065;margin-right: 31rpx;">-¥{{discountPriceY}}</sapn>
|
|
|
|
+ </span> 合计 ¥
|
|
|
|
+ <sapn style="font-size: 38rpx;font-weight: 400;text-align: left;color: #000000;margin-right: 35rpx;">{{totalPriceY}}</sapn>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
|
|
- <view class="invoice flex-row">
|
|
|
|
- <view style="margin-left: 22rpx;color: #000000;" class="fontSize-28">是否开发票</view>
|
|
|
|
|
|
+ <view class="invoice flex-row" style="margin-top: 27rpx;" wx:if="{{hallFood.supportInvoice == 1}}" catchtap="gotoinvoice">
|
|
|
|
+ <view style="margin-left: 22rpx;color: #000000;" class="fontSize-28">是否开发票</view>
|
|
<view class="fontSize-28">
|
|
<view class="fontSize-28">
|
|
- 无
|
|
|
|
|
|
+
|
|
|
|
+ <span style=" width: 300rpx; margin-right: 50rpx;color: #8B8B8B;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;">{{invoiceValue}}</span>
|
|
|
|
+
|
|
|
|
+ <span wx:if="{{invoiceId == ''}}" style="margin-right: 10rpx;">无</span>
|
|
<image style="width: 10rpx;height: 19rpx;margin-right: 35rpx;margin-top: 2rpx;" src="/images/groupmeallist/more_than_the.png"></image>
|
|
<image style="width: 10rpx;height: 19rpx;margin-right: 35rpx;margin-top: 2rpx;" src="/images/groupmeallist/more_than_the.png"></image>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
|
|
- <view class="invoice flex-row">
|
|
|
|
|
|
+ <view class="invoice flex-row" catchtap="remarkShow">
|
|
<view style="margin-left: 22rpx;color: #000000;" class="fontSize-28">备注</view>
|
|
<view style="margin-left: 22rpx;color: #000000;" class="fontSize-28">备注</view>
|
|
- <view class="fontSize-28">
|
|
|
|
- 无
|
|
|
|
|
|
+ <view class="fontSize-28 flex-row" >
|
|
|
|
+ <span wx:if="{{inputValue == ''}}" style="margin-right: 10rpx;"> 无</span>
|
|
|
|
+ <view style="margin-right: 10rpx; max-width: 400rpx;overflow:hidden; text-overflow:ellipsis;" wx:if="{{inputValue != ''}}" >{{inputValue}}</view>
|
|
<image style="width: 10rpx;height: 19rpx;margin-right: 35rpx;margin-top: 2rpx;" src="/images/groupmeallist/more_than_the.png"></image>
|
|
<image style="width: 10rpx;height: 19rpx;margin-right: 35rpx;margin-top: 2rpx;" src="/images/groupmeallist/more_than_the.png"></image>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
@@ -142,11 +147,21 @@
|
|
<view class="allSum flex-row">
|
|
<view class="allSum flex-row">
|
|
<view style="margin-left: 32rpx;color: #000000;" class="fontSize-28">合计:
|
|
<view style="margin-left: 32rpx;color: #000000;" class="fontSize-28">合计:
|
|
<span style="font-size: 24rpx;font-weight: 400;text-align: left;color: #afd250;">¥</span>
|
|
<span style="font-size: 24rpx;font-weight: 400;text-align: left;color: #afd250;">¥</span>
|
|
- <span style="font-size: 32rpx;font-weight: 700;text-align: left;color: #afd250;margin-left: 12rpx;">235.2</span>
|
|
|
|
|
|
+ <span style="font-size: 32rpx;font-weight: 700;text-align: left;color: #afd250;margin-left: 12rpx;">{{totalPriceY}}</span>
|
|
</view>
|
|
</view>
|
|
|
|
|
|
- <view class="submit_pay">提交支付</view>
|
|
|
|
|
|
+ <view class="submit_pay" catchtap="submitOrder">提交支付</view>
|
|
|
|
|
|
</view>
|
|
</view>
|
|
-
|
|
|
|
|
|
+ <view class="bg-zindex" hidden="{{hidden}}">
|
|
|
|
+ <view class="success_window flex-column">
|
|
|
|
+ <view class="w_title">备注</view>
|
|
|
|
+ <view class="w_text"><input style="height:40rpx;" bindinput="getReason" type="text" placeholder="请输入备注" value="{{inputValue}}" maxlength="300" /></view>
|
|
|
|
+ <view class="w_border"></view>
|
|
|
|
+ <view class="w_button flex-row">
|
|
|
|
+ <view class="w_go_order" catchtap="cancel">取消</view>
|
|
|
|
+ <view class="w_go_order" catchtap="confirm">确定</view>
|
|
|
|
+ </view>
|
|
|
|
+ </view>
|
|
|
|
+ </view>
|
|
</view>
|
|
</view>
|