fix::商品页面/订单页面完善、进入页面黑色弹框提示解决、
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<view class="navbarcontent">
|
||||
<!-- 导航栏 -->
|
||||
<view class="navbar" :class="{active:opacity}" :style="{'backgroundColor':backColor}">
|
||||
<view class="navbar" :class="{active:opacity}">
|
||||
<!-- #ifndef APP-PLUS || MP-WEIXIN -->
|
||||
<view class="status-bar"></view>
|
||||
<view class="navbar_tow flex-between"
|
||||
@@ -74,10 +74,6 @@
|
||||
type: String,
|
||||
default: '#000'
|
||||
},
|
||||
backColor:{//背景颜色
|
||||
type: String,
|
||||
default: '#f9f9f9'
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
HeighT() { //手机类型的尺寸
|
||||
|
||||
@@ -134,7 +134,7 @@
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: #FFFFFF;
|
||||
z-index: 999;
|
||||
z-index: 9999;
|
||||
}
|
||||
|
||||
.pay-title {
|
||||
|
||||
Reference in New Issue
Block a user