fix::新版本商品页面\订单页面逻辑完善\依赖完善

This commit is contained in:
GaoHao
2024-07-31 10:12:23 +08:00
37 changed files with 21537 additions and 17772 deletions

View File

@@ -1,7 +1,7 @@
<template>
<view class="navbarcontent">
<!-- 导航栏 -->
<view class="navbar" :class="{active:opacity}">
<view class="navbar" :class="{active:opacity}" :style="{'backgroundColor':backColor}">
<!-- #ifndef APP-PLUS || MP-WEIXIN -->
<view class="status-bar"></view>
<view class="navbar_tow flex-between"
@@ -73,6 +73,10 @@
iconcolor:{//返回键颜色
type: String,
default: '#000'
},
backColor:{//背景颜色
type: String,
default: '#f9f9f9'
}
},
computed: {