diff --git a/manifest.json b/manifest.json index dc7e3c5..3352ade 100644 --- a/manifest.json +++ b/manifest.json @@ -58,7 +58,10 @@ }, "usingComponents" : true, "permission" : {}, - "requiredPrivateInfos" : [ "chooseLocation" ] + "requiredPrivateInfos" : [ "chooseLocation" ], + "unipush" : { + "enable" : true + } }, "mp-alipay" : { "usingComponents" : true @@ -94,5 +97,7 @@ } } } - } + }, + // i卡不用配置 a卡才要 + "sassImplementationName": "node-sass" } diff --git a/pages/index/category.vue b/pages/index/category.vue index 5a49653..3beb301 100644 --- a/pages/index/category.vue +++ b/pages/index/category.vue @@ -175,7 +175,7 @@ } } - &::v-deep .uv-vtabs__content { + /deep/ .uv-vtabs__content { background: transparent !important; overflow: hidden; } @@ -209,7 +209,7 @@ } } - &::v-deep .uv-vtabs { + /deep/ .uv-vtabs { width: 750rpx; overflow: hidden; } diff --git a/pages_order/static/address/selectIcon.png b/pages_order/static/address/selectIcon.png new file mode 100644 index 0000000..1251474 Binary files /dev/null and b/pages_order/static/address/selectIcon.png differ