chore(sass): 编译器从node-sass转移成dart-sass

This commit is contained in:
2026-01-16 17:52:33 +08:00
parent 5b9bef9214
commit 47e1c2372d
89 changed files with 671 additions and 314 deletions

View File

@@ -123,7 +123,7 @@ image {
} }
.choose-store { .choose-store {
/deep/ .uni-popup__wrapper{ ::v-deep .uni-popup__wrapper{
background: none!important; background: none!important;
} }
} }

View File

@@ -870,13 +870,13 @@
// 海报 // 海报
// .uni-popup__wrapper-box // .uni-popup__wrapper-box
.poster-layer { .poster-layer {
/deep/ .uni-popup__wrapper.center { ::v-deep .uni-popup__wrapper.center {
width: 100vw!important; width: 100vw!important;
height: 100vh!important; height: 100vh!important;
background: none!important; background: none!important;
} }
/deep/ .uni-popup__wrapper.uni-custom.center .uni-popup__wrapper-box { ::v-deep .uni-popup__wrapper.uni-custom.center .uni-popup__wrapper-box {
max-width: 100vw!important; max-width: 100vw!important;
max-height: 100vh!important; max-height: 100vh!important;
background: none!important; background: none!important;

View File

@@ -559,7 +559,7 @@ scroll-view ::-webkit-scrollbar {
background-color: transparent; background-color: transparent;
} }
/deep/::-webkit-scrollbar { ::v-deep ::-webkit-scrollbar {
width: 0; width: 0;
height: 0; height: 0;
background-color: transparent; background-color: transparent;
@@ -609,7 +609,7 @@ scroll-view ::-webkit-scrollbar {
font-weight: 500!important; font-weight: 500!important;
} }
/deep/ .reward-popup .uni-popup__wrapper-box { ::v-deep .reward-popup .uni-popup__wrapper-box {
background: none !important; background: none !important;
max-width: unset !important; max-width: unset !important;
max-height: unset !important; max-height: unset !important;
@@ -618,7 +618,7 @@ scroll-view ::-webkit-scrollbar {
// #ifdef H5 // #ifdef H5
// 下拉加载动画【页面】 // 下拉加载动画【页面】
/deep/ body uni-page-refresh div{ ::v-deep body uni-page-refresh div{
width: 14rpx !important; width: 14rpx !important;
height: 14rpx !important; height: 14rpx !important;
background-color: #ccc; background-color: #ccc;
@@ -626,7 +626,7 @@ scroll-view ::-webkit-scrollbar {
clip: rect(-152rpx, 90rpx, 90rpx, -30rpx) !important; clip: rect(-152rpx, 90rpx, 90rpx, -30rpx) !important;
animation:.6s backgroundChange linear infinite; animation:.6s backgroundChange linear infinite;
} }
/deep/ body uni-page-refresh div::after{ ::v-deep body uni-page-refresh div::after{
content: ""; content: "";
position: absolute; position: absolute;
left: -22rpx; left: -22rpx;
@@ -636,7 +636,7 @@ scroll-view ::-webkit-scrollbar {
background-color: #ccc; background-color: #ccc;
animation:.5s backgroundChange linear infinite; animation:.5s backgroundChange linear infinite;
} }
/deep/ body uni-page-refresh div::before{ ::v-deep body uni-page-refresh div::before{
content: ""; content: "";
position: absolute; position: absolute;
right: -22rpx; right: -22rpx;
@@ -646,15 +646,15 @@ scroll-view ::-webkit-scrollbar {
background-color: #ccc; background-color: #ccc;
animation:.7s backgroundChange linear infinite; animation:.7s backgroundChange linear infinite;
} }
/deep/ body uni-page-refresh > div > div{ ::v-deep body uni-page-refresh > div > div{
display: none !important; display: none !important;
} }
// 下拉加载动画【scroll-view】 // 下拉加载动画【scroll-view】
/deep/ body .uni-scroll-view-refresher{ ::v-deep body .uni-scroll-view-refresher{
background-color: transparent !important; background-color: transparent !important;
} }
/deep/ body .uni-scroll-view-refresher div{ ::v-deep body .uni-scroll-view-refresher div{
left: 50%; left: 50%;
top: 50%; top: 50%;
transform: translate(-50%, -50%); transform: translate(-50%, -50%);
@@ -666,7 +666,7 @@ scroll-view ::-webkit-scrollbar {
clip: rect(-152rpx, 90rpx, 90rpx, -30rpx) !important; clip: rect(-152rpx, 90rpx, 90rpx, -30rpx) !important;
animation:.6s backgroundChange linear infinite; animation:.6s backgroundChange linear infinite;
} }
/deep/ body .uni-scroll-view-refresher div::after{ ::v-deep body .uni-scroll-view-refresher div::after{
content: ""; content: "";
position: absolute; position: absolute;
left: -22rpx; left: -22rpx;
@@ -676,7 +676,7 @@ scroll-view ::-webkit-scrollbar {
background-color: #ccc; background-color: #ccc;
animation:.5s backgroundChange linear infinite; animation:.5s backgroundChange linear infinite;
} }
/deep/ body .uni-scroll-view-refresher div::before{ ::v-deep body .uni-scroll-view-refresher div::before{
content: ""; content: "";
position: absolute; position: absolute;
right: -22rpx; right: -22rpx;
@@ -686,7 +686,7 @@ scroll-view ::-webkit-scrollbar {
background-color: #ccc; background-color: #ccc;
animation:.7s backgroundChange linear infinite; animation:.7s backgroundChange linear infinite;
} }
/deep/ body .uni-scroll-view-refresher > div > div{ ::v-deep body .uni-scroll-view-refresher > div > div{
display: none !important; display: none !important;
} }
@keyframes backgroundChange { @keyframes backgroundChange {

View File

@@ -1,4 +1,4 @@
// 修复图片垂直对齐问题,解决两张图片上下有空白缝隙问题 // 修复图片垂直对齐问题,解决两张图片上下有空白缝隙问题
/deep/ ._img { ::v-deep ._img {
vertical-align: top; vertical-align: top;
} }

View File

@@ -377,7 +377,7 @@ view {
} }
} }
/deep/ .goods-form { ::v-deep .goods-form {
display: flex; display: flex;
align-items: center; align-items: center;
position: relative; position: relative;
@@ -1354,7 +1354,7 @@ view {
border-bottom: 2rpx solid #F4F4F6; border-bottom: 2rpx solid #F4F4F6;
} }
/deep/ .form-wrap { ::v-deep .form-wrap {
margin: 0 24rpx; margin: 0 24rpx;
.icon-right { .icon-right {

View File

@@ -116,7 +116,7 @@ class ConfigExternal {
try { try {
// 动态加载主题配置 // 动态加载主题配置
const themeData = require(`@/common/js/style_color.js`)['default'][theme]; const themeData = require(`@/common/js/style_color.js`)['default'][theme];
console.log('async themeData => ', themeData); // console.log('async themeData => ', themeData);
this.loadedConfigs[`theme_${theme}`] = themeData; this.loadedConfigs[`theme_${theme}`] = themeData;
resolve(themeData); resolve(themeData);
} catch (error) { } catch (error) {

View File

@@ -1202,7 +1202,7 @@ export default {
let _isQuickApp = false; let _isQuickApp = false;
try { try {
const ua = navigator?.userAgent?.toLowerCase(); const ua = navigator?.userAgent?.toLowerCase();
console.log('ua = ', ua); // console.log('ua = ', ua);
_isQuickApp = ua.indexOf('quickapp') !== -1; _isQuickApp = ua.indexOf('quickapp') !== -1;
if (!_isQuickApp) { if (!_isQuickApp) {

View File

@@ -365,7 +365,7 @@ export default {
</script> </script>
<style lang="scss"> <style lang="scss">
/deep/.uni-scroll-view ::-webkit-scrollbar { ::v-deep .uni-scroll-view ::-webkit-scrollbar {
/* 隐藏滚动条,但依旧具备可以滚动的功能 */ /* 隐藏滚动条,但依旧具备可以滚动的功能 */
display: none; display: none;
width: 0; width: 0;
@@ -374,7 +374,7 @@ export default {
background: transparent; background: transparent;
} }
/deep/::-webkit-scrollbar { ::v-deep ::-webkit-scrollbar {
display: none; display: none;
width: 0; width: 0;
height: 0; height: 0;

View File

@@ -1160,7 +1160,7 @@ export default {
.right-wrap { .right-wrap {
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: end; justify-content: flex-end;
.num { .num {
width: auto; width: auto;
@@ -1314,7 +1314,7 @@ export default {
} }
} }
/deep/ .uni-popup__wrapper-box { ::v-deep .uni-popup__wrapper-box {
border-radius: 0; border-radius: 0;
} }
@@ -1348,7 +1348,7 @@ export default {
justify-content: center; justify-content: center;
} }
/deep/ .loading-layer { ::v-deep .loading-layer {
background: #fff !important; background: #fff !important;
} }

View File

@@ -548,7 +548,7 @@ export default {
}; };
</script> </script>
<style lang="scss"> <style lang="scss" scoped>
.category-page-wrap { .category-page-wrap {
width: 100vw; width: 100vw;
// height: calc(100vh - var(--tab-bar-height, 0)); // height: calc(100vh - var(--tab-bar-height, 0));
@@ -818,7 +818,7 @@ export default {
z-index: 2; z-index: 2;
} }
/deep/ .template-four { ::v-deep .template-four {
position: relative; position: relative;
z-index: 1; z-index: 1;

View File

@@ -617,13 +617,13 @@ export default {
// // 3:4 比例的视频卡片样式 // // 3:4 比例的视频卡片样式
// .channel-video.ratio-3-4 { // .channel-video.ratio-3-4 {
// // 调整视频卡片的整体高度 // // 调整视频卡片的整体高度
// /deep/ .video-cover-wrap { // ::v-deep .video-cover-wrap {
// padding-top: 133.33%; // 3:4 比例 // padding-top: 133.33%; // 3:4 比例
// } // }
// // 列表模式下的3:4比例调整 // // 列表模式下的3:4比例调整
// &.list-mode { // &.list-mode {
// /deep/ .video-cover-wrap { // ::v-deep .video-cover-wrap {
// padding-top: 133.33%; // 3:4 比例 // padding-top: 133.33%; // 3:4 比例
// } // }
// } // }
@@ -632,13 +632,13 @@ export default {
// // 16:9 比例的视频卡片样式(默认) // // 16:9 比例的视频卡片样式(默认)
// .channel-video.ratio-16-9 { // .channel-video.ratio-16-9 {
// // 保持默认的16:9比例 // // 保持默认的16:9比例
// /deep/ .video-cover-wrap { // ::v-deep .video-cover-wrap {
// padding-top: 56.25%; // 16:9 比例 // padding-top: 56.25%; // 16:9 比例
// } // }
// // 列表模式下的16:9比例保持默认 // // 列表模式下的16:9比例保持默认
// &.list-mode { // &.list-mode {
// /deep/ .video-cover-wrap { // ::v-deep .video-cover-wrap {
// padding-top: 56.25%; // 16:9 比例 // padding-top: 56.25%; // 16:9 比例
// } // }
// } // }

View File

@@ -488,7 +488,7 @@ export default {
} }
// 风格一 // 风格一
/deep/.coupon-style-one { ::v-deep .coupon-style-one {
height: 110rpx; height: 110rpx;
.coupon-item-box { .coupon-item-box {
@@ -534,7 +534,7 @@ export default {
} }
// 风格二 // 风格二
/deep/.coupon-style-two { ::v-deep .coupon-style-two {
height: 96rpx; height: 96rpx;
.coupon-item-box { .coupon-item-box {
@@ -591,7 +591,7 @@ export default {
background-size: 100% 100%; background-size: 100% 100%;
} }
/deep/.coupon-style-three { ::v-deep .coupon-style-three {
height: 284rpx; height: 284rpx;
padding: 20rpx; padding: 20rpx;
box-sizing: border-box; box-sizing: border-box;
@@ -638,7 +638,7 @@ export default {
} }
// 风格四 // 风格四
/deep/.coupon-style-four { ::v-deep .coupon-style-four {
height: 108rpx; height: 108rpx;
.coupon-item-box { .coupon-item-box {
@@ -997,7 +997,7 @@ export default {
} }
//风格七 //风格七
/deep/ .coupon-style-seven { ::v-deep .coupon-style-seven {
.wrap { .wrap {
display: flex; display: flex;
} }
@@ -1075,7 +1075,7 @@ export default {
} }
} }
/deep/.uni-scroll-view ::-webkit-scrollbar { ::v-deep .uni-scroll-view ::-webkit-scrollbar {
/* 隐藏滚动条,但依旧具备可以滚动的功能 */ /* 隐藏滚动条,但依旧具备可以滚动的功能 */
display: none; display: none;
width: 0; width: 0;
@@ -1084,7 +1084,7 @@ export default {
background: transparent; background: transparent;
} }
/deep/::-webkit-scrollbar { ::v-deep ::-webkit-scrollbar {
display: none; display: none;
width: 0; width: 0;
height: 0; height: 0;

View File

@@ -274,7 +274,7 @@ export default {
</script> </script>
<style lang="scss"> <style lang="scss">
/deep/.uni-scroll-view ::-webkit-scrollbar { ::v-deep .uni-scroll-view ::-webkit-scrollbar {
/* 隐藏滚动条,但依旧具备可以滚动的功能 */ /* 隐藏滚动条,但依旧具备可以滚动的功能 */
display: none; display: none;
width: 0; width: 0;
@@ -283,7 +283,7 @@ export default {
background: transparent; background: transparent;
} }
/deep/::-webkit-scrollbar { ::v-deep ::-webkit-scrollbar {
display: none; display: none;
width: 0; width: 0;
height: 0; height: 0;

View File

@@ -280,39 +280,39 @@ export default {
} }
/* 隐藏滚动条,但依旧具备可以滚动的功能 */ /* 隐藏滚动条,但依旧具备可以滚动的功能 */
/deep/.uni-scroll-view::-webkit-scrollbar { ::v-deep .uni-scroll-view::-webkit-scrollbar {
display: none; display: none;
} }
.swiper /deep/ .uni-swiper-dots-horizontal { .swiper ::v-deep .uni-swiper-dots-horizontal {
bottom: 25rpx; bottom: 25rpx;
} }
.swiper-left /deep/ .uni-swiper-dots-horizontal { .swiper-left ::v-deep .uni-swiper-dots-horizontal {
left: 40rpx; left: 40rpx;
transform: translate(0); transform: translate(0);
} }
.swiper-right /deep/ .uni-swiper-dots-horizontal { .swiper-right ::v-deep .uni-swiper-dots-horizontal {
right: 40rpx; right: 40rpx;
display: flex; display: flex;
justify-content: flex-end; justify-content: flex-end;
transform: translate(0); transform: translate(0);
} }
.carousel-angle /deep/ .uni-swiper-dots-horizontal .uni-swiper-dot { .carousel-angle ::v-deep .uni-swiper-dots-horizontal .uni-swiper-dot {
width: 24rpx; width: 24rpx;
border-radius: 0; border-radius: 0;
height: 8rpx; height: 8rpx;
} }
.swiper.ns-indicator-dots /deep/ .uni-swiper-dot { .swiper.ns-indicator-dots ::v-deep .uni-swiper-dot {
width: 18rpx; width: 18rpx;
height: 6rpx; height: 6rpx;
border-radius: 4rpx; border-radius: 4rpx;
} }
.swiper.ns-indicator-dots /deep/ .uni-swiper-dot-active { .swiper.ns-indicator-dots ::v-deep .uni-swiper-dot-active {
width: 36rpx; width: 36rpx;
} }
</style> </style>

View File

@@ -732,7 +732,7 @@ export default {
margin-top: 100rpx; margin-top: 100rpx;
} }
/deep/.uni-scroll-view::-webkit-scrollbar { ::v-deep .uni-scroll-view::-webkit-scrollbar {
/* 隐藏滚动条,但依旧具备可以滚动的功能 */ /* 隐藏滚动条,但依旧具备可以滚动的功能 */
display: none; display: none;
} }

View File

@@ -1380,11 +1380,11 @@ export default {
} }
} }
/deep/ .uni-popup__wrapper.uni-custom .uni-popup__wrapper-box { ::v-deep .uni-popup__wrapper.uni-custom .uni-popup__wrapper-box {
background: none !important; background: none !important;
} }
/deep/ .member-info-style4 .uni-popup__wrapper.uni-custom .uni-popup__wrapper-box { ::v-deep .member-info-style4 .uni-popup__wrapper.uni-custom .uni-popup__wrapper-box {
background: #fff !important; background: #fff !important;
} }
@@ -1484,8 +1484,8 @@ export default {
} }
</style> </style>
<style scoped> <style scoped>
.member-complete-info-popup /deep/ .uni-popup__wrapper.bottom, .member-complete-info-popup ::v-deep .uni-popup__wrapper.bottom,
.member-complete-info-popup /deep/ .uni-popup__wrapper.bottom .uni-popup__wrapper-box { .member-complete-info-popup ::v-deep .uni-popup__wrapper.bottom .uni-popup__wrapper-box {
border-top-left-radius: 30rpx !important; border-top-left-radius: 30rpx !important;
border-top-right-radius: 30rpx !important; border-top-right-radius: 30rpx !important;
} }

View File

@@ -319,7 +319,7 @@ export default {
</script> </script>
<style lang="scss"> <style lang="scss">
/deep/.uni-scroll-view ::-webkit-scrollbar { ::v-deep .uni-scroll-view ::-webkit-scrollbar {
/* 隐藏滚动条,但依旧具备可以滚动的功能 */ /* 隐藏滚动条,但依旧具备可以滚动的功能 */
display: none; display: none;
width: 0; width: 0;
@@ -328,7 +328,7 @@ export default {
background: transparent; background: transparent;
} }
/deep/::-webkit-scrollbar { ::v-deep ::-webkit-scrollbar {
display: none; display: none;
width: 0; width: 0;
height: 0; height: 0;

View File

@@ -391,7 +391,7 @@ export default {
</script> </script>
<style lang="scss"> <style lang="scss">
/deep/.uni-scroll-view ::-webkit-scrollbar { ::v-deep .uni-scroll-view ::-webkit-scrollbar {
/* 隐藏滚动条,但依旧具备可以滚动的功能 */ /* 隐藏滚动条,但依旧具备可以滚动的功能 */
display: none; display: none;
width: 0; width: 0;
@@ -400,7 +400,7 @@ export default {
background: transparent; background: transparent;
} }
/deep/::-webkit-scrollbar { ::v-deep ::-webkit-scrollbar {
display: none; display: none;
width: 0; width: 0;
height: 0; height: 0;

View File

@@ -276,7 +276,7 @@ export default {
</script> </script>
<style lang="scss"> <style lang="scss">
/deep/.uni-scroll-view ::-webkit-scrollbar { ::v-deep .uni-scroll-view ::-webkit-scrollbar {
/* 隐藏滚动条,但依旧具备可以滚动的功能 */ /* 隐藏滚动条,但依旧具备可以滚动的功能 */
display: none; display: none;
width: 0; width: 0;
@@ -285,7 +285,7 @@ export default {
background: transparent; background: transparent;
} }
/deep/::-webkit-scrollbar { ::v-deep ::-webkit-scrollbar {
display: none; display: none;
width: 0; width: 0;
height: 0; height: 0;

View File

@@ -257,7 +257,7 @@ export default {
</script> </script>
<style lang="scss"> <style lang="scss">
/deep/ .uni-input-placeholder { ::v-deep .uni-input-placeholder {
overflow: initial; overflow: initial;
} }

View File

@@ -536,7 +536,7 @@ scroll-view ::-webkit-scrollbar {
touch-action: none; touch-action: none;
} }
/deep/.uni-scroll-view ::-webkit-scrollbar { ::v-deep .uni-scroll-view ::-webkit-scrollbar {
/* 隐藏滚动条,但依旧具备可以滚动的功能 */ /* 隐藏滚动条,但依旧具备可以滚动的功能 */
display: none; display: none;
width: 0; width: 0;
@@ -545,7 +545,7 @@ scroll-view ::-webkit-scrollbar {
background: transparent; background: transparent;
} }
/deep/::-webkit-scrollbar { ::v-deep ::-webkit-scrollbar {
display: none; display: none;
width: 0; width: 0;
height: 0; height: 0;

View File

@@ -140,7 +140,7 @@ export default {
display: flex; display: flex;
align-items: baseline; align-items: baseline;
/deep/ .uni-scroll-view-content { ::v-deep .uni-scroll-view-content {
display: flex; display: flex;
align-items: center; align-items: center;
} }
@@ -148,7 +148,7 @@ export default {
&.between { &.between {
justify-content: space-between; justify-content: space-between;
/deep/.uni-scroll-view-content { ::v-deep .uni-scroll-view-content {
justify-content: space-between; justify-content: space-between;
} }
} }

View File

@@ -156,11 +156,11 @@
</script> </script>
<style lang="scss"> <style lang="scss">
/deep/.uni-popup__wrapper.uni-custom .uni-popup__wrapper-box { ::v-deep .uni-popup__wrapper.uni-custom .uni-popup__wrapper-box {
background-color: #000; background-color: #000;
} }
/deep/.uni-popup__wrapper.uni-custom.center .uni-popup__wrapper-box { ::v-deep .uni-popup__wrapper.uni-custom.center .uni-popup__wrapper-box {
max-width: 100%; max-width: 100%;
width: 100%; width: 100%;
} }

View File

@@ -843,15 +843,15 @@ export default {
z-index: 5; z-index: 5;
} }
/deep/ .uni-popup__wrapper { ::v-deep .uni-popup__wrapper {
background: transparent !important; background: transparent !important;
} }
/deep/ .sku-layer .uni-popup__wrapper.uni-custom .uni-popup__wrapper-box { ::v-deep .sku-layer .uni-popup__wrapper.uni-custom .uni-popup__wrapper-box {
background: transparent !important; background: transparent !important;
} }
/deep/ .uni-popup__wrapper.uni-custom .uni-popup__wrapper-box { ::v-deep .uni-popup__wrapper.uni-custom .uni-popup__wrapper-box {
background: transparent !important; background: transparent !important;
} }
</style> </style>

View File

@@ -17,7 +17,7 @@
<style lang="scss"> <style lang="scss">
.mp-html{ .mp-html{
/deep/ img{ ::v-deep img{
width:100% !important; width:100% !important;
display:block; display:block;
} }

View File

@@ -146,7 +146,7 @@
}; };
</script> </script>
<style scoped> <style scoped>
.register-box /deep/ .uni-scroll-view { .register-box ::v-deep .uni-scroll-view {
background: unset !important; background: unset !important;
} }
@@ -155,11 +155,11 @@
overflow-y: scroll; overflow-y: scroll;
} }
.register-box /deep/.uni-popup__wrapper-box { .register-box ::v-deep .uni-popup__wrapper-box {
overflow: unset !important; overflow: unset !important;
} }
.reward-popup /deep/.uni-popup__wrapper { .reward-popup ::v-deep .uni-popup__wrapper {
background: none; background: none;
} }
</style> </style>

View File

@@ -27,7 +27,7 @@ export default {
<style> <style>
/* 回到顶部的按钮 */ /* 回到顶部的按钮 */
.mescroll-totop { .mescroll-totop {
z-index: 99; z-index: 2147483647;
position: fixed !important; /* 加上important避免编译到H5,在多mescroll中定位失效 */ position: fixed !important; /* 加上important避免编译到H5,在多mescroll中定位失效 */
right: 46rpx !important; right: 46rpx !important;
bottom: 272rpx !important; bottom: 272rpx !important;

View File

@@ -130,5 +130,5 @@
"uniStatistics" : { "uniStatistics" : {
"version" : "2" "version" : "2"
}, },
"sassImplementationName" : "node-sass" "sassImplementationName" : "dart-sass"
} }

View File

@@ -19,8 +19,8 @@ https://unpkg.com/jweixin-module/out/index.js
## 使用 ## 使用
```js ```js
var wx = require('jweixin-module') var jweixin = require('jweixin-module')
wx.ready(function(){ jweixin.ready(function(){
// TODO // TODO
}); });
``` ```

File diff suppressed because one or more lines are too long

View File

@@ -1,42 +1,13 @@
{ {
"_from": "jweixin-module",
"_id": "jweixin-module@1.4.1",
"_inBundle": false,
"_integrity": "sha512-2R2oa1lYhAsclfjKSf3DP4ZiP1dcrQUbM7aklbeJA+UAg/LS7MqoA6UbTy1cs4sbB34z62K4bKW0Z9iazD8ejg==",
"_location": "/jweixin-module",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "jweixin-module",
"name": "jweixin-module", "name": "jweixin-module",
"escapedName": "jweixin-module", "version": "1.6.0",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/jweixin-module/-/jweixin-module-1.4.1.tgz",
"_shasum": "1fc8fa42622243f6c35651d272cd587debf56cd1",
"_spec": "jweixin-module",
"_where": "E:\\demo\\niushop_uniapp",
"author": {
"name": "Shengqiang Guo"
},
"bugs": {
"url": "https://github.com/zhetengbiji/jweixin-module/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "微信JS-SDK", "description": "微信JS-SDK",
"devDependencies": { "main": "lib/index.js",
"textfile": "^1.2.0", "scripts": {},
"uglify-js": "^3.4.9" "repository": {
"type": "git",
"url": "git+https://github.com/zhetengbiji/jweixin-module.git"
}, },
"homepage": "https://github.com/zhetengbiji/jweixin-module#readme",
"keywords": [ "keywords": [
"wxjssdk", "wxjssdk",
"weixin", "weixin",
@@ -45,16 +16,11 @@
"jssdk", "jssdk",
"wx" "wx"
], ],
"author": "Shengqiang Guo",
"license": "ISC", "license": "ISC",
"main": "out/index.js", "bugs": {
"name": "jweixin-module", "url": "https://github.com/zhetengbiji/jweixin-module/issues"
"repository": {
"type": "git",
"url": "git+https://github.com/zhetengbiji/jweixin-module.git"
}, },
"scripts": { "homepage": "https://github.com/zhetengbiji/jweixin-module#readme",
"build": "node build", "devDependencies": {}
"prepublish": "npm run build"
},
"version": "1.4.1"
} }

377
package-lock.json generated
View File

@@ -8,6 +8,7 @@
"jweixin-module": "^1.6.0" "jweixin-module": "^1.6.0"
}, },
"devDependencies": { "devDependencies": {
"dart-sass": "^1.25.0",
"terser-webpack-plugin": "^5.3.10", "terser-webpack-plugin": "^5.3.10",
"zion-uniapp-mp-load-package": "^1.0.13" "zion-uniapp-mp-load-package": "^1.0.13"
} }
@@ -368,6 +369,59 @@
"ajv": "^6.9.1" "ajv": "^6.9.1"
} }
}, },
"node_modules/anymatch": {
"version": "3.1.3",
"resolved": "https://registry.npmmirror.com/anymatch/-/anymatch-3.1.3.tgz",
"integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
"dev": true,
"license": "ISC",
"dependencies": {
"normalize-path": "^3.0.0",
"picomatch": "^2.0.4"
},
"engines": {
"node": ">= 8"
}
},
"node_modules/anymatch/node_modules/picomatch": {
"version": "2.3.1",
"resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-2.3.1.tgz",
"integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=8.6"
},
"funding": {
"url": "https://github.com/sponsors/jonschlinkert"
}
},
"node_modules/binary-extensions": {
"version": "2.3.0",
"resolved": "https://registry.npmmirror.com/binary-extensions/-/binary-extensions-2.3.0.tgz",
"integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=8"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/braces": {
"version": "3.0.3",
"resolved": "https://registry.npmmirror.com/braces/-/braces-3.0.3.tgz",
"integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
"dev": true,
"license": "MIT",
"dependencies": {
"fill-range": "^7.1.1"
},
"engines": {
"node": ">=8"
}
},
"node_modules/browserslist": { "node_modules/browserslist": {
"version": "4.23.3", "version": "4.23.3",
"resolved": "https://repo.huaweicloud.com/repository/npm/browserslist/-/browserslist-4.23.3.tgz", "resolved": "https://repo.huaweicloud.com/repository/npm/browserslist/-/browserslist-4.23.3.tgz",
@@ -449,6 +503,74 @@
"dev": true, "dev": true,
"license": "MIT" "license": "MIT"
}, },
"node_modules/dart-sass": {
"version": "1.25.0",
"resolved": "https://registry.npmmirror.com/dart-sass/-/dart-sass-1.25.0.tgz",
"integrity": "sha512-syNOAstJXAmvD3RifcDk3fiPMyYE2fY8so6w9gf2/wNlKpG0zyH+oiXubEYVOy1WAWkzOc72pbAxwx+3OU4JJA==",
"deprecated": "This package has been renamed to 'sass'.",
"dev": true,
"license": "MIT",
"dependencies": {
"chokidar": ">=2.0.0 <4.0.0"
},
"bin": {
"dart-sass": "sass.js"
},
"engines": {
"node": ">=8.9.0"
}
},
"node_modules/dart-sass/node_modules/chokidar": {
"version": "3.6.0",
"resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-3.6.0.tgz",
"integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
"dev": true,
"license": "MIT",
"dependencies": {
"anymatch": "~3.1.2",
"braces": "~3.0.2",
"glob-parent": "~5.1.2",
"is-binary-path": "~2.1.0",
"is-glob": "~4.0.1",
"normalize-path": "~3.0.0",
"readdirp": "~3.6.0"
},
"engines": {
"node": ">= 8.10.0"
},
"funding": {
"url": "https://paulmillr.com/funding/"
},
"optionalDependencies": {
"fsevents": "~2.3.2"
}
},
"node_modules/dart-sass/node_modules/picomatch": {
"version": "2.3.1",
"resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-2.3.1.tgz",
"integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=8.6"
},
"funding": {
"url": "https://github.com/sponsors/jonschlinkert"
}
},
"node_modules/dart-sass/node_modules/readdirp": {
"version": "3.6.0",
"resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-3.6.0.tgz",
"integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
"dev": true,
"license": "MIT",
"dependencies": {
"picomatch": "^2.2.1"
},
"engines": {
"node": ">=8.10.0"
}
},
"node_modules/electron-to-chromium": { "node_modules/electron-to-chromium": {
"version": "1.5.4", "version": "1.5.4",
"resolved": "https://repo.huaweicloud.com/repository/npm/electron-to-chromium/-/electron-to-chromium-1.5.4.tgz", "resolved": "https://repo.huaweicloud.com/repository/npm/electron-to-chromium/-/electron-to-chromium-1.5.4.tgz",
@@ -567,6 +689,47 @@
"dev": true, "dev": true,
"license": "MIT" "license": "MIT"
}, },
"node_modules/fill-range": {
"version": "7.1.1",
"resolved": "https://registry.npmmirror.com/fill-range/-/fill-range-7.1.1.tgz",
"integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
"dev": true,
"license": "MIT",
"dependencies": {
"to-regex-range": "^5.0.1"
},
"engines": {
"node": ">=8"
}
},
"node_modules/fsevents": {
"version": "2.3.3",
"resolved": "https://registry.npmmirror.com/fsevents/-/fsevents-2.3.3.tgz",
"integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
"dev": true,
"hasInstallScript": true,
"license": "MIT",
"optional": true,
"os": [
"darwin"
],
"engines": {
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
}
},
"node_modules/glob-parent": {
"version": "5.1.2",
"resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-5.1.2.tgz",
"integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
"dev": true,
"license": "ISC",
"dependencies": {
"is-glob": "^4.0.1"
},
"engines": {
"node": ">= 6"
}
},
"node_modules/glob-to-regexp": { "node_modules/glob-to-regexp": {
"version": "0.4.1", "version": "0.4.1",
"resolved": "https://repo.huaweicloud.com/repository/npm/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz", "resolved": "https://repo.huaweicloud.com/repository/npm/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz",
@@ -593,6 +756,52 @@
"node": ">=8" "node": ">=8"
} }
}, },
"node_modules/is-binary-path": {
"version": "2.1.0",
"resolved": "https://registry.npmmirror.com/is-binary-path/-/is-binary-path-2.1.0.tgz",
"integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
"dev": true,
"license": "MIT",
"dependencies": {
"binary-extensions": "^2.0.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/is-extglob": {
"version": "2.1.1",
"resolved": "https://registry.npmmirror.com/is-extglob/-/is-extglob-2.1.1.tgz",
"integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/is-glob": {
"version": "4.0.3",
"resolved": "https://registry.npmmirror.com/is-glob/-/is-glob-4.0.3.tgz",
"integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
"dev": true,
"license": "MIT",
"dependencies": {
"is-extglob": "^2.1.1"
},
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/is-number": {
"version": "7.0.0",
"resolved": "https://registry.npmmirror.com/is-number/-/is-number-7.0.0.tgz",
"integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=0.12.0"
}
},
"node_modules/jest-worker": { "node_modules/jest-worker": {
"version": "27.5.1", "version": "27.5.1",
"resolved": "https://repo.huaweicloud.com/repository/npm/jest-worker/-/jest-worker-27.5.1.tgz", "resolved": "https://repo.huaweicloud.com/repository/npm/jest-worker/-/jest-worker-27.5.1.tgz",
@@ -701,6 +910,16 @@
"license": "MIT", "license": "MIT",
"peer": true "peer": true
}, },
"node_modules/normalize-path": {
"version": "3.0.0",
"resolved": "https://registry.npmmirror.com/normalize-path/-/normalize-path-3.0.0.tgz",
"integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/picocolors": { "node_modules/picocolors": {
"version": "1.0.1", "version": "1.0.1",
"resolved": "https://repo.huaweicloud.com/repository/npm/picocolors/-/picocolors-1.0.1.tgz", "resolved": "https://repo.huaweicloud.com/repository/npm/picocolors/-/picocolors-1.0.1.tgz",
@@ -881,6 +1100,19 @@
} }
} }
}, },
"node_modules/to-regex-range": {
"version": "5.0.1",
"resolved": "https://registry.npmmirror.com/to-regex-range/-/to-regex-range-5.0.1.tgz",
"integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"is-number": "^7.0.0"
},
"engines": {
"node": ">=8.0"
}
},
"node_modules/undici-types": { "node_modules/undici-types": {
"version": "6.13.0", "version": "6.13.0",
"resolved": "https://repo.huaweicloud.com/repository/npm/undici-types/-/undici-types-6.13.0.tgz", "resolved": "https://repo.huaweicloud.com/repository/npm/undici-types/-/undici-types-6.13.0.tgz",
@@ -1318,6 +1550,39 @@
"dev": true, "dev": true,
"requires": {} "requires": {}
}, },
"anymatch": {
"version": "3.1.3",
"resolved": "https://registry.npmmirror.com/anymatch/-/anymatch-3.1.3.tgz",
"integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
"dev": true,
"requires": {
"normalize-path": "^3.0.0",
"picomatch": "^2.0.4"
},
"dependencies": {
"picomatch": {
"version": "2.3.1",
"resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-2.3.1.tgz",
"integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
"dev": true
}
}
},
"binary-extensions": {
"version": "2.3.0",
"resolved": "https://registry.npmmirror.com/binary-extensions/-/binary-extensions-2.3.0.tgz",
"integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==",
"dev": true
},
"braces": {
"version": "3.0.3",
"resolved": "https://registry.npmmirror.com/braces/-/braces-3.0.3.tgz",
"integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
"dev": true,
"requires": {
"fill-range": "^7.1.1"
}
},
"browserslist": { "browserslist": {
"version": "4.23.3", "version": "4.23.3",
"resolved": "https://repo.huaweicloud.com/repository/npm/browserslist/-/browserslist-4.23.3.tgz", "resolved": "https://repo.huaweicloud.com/repository/npm/browserslist/-/browserslist-4.23.3.tgz",
@@ -1357,6 +1622,48 @@
"integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==",
"dev": true "dev": true
}, },
"dart-sass": {
"version": "1.25.0",
"resolved": "https://registry.npmmirror.com/dart-sass/-/dart-sass-1.25.0.tgz",
"integrity": "sha512-syNOAstJXAmvD3RifcDk3fiPMyYE2fY8so6w9gf2/wNlKpG0zyH+oiXubEYVOy1WAWkzOc72pbAxwx+3OU4JJA==",
"dev": true,
"requires": {
"chokidar": ">=2.0.0 <4.0.0"
},
"dependencies": {
"chokidar": {
"version": "3.6.0",
"resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-3.6.0.tgz",
"integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
"dev": true,
"requires": {
"anymatch": "~3.1.2",
"braces": "~3.0.2",
"fsevents": "~2.3.2",
"glob-parent": "~5.1.2",
"is-binary-path": "~2.1.0",
"is-glob": "~4.0.1",
"normalize-path": "~3.0.0",
"readdirp": "~3.6.0"
}
},
"picomatch": {
"version": "2.3.1",
"resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-2.3.1.tgz",
"integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
"dev": true
},
"readdirp": {
"version": "3.6.0",
"resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-3.6.0.tgz",
"integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
"dev": true,
"requires": {
"picomatch": "^2.2.1"
}
}
}
},
"electron-to-chromium": { "electron-to-chromium": {
"version": "1.5.4", "version": "1.5.4",
"resolved": "https://repo.huaweicloud.com/repository/npm/electron-to-chromium/-/electron-to-chromium-1.5.4.tgz", "resolved": "https://repo.huaweicloud.com/repository/npm/electron-to-chromium/-/electron-to-chromium-1.5.4.tgz",
@@ -1445,6 +1752,31 @@
"integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
"dev": true "dev": true
}, },
"fill-range": {
"version": "7.1.1",
"resolved": "https://registry.npmmirror.com/fill-range/-/fill-range-7.1.1.tgz",
"integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
"dev": true,
"requires": {
"to-regex-range": "^5.0.1"
}
},
"fsevents": {
"version": "2.3.3",
"resolved": "https://registry.npmmirror.com/fsevents/-/fsevents-2.3.3.tgz",
"integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
"dev": true,
"optional": true
},
"glob-parent": {
"version": "5.1.2",
"resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-5.1.2.tgz",
"integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
"dev": true,
"requires": {
"is-glob": "^4.0.1"
}
},
"glob-to-regexp": { "glob-to-regexp": {
"version": "0.4.1", "version": "0.4.1",
"resolved": "https://repo.huaweicloud.com/repository/npm/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz", "resolved": "https://repo.huaweicloud.com/repository/npm/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz",
@@ -1465,6 +1797,36 @@
"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
"dev": true "dev": true
}, },
"is-binary-path": {
"version": "2.1.0",
"resolved": "https://registry.npmmirror.com/is-binary-path/-/is-binary-path-2.1.0.tgz",
"integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
"dev": true,
"requires": {
"binary-extensions": "^2.0.0"
}
},
"is-extglob": {
"version": "2.1.1",
"resolved": "https://registry.npmmirror.com/is-extglob/-/is-extglob-2.1.1.tgz",
"integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
"dev": true
},
"is-glob": {
"version": "4.0.3",
"resolved": "https://registry.npmmirror.com/is-glob/-/is-glob-4.0.3.tgz",
"integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
"dev": true,
"requires": {
"is-extglob": "^2.1.1"
}
},
"is-number": {
"version": "7.0.0",
"resolved": "https://registry.npmmirror.com/is-number/-/is-number-7.0.0.tgz",
"integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
"dev": true
},
"jest-worker": { "jest-worker": {
"version": "27.5.1", "version": "27.5.1",
"resolved": "https://repo.huaweicloud.com/repository/npm/jest-worker/-/jest-worker-27.5.1.tgz", "resolved": "https://repo.huaweicloud.com/repository/npm/jest-worker/-/jest-worker-27.5.1.tgz",
@@ -1544,6 +1906,12 @@
"dev": true, "dev": true,
"peer": true "peer": true
}, },
"normalize-path": {
"version": "3.0.0",
"resolved": "https://registry.npmmirror.com/normalize-path/-/normalize-path-3.0.0.tgz",
"integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
"dev": true
},
"picocolors": { "picocolors": {
"version": "1.0.1", "version": "1.0.1",
"resolved": "https://repo.huaweicloud.com/repository/npm/picocolors/-/picocolors-1.0.1.tgz", "resolved": "https://repo.huaweicloud.com/repository/npm/picocolors/-/picocolors-1.0.1.tgz",
@@ -1649,6 +2017,15 @@
"terser": "^5.26.0" "terser": "^5.26.0"
} }
}, },
"to-regex-range": {
"version": "5.0.1",
"resolved": "https://registry.npmmirror.com/to-regex-range/-/to-regex-range-5.0.1.tgz",
"integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
"dev": true,
"requires": {
"is-number": "^7.0.0"
}
},
"undici-types": { "undici-types": {
"version": "6.13.0", "version": "6.13.0",
"resolved": "https://repo.huaweicloud.com/repository/npm/undici-types/-/undici-types-6.13.0.tgz", "resolved": "https://repo.huaweicloud.com/repository/npm/undici-types/-/undici-types-6.13.0.tgz",

View File

@@ -3,6 +3,7 @@
"mp-weixin": "node scripts/mp-weixin.patch.js" "mp-weixin": "node scripts/mp-weixin.patch.js"
}, },
"devDependencies": { "devDependencies": {
"dart-sass": "^1.25.0",
"terser-webpack-plugin": "^5.3.10", "terser-webpack-plugin": "^5.3.10",
"zion-uniapp-mp-load-package": "^1.0.13" "zion-uniapp-mp-load-package": "^1.0.13"
}, },

View File

@@ -201,7 +201,7 @@ export default {
} }
</style> </style>
<style scoped> <style scoped>
.swiper /deep/ .uni-swiper-dots-horizontal { .swiper ::v-deep .uni-swiper-dots-horizontal {
left: 40%; left: 40%;
bottom: 40px bottom: 40px
} }
@@ -214,26 +214,26 @@ export default {
width: 80%; width: 80%;
} }
/deep/.diy-index-page .uni-popup .uni-popup__wrapper-box { ::v-deep .diy-index-page .uni-popup .uni-popup__wrapper-box {
border-radius: 0; border-radius: 0;
} }
/deep/ .placeholder { ::v-deep .placeholder {
height: 0; height: 0;
} }
/deep/::-webkit-scrollbar { ::v-deep ::-webkit-scrollbar {
width: 0; width: 0;
height: 0; height: 0;
background-color: transparent; background-color: transparent;
display: none; display: none;
} }
/deep/ .sku-layer .uni-popup__wrapper.uni-custom .uni-popup__wrapper-box { ::v-deep .sku-layer .uni-popup__wrapper.uni-custom .uni-popup__wrapper-box {
max-height: unset !important; max-height: unset !important;
} }
/deep/ .mescroll-totop { ::v-deep .mescroll-totop {
/* #ifdef H5 */ /* #ifdef H5 */
right: 28rpx !important; right: 28rpx !important;
bottom: 200rpx !important; bottom: 200rpx !important;

View File

@@ -59,7 +59,7 @@
} }
} }
.official-accounts-inner /deep/ .uni-popup__wrapper.uni-custom.center .uni-popup__wrapper-box { .official-accounts-inner ::v-deep .uni-popup__wrapper.uni-custom.center .uni-popup__wrapper-box {
overflow: inherit; overflow: inherit;
} }
.official-accounts-wrap { .official-accounts-wrap {

View File

@@ -376,13 +376,13 @@ export default {
</script> </script>
<style lang="scss"> <style lang="scss">
/deep/ .uni-popup__wrapper.uni-custom .uni-popup__wrapper-box { ::v-deep .uni-popup__wrapper.uni-custom .uni-popup__wrapper-box {
background: none; background: none;
max-height: unset !important; max-height: unset !important;
overflow-y: hidden !important; overflow-y: hidden !important;
} }
/deep/ .uni-popup__wrapper { ::v-deep .uni-popup__wrapper {
border-radius: 20rpx 20rpx 0 0; border-radius: 20rpx 20rpx 0 0;
} }

View File

@@ -74,38 +74,38 @@ export default {
</script> </script>
<style lang="scss"> <style lang="scss">
/deep/ .uni-popup__wrapper.uni-center { ::v-deep .uni-popup__wrapper.uni-center {
background: rgba(0, 0, 0, 0.6); background: rgba(0, 0, 0, 0.6);
} }
/deep/ .uni-popup__wrapper-box { ::v-deep .uni-popup__wrapper-box {
border-radius: 0 !important; border-radius: 0 !important;
} }
/deep/ .uni-popup__wrapper.uni-custom.center .uni-popup__wrapper-box { ::v-deep .uni-popup__wrapper.uni-custom.center .uni-popup__wrapper-box {
overflow-y: visible; overflow-y: visible;
} }
/deep/ .loading-layer { ::v-deep .loading-layer {
background: #fff !important; background: #fff !important;
} }
// 分类四一级展开 // 分类四一级展开
/deep/ .category-template-4 .template-four .uni-popup__wrapper-box { ::v-deep .category-template-4 .template-four .uni-popup__wrapper-box {
border-radius: 0px 0px 14px 14px !important; border-radius: 0px 0px 14px 14px !important;
overflow: hidden; overflow: hidden;
} }
/deep/ .category-template-4 .content-wrap .categoty-goods-wrap .goods-list { ::v-deep .category-template-4 .content-wrap .categoty-goods-wrap .goods-list {
margin-top: 30rpx; margin-top: 30rpx;
} }
/deep/ .category-template-4 .content-wrap .goods-list .goods-item .footer-wrap .right-wrap .num-action { ::v-deep .category-template-4 .content-wrap .goods-list .goods-item .footer-wrap .right-wrap .num-action {
width: 46rpx; width: 46rpx;
height: 46rpx; height: 46rpx;
} }
/deep/ .uni-page-refresh-inner .uni-page-refresh__path { ::v-deep .uni-page-refresh-inner .uni-page-refresh__path {
stroke: rgb(1, 1, 1) !important; stroke: rgb(1, 1, 1) !important;
} }
</style> </style>

View File

@@ -547,18 +547,18 @@ export default {
</style> </style>
<style scoped> <style scoped>
/deep/ .action-icon-wrap .iconfont.icon-shouye1 { ::v-deep .action-icon-wrap .iconfont.icon-shouye1 {
font-size: 40rpx; font-size: 40rpx;
} }
/deep/ .uni-video-cover { ::v-deep .uni-video-cover {
background: none; background: none;
} }
/deep/ .uni-video-cover-duration { ::v-deep .uni-video-cover-duration {
display: none; display: none;
} }
/deep/ .uni-video-cover-play-button { ::v-deep .uni-video-cover-play-button {
border-radius: 50%; border-radius: 50%;
border: 4rpx solid #fff; border: 4rpx solid #fff;
width: 120rpx; width: 120rpx;
@@ -570,7 +570,7 @@ export default {
max-height: initial !important; max-height: initial !important;
} }
/deep/ .sku-layer .uni-popup__wrapper-box { ::v-deep .sku-layer .uni-popup__wrapper-box {
overflow-y: initial !important; overflow-y: initial !important;
} }
@@ -597,46 +597,46 @@ export default {
width: initial; width: initial;
} }
/deep/ .uni-popup__wrapper.uni-custom .uni-popup__wrapper-box { ::v-deep .uni-popup__wrapper.uni-custom .uni-popup__wrapper-box {
max-height: unset !important; max-height: unset !important;
} }
/deep/ .goods-action-button.active1 { ::v-deep .goods-action-button.active1 {
padding-left: 10px; padding-left: 10px;
} }
/deep/ .goods-action-button.active2 { ::v-deep .goods-action-button.active2 {
padding-right: 10px; padding-right: 10px;
} }
/deep/ .goods-action-button.active3 { ::v-deep .goods-action-button.active3 {
padding: 0 10px; padding: 0 10px;
} }
/deep/ .goods-action-button.active4 { ::v-deep .goods-action-button.active4 {
padding: 0 10px; padding: 0 10px;
} }
/deep/ .uni-popup__wrapper.bottom { ::v-deep .uni-popup__wrapper.bottom {
border-radius: 24rpx 24rpx 0 0; border-radius: 24rpx 24rpx 0 0;
} }
/deep/ .goods-action-button.active1 .action-buttom-wrap { ::v-deep .goods-action-button.active1 .action-buttom-wrap {
height: 72rpx; height: 72rpx;
line-height: 72rpx; line-height: 72rpx;
} }
/deep/ .goods-action-button.active2 .action-buttom-wrap { ::v-deep .goods-action-button.active2 .action-buttom-wrap {
height: 72rpx; height: 72rpx;
line-height: 72rpx; line-height: 72rpx;
} }
/deep/ .goods-action-button.active3 .action-buttom-wrap { ::v-deep .goods-action-button.active3 .action-buttom-wrap {
height: 72rpx; height: 72rpx;
line-height: 72rpx; line-height: 72rpx;
margin: 20rpx 0; margin: 20rpx 0;
} }
/deep/ .goods-action-button.active4 .action-buttom-wrap { ::v-deep .goods-action-button.active4 .action-buttom-wrap {
height: 72rpx; height: 72rpx;
line-height: 72rpx; line-height: 72rpx;
} }

View File

@@ -324,7 +324,7 @@ export default {
} }
/deep/ .sku-layer .uni-popup__wrapper.uni-custom .uni-popup__wrapper-box { ::v-deep .sku-layer .uni-popup__wrapper.uni-custom .uni-popup__wrapper-box {
max-height: unset !important; max-height: unset !important;
} }
</style> </style>

View File

@@ -177,18 +177,18 @@
} }
} }
/deep/ .decrease { ::v-deep .decrease {
width: 52rpx; width: 52rpx;
height: 52rpx; height: 52rpx;
line-height: 48rpx; line-height: 48rpx;
font-size: 40rpx; font-size: 40rpx;
border-radius: 10rpx 0px 0px 10rpx; border-radius: 10rpx 0px 0px 10rpx;
} }
/deep/ input { ::v-deep input {
height: 52rpx; height: 52rpx;
line-height: 52rpx; line-height: 52rpx;
} }
/deep/ .increase { ::v-deep .increase {
width: 52rpx; width: 52rpx;
height: 52rpx; height: 52rpx;
line-height: 48rpx; line-height: 48rpx;

View File

@@ -835,7 +835,7 @@ export default {
margin-bottom: 30rpx; margin-bottom: 30rpx;
} }
/deep/ .sku-layer .uni-popup__wrapper.uni-custom .uni-popup__wrapper-box { ::v-deep .sku-layer .uni-popup__wrapper.uni-custom .uni-popup__wrapper-box {
max-height: unset !important; max-height: unset !important;
} }
</style> </style>

View File

@@ -296,7 +296,7 @@ export default {
@import './public/css/detail.scss'; @import './public/css/detail.scss';
</style> </style>
<style scoped> <style scoped>
/deep/ .sku-layer .uni-popup__wrapper.uni-custom .uni-popup__wrapper-box { ::v-deep .sku-layer .uni-popup__wrapper.uni-custom .uni-popup__wrapper-box {
max-height: unset !important; max-height: unset !important;
} }
</style> </style>

View File

@@ -460,11 +460,11 @@ export default {
</style> </style>
<style lang="scss" scoped> <style lang="scss" scoped>
/deep/ .uni-page { ::v-deep .uni-page {
overflow: hidden; overflow: hidden;
} }
/deep/ .mescroll-upwarp { ::v-deep .mescroll-upwarp {
padding-bottom: 100rpx; padding-bottom: 100rpx;
} }
</style> </style>

View File

@@ -95,15 +95,15 @@ export default {
</script> </script>
<style scoped lang="scss"> <style scoped lang="scss">
/deep/ .uni-popup__wrapper.uni-custom .uni-popup__wrapper-box { ::v-deep .uni-popup__wrapper.uni-custom .uni-popup__wrapper-box {
background: none; background: none;
max-height: unset !important; max-height: unset !important;
overflow-y: hidden !important; overflow-y: hidden !important;
} }
/deep/ .uni-popup__wrapper { ::v-deep .uni-popup__wrapper {
border-radius: 20rpx 20rpx 0 0; border-radius: 20rpx 20rpx 0 0;
} }
/deep/ .uni-popup { ::v-deep .uni-popup {
z-index: 8; z-index: 8;
} }
</style> </style>

View File

@@ -104,7 +104,7 @@ view {
} }
} }
/deep/ #action-date .uni-countdown .uni-countdown__number { ::v-deep #action-date .uni-countdown .uni-countdown__number {
border: none !important; border: none !important;
padding: 0 !important; padding: 0 !important;
margin: 0 !important; margin: 0 !important;

View File

@@ -353,7 +353,7 @@ $margin-both: 24rpx;
} }
} }
/deep/ #action-date .uni-countdown .uni-countdown__number { ::v-deep #action-date .uni-countdown .uni-countdown__number {
border: none !important; border: none !important;
padding: 0 !important; padding: 0 !important;
margin: 0 !important; margin: 0 !important;

View File

@@ -421,11 +421,11 @@
width: 100%; width: 100%;
} }
/deep/.uni-scroll-view { ::v-deep .uni-scroll-view {
background-color: #fff; background-color: #fff;
} }
/deep/.uni-scroll-view::-webkit-scrollbar { ::v-deep .uni-scroll-view::-webkit-scrollbar {
/* 隐藏滚动条,但依旧具备可以滚动的功能 */ /* 隐藏滚动条,但依旧具备可以滚动的功能 */
display: none; display: none;
} }
@@ -802,7 +802,7 @@
</style> </style>
<style lang="scss" scoped> <style lang="scss" scoped>
/deep/ .uni-popup__wrapper-box { ::v-deep .uni-popup__wrapper-box {
border-radius: 20rpx; border-radius: 20rpx;
} }
</style> </style>

View File

@@ -84,11 +84,11 @@ export default {
</script> </script>
<style lang="scss"> <style lang="scss">
/deep/ .empty { ::v-deep .empty {
margin-top: 0 !important; margin-top: 0 !important;
} }
/deep/ .member-point .mescroll-uni-content { ::v-deep .member-point .mescroll-uni-content {
overflow: hidden; overflow: hidden;
} }

View File

@@ -144,7 +144,7 @@ export default {
} }
</style> </style>
<style lang="scss"> <style lang="scss">
/deep/ .uni-popup__wrapper.uni-custom .uni-popup__wrapper-box { ::v-deep .uni-popup__wrapper.uni-custom .uni-popup__wrapper-box {
max-height: unset !important; max-height: unset !important;
} }

View File

@@ -583,18 +583,18 @@ export default {
@import './public/css/index.scss'; @import './public/css/index.scss';
</style> </style>
<style scoped lang="scss"> <style scoped lang="scss">
/deep/ .uni-popup__wrapper { ::v-deep .uni-popup__wrapper {
height: auto; height: auto;
} }
/deep/ .uni-popup__wrapper.uni-custom .uni-popup__wrapper-box, ::v-deep .uni-popup__wrapper.uni-custom .uni-popup__wrapper-box,
.uni-popup__wrapper.uni-custom.bottom .uni-popup__wrapper-box { .uni-popup__wrapper.uni-custom.bottom .uni-popup__wrapper-box {
background: none; background: none;
max-height: unset !important; max-height: unset !important;
overflow-y: hidden !important; overflow-y: hidden !important;
} }
/deep/ .uni-popup__wrapper { ::v-deep .uni-popup__wrapper {
border-radius: 20rpx 20rpx 0 0; border-radius: 20rpx 20rpx 0 0;
} }
</style> </style>

View File

@@ -299,21 +299,21 @@
@import './public/css/level.scss'; @import './public/css/level.scss';
</style> </style>
<style scoped lang="scss"> <style scoped lang="scss">
/deep/ .uni-popup__wrapper.uni-custom .uni-popup__wrapper-box { ::v-deep .uni-popup__wrapper.uni-custom .uni-popup__wrapper-box {
background: none; background: none;
max-height: unset !important; max-height: unset !important;
overflow-y: hidden !important; overflow-y: hidden !important;
} }
/deep/ .uni-popup__wrapper { ::v-deep .uni-popup__wrapper {
border-radius: 20rpx 20rpx 0 0; border-radius: 20rpx 20rpx 0 0;
} }
/deep/ .uni-popup { ::v-deep .uni-popup {
z-index: 8; z-index: 8;
} }
/deep/ .sku-layer .uni-popup__wrapper.uni-custom .uni-popup__wrapper-box { ::v-deep .sku-layer .uni-popup__wrapper.uni-custom .uni-popup__wrapper-box {
max-height: unset !important; max-height: unset !important;
} }
</style> </style>

View File

@@ -1,8 +1,8 @@
/deep/ .fixed { ::v-deep .fixed {
position: relative; position: relative;
top: 0; top: 0;
} }
/deep/ .empty { ::v-deep .empty {
margin-top: 0 !important; margin-top: 0 !important;
} }
.cart-empty { .cart-empty {

View File

@@ -333,7 +333,7 @@ export default {
background-color: #f5f5f5 !important; background-color: #f5f5f5 !important;
} }
/deep/ .sku-layer .uni-popup__wrapper.uni-custom .uni-popup__wrapper-box { ::v-deep .sku-layer .uni-popup__wrapper.uni-custom .uni-popup__wrapper-box {
max-height: unset !important; max-height: unset !important;
} }
</style> </style>

View File

@@ -228,38 +228,38 @@
<style lang="scss"> <style lang="scss">
@import './public/category.scss'; @import './public/category.scss';
/deep/ .uni-popup__wrapper.uni-center { ::v-deep .uni-popup__wrapper.uni-center {
background: rgba(0, 0, 0, 0.6); background: rgba(0, 0, 0, 0.6);
} }
/deep/ .uni-popup__wrapper-box { ::v-deep .uni-popup__wrapper-box {
border-radius: 0 !important; border-radius: 0 !important;
} }
/deep/ .uni-popup__wrapper.uni-custom.center .uni-popup__wrapper-box { ::v-deep .uni-popup__wrapper.uni-custom.center .uni-popup__wrapper-box {
overflow-y: visible; overflow-y: visible;
} }
/deep/ .loading-layer { ::v-deep .loading-layer {
background: #fff !important; background: #fff !important;
} }
// 分类四一级展开 // 分类四一级展开
/deep/ .category-template-4 .template-four .uni-popup__wrapper-box { ::v-deep .category-template-4 .template-four .uni-popup__wrapper-box {
border-radius: 0px 0px 14px 14px !important; border-radius: 0px 0px 14px 14px !important;
overflow: hidden; overflow: hidden;
} }
/deep/ .category-template-4 .content-wrap .categoty-goods-wrap .goods-list { ::v-deep .category-template-4 .content-wrap .categoty-goods-wrap .goods-list {
margin-top: 30rpx; margin-top: 30rpx;
} }
/deep/ .category-template-4 .content-wrap .goods-list .goods-item .footer-wrap .right-wrap .num-action { ::v-deep .category-template-4 .content-wrap .goods-list .goods-item .footer-wrap .right-wrap .num-action {
width: 46rpx; width: 46rpx;
height: 46rpx; height: 46rpx;
} }
/deep/ .uni-page-refresh-inner .uni-page-refresh__path { ::v-deep .uni-page-refresh-inner .uni-page-refresh__path {
stroke: rgb(1, 1, 1) !important; stroke: rgb(1, 1, 1) !important;
} }
</style> </style>

View File

@@ -261,7 +261,7 @@
z-index: 2; z-index: 2;
} }
/deep/ .template-four { ::v-deep .template-four {
position: relative; position: relative;
z-index: 1; z-index: 1;
@@ -702,7 +702,7 @@
.right-wrap { .right-wrap {
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: end; justify-content: flex-end;
.num { .num {
width: auto; width: auto;
@@ -856,7 +856,7 @@
} }
} }
/deep/ .uni-popup__wrapper-box { ::v-deep .uni-popup__wrapper-box {
border-radius: 0; border-radius: 0;
} }
@@ -890,7 +890,7 @@
justify-content: center; justify-content: center;
} }
/deep/ .loading-layer { ::v-deep .loading-layer {
background: #fff !important; background: #fff !important;
} }

View File

@@ -523,7 +523,7 @@ export default {
} }
</style> </style>
<style scoped> <style scoped>
/deep/ .uni-popup__wrapper.uni-custom .uni-popup__wrapper-box { ::v-deep .uni-popup__wrapper.uni-custom .uni-popup__wrapper-box {
max-height: unset !important; max-height: unset !important;
} }
</style> </style>

View File

@@ -252,12 +252,12 @@ export default {
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
/deep/ .fixed { ::v-deep .fixed {
position: relative; position: relative;
top: 0; top: 0;
} }
/deep/ .empty { ::v-deep .empty {
padding-top: 0 !important; padding-top: 0 !important;
} }

View File

@@ -324,17 +324,17 @@ export default {
@import "@/common/css/order_parment.scss"; @import "@/common/css/order_parment.scss";
</style> </style>
<style lang="scss" scoped> <style lang="scss" scoped>
/deep/ .uni-popup__wrapper.uni-custom .uni-popup__wrapper-box { ::v-deep .uni-popup__wrapper.uni-custom .uni-popup__wrapper-box {
background: none; background: none;
max-height: unset !important; max-height: unset !important;
overflow-y: hidden !important; overflow-y: hidden !important;
} }
/deep/ .uni-popup__wrapper { ::v-deep .uni-popup__wrapper {
border-radius: 20rpx 20rpx 0 0; border-radius: 20rpx 20rpx 0 0;
} }
/deep/ .uni-popup { ::v-deep .uni-popup {
z-index: 8; z-index: 8;
} }
</style> </style>

View File

@@ -161,7 +161,7 @@
}; };
</script> </script>
<style scoped> <style scoped>
.register-box /deep/ .uni-scroll-view { .register-box ::v-deep .uni-scroll-view {
background: unset !important; background: unset !important;
} }
@@ -171,11 +171,11 @@
/* margin-top:350rpx; */ /* margin-top:350rpx; */
} }
/deep/ .uni-popup__wrapper-box { ::v-deep .uni-popup__wrapper-box {
background-color: transparent !important; background-color: transparent !important;
} }
/deep/ .birthday-title-hint uni-image { ::v-deep .birthday-title-hint uni-image {
width: 113rpx !important; width: 113rpx !important;
height: 24rpx !important; height: 24rpx !important;
} }

View File

@@ -168,17 +168,17 @@
</script> </script>
<style scoped> <style scoped>
/deep/ .newgift-content uni-image { ::v-deep .newgift-content uni-image {
width: 113rpx !important; width: 113rpx !important;
height: 24rpx !important; height: 24rpx !important;
} }
/deep/ .reward-popup .uni-popup__wrapper.uni-custom.center .uni-popup__wrapper-box { ::v-deep .reward-popup .uni-popup__wrapper.uni-custom.center .uni-popup__wrapper-box {
max-height: unset !important; max-height: unset !important;
overflow-y: unset; overflow-y: unset;
} }
.register-box /deep/ .uni-scroll-view { .register-box ::v-deep .uni-scroll-view {
background: unset !important; background: unset !important;
} }

View File

@@ -1410,21 +1410,17 @@ $radius-lg: 36rpx;
color: $color-text-light; color: $color-text-light;
margin-bottom: 8rpx; margin-bottom: 8rpx;
letter-spacing: 0.5rpx; letter-spacing: 0.5rpx;
// 用户昵称右对齐AI昵称左对齐
&:not(.ai-message .message-nickname) {
text-align: right; text-align: right;
} }
// AI昵称专属样式 - 左移到气泡上方 // AI昵称专属样式 - 左移到气泡上方
&.ai-nickname { .ai-nickname {
text-align: left; text-align: left;
margin-left: 0; margin-left: 0;
padding-left: 0; padding-left: 0;
align-self: flex-start; align-self: flex-start;
margin-bottom: 4rpx; margin-bottom: 4rpx;
} }
}
.message-bubble { .message-bubble {
padding: 24rpx 32rpx; padding: 24rpx 32rpx;

View File

@@ -114,7 +114,7 @@ export default {
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
/deep/ .fixed { ::v-deep .fixed {
position: relative; position: relative;
top: 0; top: 0;
} }

View File

@@ -859,11 +859,11 @@ image {
} }
} }
/deep/ .channel-list-container { ::v-deep .channel-list-container {
padding: 0rpx !important; padding: 0rpx !important;
} }
/deep/ .mescroll-totop { ::v-deep .mescroll-totop {
right: 27rpx !important; right: 27rpx !important;
/* #ifdef H5 */ /* #ifdef H5 */
bottom: 120rpx !important; bottom: 120rpx !important;

View File

@@ -138,7 +138,7 @@
border-radius: 80rpx; border-radius: 80rpx;
} }
/deep/ .form-wrap { ::v-deep .form-wrap {
background: #fff; background: #fff;
padding: 30rpx; padding: 30rpx;
border-radius: 32rpx; border-radius: 32rpx;

View File

@@ -84,7 +84,7 @@ export default {
</script> </script>
<style lang="scss"> <style lang="scss">
/deep/ .uni-grid-item { ::v-deep .uni-grid-item {
width: calc((100vw - (#{$margin-both} * 2)) / 3) !important; width: calc((100vw - (#{$margin-both} * 2)) / 3) !important;
} }

View File

@@ -182,12 +182,12 @@
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
/deep/ .fixed { ::v-deep .fixed {
position: relative; position: relative;
top: 0; top: 0;
} }
/deep/ .empty { ::v-deep .empty {
margin-top: 0 !important; margin-top: 0 !important;
} }

View File

@@ -74,7 +74,7 @@ export default {
background: none !important; background: none !important;
} }
/deep/.diy-index-page .uni-popup .uni-popup__wrapper-box { ::v-deep .diy-index-page .uni-popup .uni-popup__wrapper-box {
border-radius: 0; border-radius: 0;
} }
@@ -82,18 +82,18 @@ export default {
width: 80%; width: 80%;
} }
/deep/ .placeholder { ::v-deep .placeholder {
height: 0; height: 0;
} }
/deep/::-webkit-scrollbar { ::v-deep ::-webkit-scrollbar {
width: 0; width: 0;
height: 0; height: 0;
background-color: transparent; background-color: transparent;
display: none; display: none;
} }
/deep/ .sku-layer .uni-popup__wrapper.uni-custom .uni-popup__wrapper-box { ::v-deep .sku-layer .uni-popup__wrapper.uni-custom .uni-popup__wrapper-box {
max-height: unset !important; max-height: unset !important;
} }
</style> </style>

View File

@@ -481,14 +481,14 @@ export default {
</style> </style>
<style lang="scss" scoped> <style lang="scss" scoped>
/deep/ .reward-popup .uni-popup__wrapper-box { ::v-deep .reward-popup .uni-popup__wrapper-box {
background: none !important; background: none !important;
max-width: unset !important; max-width: unset !important;
max-height: unset !important; max-height: unset !important;
overflow: unset !important; overflow: unset !important;
} }
/deep/ uni-toast .uni-simple-toast__text { ::v-deep uni-toast .uni-simple-toast__text {
background: red !important; background: red !important;
} }
</style> </style>

View File

@@ -1,8 +1,8 @@
/deep/.uni-scroll-view { ::v-deep .uni-scroll-view {
background-color: #fff; background-color: #fff;
} }
/deep/.uni-scroll-view::-webkit-scrollbar { ::v-deep .uni-scroll-view::-webkit-scrollbar {
/* 隐藏滚动条,但依旧具备可以滚动的功能 */ /* 隐藏滚动条,但依旧具备可以滚动的功能 */
display: none; display: none;
} }

View File

@@ -430,7 +430,7 @@ export default {
} }
</style> </style>
<style lang="scss"> <style lang="scss">
/deep/ .mescroll-upwarp { ::v-deep .mescroll-upwarp {
padding-bottom: 150rpx; padding-bottom: 150rpx;
} }
</style> </style>

View File

@@ -367,7 +367,7 @@ export default {
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
/deep/ .fixed { ::v-deep .fixed {
position: relative; position: relative;
top: 0; top: 0;
} }

View File

@@ -395,7 +395,7 @@
</script> </script>
<style lang="scss"> <style lang="scss">
/deep/ pick-regions, ::v-deep pick-regions,
.pick-regions { .pick-regions {
flex: 1; flex: 1;
} }

View File

@@ -221,7 +221,7 @@ export default {
</style> </style>
<style lang="scss" scoped> <style lang="scss" scoped>
/deep/ .sku-layer .uni-popup__wrapper.uni-custom .uni-popup__wrapper-box { ::v-deep .sku-layer .uni-popup__wrapper.uni-custom .uni-popup__wrapper-box {
max-height: unset !important; max-height: unset !important;
} }
</style> </style>

View File

@@ -73,12 +73,12 @@ export default {
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
/deep/ .fixed { ::v-deep .fixed {
position: relative; position: relative;
top: 0; top: 0;
} }
/deep/ .empty { ::v-deep .empty {
margin-top: 0 !important; margin-top: 0 !important;
} }
@@ -86,7 +86,7 @@ export default {
</style> </style>
<style lang="scss" scoped> <style lang="scss" scoped>
/deep/ .sku-layer .uni-popup__wrapper.uni-custom .uni-popup__wrapper-box { ::v-deep .sku-layer .uni-popup__wrapper.uni-custom .uni-popup__wrapper-box {
max-height: unset !important; max-height: unset !important;
} }
</style> </style>

View File

@@ -249,7 +249,7 @@ export default {
</script> </script>
<style lang="scss"> <style lang="scss">
/deep/ .empty { ::v-deep .empty {
margin-top: 0 !important; margin-top: 0 !important;
} }

View File

@@ -168,7 +168,7 @@ export default {
background: none !important; background: none !important;
} }
/deep/.diy-index-page .uni-popup .uni-popup__wrapper-box { ::v-deep .diy-index-page .uni-popup .uni-popup__wrapper-box {
border-radius: 0; border-radius: 0;
} }
@@ -176,11 +176,11 @@ export default {
width: 80%; width: 80%;
} }
/deep/ .placeholder { ::v-deep .placeholder {
height: 0; height: 0;
} }
/deep/::-webkit-scrollbar { ::v-deep ::-webkit-scrollbar {
width: 0; width: 0;
height: 0; height: 0;
background-color: transparent; background-color: transparent;
@@ -191,7 +191,7 @@ export default {
display: none; display: none;
} }
/deep/ .sku-layer .uni-popup__wrapper.uni-custom .uni-popup__wrapper-box { ::v-deep .sku-layer .uni-popup__wrapper.uni-custom .uni-popup__wrapper-box {
max-height: unset !important; max-height: unset !important;
} }

View File

@@ -266,7 +266,7 @@
</style> </style>
<style lang="scss" scoped> <style lang="scss" scoped>
/deep/ .uni-popup__wrapper.bottom { ::v-deep .uni-popup__wrapper.bottom {
border-radius: 24rpx 24rpx 0 0; border-radius: 24rpx 24rpx 0 0;
} }
</style> </style>

View File

@@ -232,7 +232,7 @@ export default {
</script> </script>
<style lang="scss"> <style lang="scss">
/deep/ .fixed { ::v-deep .fixed {
position: relative; position: relative;
top: 0; top: 0;
} }

View File

@@ -93,7 +93,7 @@ export default {
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
/deep/ .fixed { ::v-deep .fixed {
position: relative; position: relative;
top: 0; top: 0;
} }

View File

@@ -140,7 +140,7 @@ export default {
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
/deep/ .fixed { ::v-deep .fixed {
position: relative; position: relative;
top: 0; top: 0;
} }

View File

@@ -152,7 +152,7 @@ export default {
<style lang="scss"> <style lang="scss">
@import './public/css/logistics.scss'; @import './public/css/logistics.scss';
/deep/.uni-scroll-view ::-webkit-scrollbar { ::v-deep .uni-scroll-view ::-webkit-scrollbar {
/* 隐藏滚动条,但依旧具备可以滚动的功能 */ /* 隐藏滚动条,但依旧具备可以滚动的功能 */
display: none; display: none;
width: 0; width: 0;
@@ -160,7 +160,7 @@ export default {
color: transparent; color: transparent;
background: transparent; background: transparent;
} }
/deep/::-webkit-scrollbar { ::v-deep ::-webkit-scrollbar {
display: none; display: none;
width: 0; width: 0;
height: 0; height: 0;

View File

@@ -287,15 +287,15 @@ export default {
@import './public/css/refund.scss'; @import './public/css/refund.scss';
</style> </style>
<style scoped> <style scoped>
/deep/ .uni-popup__wrapper.uni-custom .uni-popup__wrapper-box { ::v-deep .uni-popup__wrapper.uni-custom .uni-popup__wrapper-box {
background: none; background: none;
max-height: unset !important; max-height: unset !important;
overflow-y: hidden !important; overflow-y: hidden !important;
} }
/deep/ .uni-popup__wrapper { ::v-deep .uni-popup__wrapper {
border-radius: 20rpx 20rpx 0 0; border-radius: 20rpx 20rpx 0 0;
} }
/deep/ .uni-popup { ::v-deep .uni-popup {
z-index: 8; z-index: 8;
} }
</style> </style>

View File

@@ -289,15 +289,15 @@ export default {
@import './public/css/refund.scss'; @import './public/css/refund.scss';
</style> </style>
<style scoped> <style scoped>
/deep/ .uni-popup__wrapper.uni-custom .uni-popup__wrapper-box { ::v-deep .uni-popup__wrapper.uni-custom .uni-popup__wrapper-box {
background: none; background: none;
max-height: unset !important; max-height: unset !important;
overflow-y: hidden !important; overflow-y: hidden !important;
} }
/deep/ .uni-popup__wrapper { ::v-deep .uni-popup__wrapper {
border-radius: 20rpx 20rpx 0 0; border-radius: 20rpx 20rpx 0 0;
} }
/deep/ .uni-popup { ::v-deep .uni-popup {
z-index: 8; z-index: 8;
} }
.sub-btn{ .sub-btn{

View File

@@ -95,17 +95,17 @@
@import './public/css/refund.scss'; @import './public/css/refund.scss';
</style> </style>
<style scoped> <style scoped>
/deep/ .uni-popup__wrapper.uni-custom .uni-popup__wrapper-box { ::v-deep .uni-popup__wrapper.uni-custom .uni-popup__wrapper-box {
background: none; background: none;
max-height: unset !important; max-height: unset !important;
overflow-y: hidden !important; overflow-y: hidden !important;
} }
/deep/ .uni-popup__wrapper { ::v-deep .uni-popup__wrapper {
border-radius: 20rpx 20rpx 0 0; border-radius: 20rpx 20rpx 0 0;
} }
/deep/ .uni-popup { ::v-deep .uni-popup {
z-index: 8; z-index: 8;
} }

View File

@@ -331,13 +331,13 @@
} }
} }
/deep/ .goods-recommend { ::v-deep .goods-recommend {
margin-top: 30rpx; margin-top: 30rpx;
} }
</style> </style>
<style scoped> <style scoped>
/deep/ .sku-layer .uni-popup__wrapper.uni-custom .uni-popup__wrapper-box { ::v-deep .sku-layer .uni-popup__wrapper.uni-custom .uni-popup__wrapper-box {
max-height: unset !important; max-height: unset !important;
} }
</style> </style>

View File

@@ -300,7 +300,7 @@
box-sizing: border-box; box-sizing: border-box;
} }
/deep/ .mescroll-uni-fixed { ::v-deep .mescroll-uni-fixed {
bottom: 280rpx !important; bottom: 280rpx !important;
} }
.recharge-title{ .recharge-title{

View File

@@ -412,7 +412,7 @@ const store = new Vuex.Store({
}, },
// 生成主题颜色CSS变量 // 生成主题颜色CSS变量
themeColorSet() { themeColorSet() {
console.log('样式颜色设置...'); // console.log('样式颜色设置...');
let theme = this.state.themeStyle; let theme = this.state.themeStyle;
if (!theme?.main_color || !theme?.aux_color) return; if (!theme?.main_color || !theme?.aux_color) return;
try { try {
@@ -436,7 +436,7 @@ const store = new Vuex.Store({
} catch (e) { } catch (e) {
console.error('设置主题颜色失败', e); console.error('设置主题颜色失败', e);
} }
console.log('themeColor => ', this.state.themeColor); // console.log('themeColor => ', this.state.themeColor);
} }
} }
}) })

View File

@@ -30,3 +30,21 @@ $base-color: var(--base-color); // 主色调
$base-help-color: var(--base-help-color); //辅助颜色 $base-help-color: var(--base-help-color); //辅助颜色
$goods-price-color: var(--goods-price-color); $goods-price-color: var(--goods-price-color);
// uni 兼容变量
$uni-font-size-sm: $font-size-tag; // 12px小字体
$uni-font-size-base: $font-size-base; // 14px正文文字
$uni-font-size-lg: $font-size-toolbar; // 16px大字体
$uni-bg-color: $color-bg; // 背景色
$uni-bg-color-mask: rgba(0, 0, 0, 0.4); // 遮罩背景色
$uni-border-color: $color-line; // 边框色
$uni-text-color: $color-title; // 主文字色
$uni-text-color-grey: $color-tip; // 灰色文字
$uni-text-color-placeholder: $color-disabled; // 占位文字色
$uni-bg-color-hover: $color-line; // hover 背景色
$uni-color-primary: $base-color; // 主色调
$uni-color-error: #ff4d4f; // 错误色
$uni-color-success: #52c41a; // 成功色
$uni-color-warning: #faad14; // 警告色
$uni-spacing-row-base: $margin-updown; // 行间距
$uni-opacity-disabled: 0.6; // 禁用透明度