fix::新版本商品页面\订单页面逻辑完善\依赖完善
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<view>
|
||||
<!-- 占位符导航栏 -->
|
||||
<navseat class="navbar" :opacity='opacitys' :title='toplist.name' :titleshow='true'></navseat>
|
||||
<navseat class="navbar" :opacity='opacitys' :backColor="'#E8AD7B'" :title='toplist.name' :titleshow='true'></navseat>
|
||||
<!-- #ifdef MP-WEIXIN -->
|
||||
<view :style="{'height':HeighT.customBar+HeighT.heightBar+'px;background-color: #E8AD7B;position: fixed;top: 0;width: 100%;z-index: 9'}"></view>
|
||||
<view :style="{'height':HeighT.customBar+HeighT.heightBar+'px;background-color: #E8AD7B;'}"></view>
|
||||
@@ -9,7 +9,10 @@
|
||||
<!-- 头部内容 -->
|
||||
<view class="head">
|
||||
<view class="head_bg"></view>
|
||||
<view class="tips">温馨提示:请适量点餐,避免浪费</view>
|
||||
<view class="tips">
|
||||
<image class="informIcon" src="https://czg-qr-order.oss-cn-beijing.aliyuncs.com/confirmOrder/informIcon.png" mode="widthFix"/>
|
||||
<text class="informText">温馨提示:请适量点餐,避免浪费</text>
|
||||
</view>
|
||||
<!-- <view class="tabBox"> -->
|
||||
<!-- <view class="tab">
|
||||
<view :class="is_type==(index+1)?'tab_item'+is_type+' tab_item active ':'tab_item'" v-for="(item,index) in is_typeList" :key="index" @click="tabClick(index+1)">
|
||||
@@ -546,13 +549,21 @@
|
||||
line-height: 64rpx;
|
||||
background: #FFF8E8;
|
||||
border-radius: 8rpx 8rpx 8rpx 8rpx;
|
||||
font-size: $uni-font-size-base;
|
||||
color: #FF803D;
|
||||
font-weight: 400;
|
||||
padding: 0 16rpx;
|
||||
box-sizing: border-box;
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
.informIcon{
|
||||
width: 26.7rpx;
|
||||
margin-right: 8rpx;
|
||||
}
|
||||
.informText{
|
||||
font-size: $uni-font-size-base;
|
||||
color: #FF803D;
|
||||
font-weight: 400;
|
||||
}
|
||||
}
|
||||
.tabBox{
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user