diff --git a/pages/index/index.wxml b/pages/index/index.wxml index 127b1f3..00256e2 100644 --- a/pages/index/index.wxml +++ b/pages/index/index.wxml @@ -3,15 +3,18 @@ - - + + + + + + 重试 + @@ -119,10 +122,10 @@ - + @@ -166,7 +169,7 @@ {{userInfo.phone}} {{userInfo.community_name}} - + 总量订单 diff --git a/pages/index/index.wxss b/pages/index/index.wxss index ff42cea..84ddf01 100644 --- a/pages/index/index.wxss +++ b/pages/index/index.wxss @@ -12,20 +12,6 @@ width:56rpx; height:56rpx; } -.nav-bar .community{ - display: flex; - align-items: center; - color:#fff; - margin-left:24rpx; - background: rgba(255, 255, 255, 0.08); - border-radius: 40rpx; - font-size: 28rpx; - padding:15rpx 30rpx; -} -.nav-bar .community .icon{ - width:20rpx;height:20rpx; - margin-right:8rpx; -} .nav-bar .start-order-switch{ background: rgba(255, 255, 255, 0.08); border-radius: 40rpx; diff --git a/project.miniapp.json b/project.miniapp.json index c7d135d..b94b1e8 100644 --- a/project.miniapp.json +++ b/project.miniapp.json @@ -29,6 +29,10 @@ "enableVConsole": "open", "privacy": { "enable": true + }, + "abi": { + "arm64-v8a": true, + "armeabi-v7a": true } }, "mini-ios": {