fix::商品页面/订单页面完善、进入页面黑色弹框提示解决、

This commit is contained in:
GaoHao
2024-08-01 16:42:22 +08:00
parent 92e79a74f4
commit d4001e5f37
5 changed files with 250 additions and 255 deletions

View File

@@ -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() { //手机类型的尺寸

View File

@@ -134,7 +134,7 @@
width: 100%;
height: 100%;
background-color: #FFFFFF;
z-index: 999;
z-index: 9999;
}
.pay-title {