diff --git a/alipay/app.js b/alipay/app.js index 96d26b5fa2adf5a3c7d6f10fb7c7d61aa74f4f40..63e19ff24a442ff8c54bc115d6754016c0659c03 100755 --- a/alipay/app.js +++ b/alipay/app.js @@ -47,7 +47,7 @@ App({ // 请求地址 request_url: "https://demo.shopxo.net/", - request_url: 'http://localhost/project/shopxo/service/', + //request_url: 'http://localhost/project/shopxo/service/', // 基础信息 application_title: "ShopXO电商系统", diff --git a/alipay/app.json b/alipay/app.json index 8ea78a510a7474b2e6939ecdb8a88151d1a2c50b..c851a018ef34ab5e005d081c23cc4f9c1da30a32 100755 --- a/alipay/app.json +++ b/alipay/app.json @@ -1,5 +1,5 @@ { - "pages": ["pages/user-order/user-order", + "pages": [ "pages/index/index", "pages/goods-category/goods-category", "pages/cart/cart", @@ -15,7 +15,7 @@ "pages/user-address/user-address", "pages/user-address-save/user-address-save", - + "pages/user-order/user-order", "pages/user-order-detail/user-order-detail", "pages/user-faovr/user-faovr", "pages/user-answer-list/user-answer-list", diff --git a/alipay/pages/goods-search/goods-search.acss b/alipay/pages/goods-search/goods-search.acss index 9744f0c48cf6040290578d2f6c145c23c2d76013..4c015867745d12f7a53de5e37d5dbbabc1badd48 100755 --- a/alipay/pages/goods-search/goods-search.acss +++ b/alipay/pages/goods-search/goods-search.acss @@ -1,3 +1,26 @@ +/** + * 排序导航 + */ + .nav-sort { + background: #eee; + } +.nav-sort-content .item { + height: 80rpx; + line-height: 80rpx; + width: 160rpx; +} +.nav-sort-content .item .icon { + width: 30rpx; + height: 30rpx; +} +.screening-submit { + width: 50rpx; + height: 50rpx; + position: absolute; + top: 15rpx; + right: 20rpx; +} + /** * 商品列表 */ @@ -70,27 +93,4 @@ left: 0; bottom: 0; border-radius: 0; -} - -/** - * 排序导航 - */ - .nav-sort { - background: #eee; - } -.nav-sort-content .item { - height: 80rpx; - line-height: 80rpx; - width: 160rpx; -} -.nav-sort-content .item .icon { - width: 30rpx; - height: 30rpx; -} -.screening-submit { - width: 50rpx; - height: 50rpx; - position: absolute; - top: 15rpx; - right: 20rpx; } \ No newline at end of file diff --git a/alipay/pages/user-order/user-order.acss b/alipay/pages/user-order/user-order.acss index 5bca32ff144c5a69651e73a05c27c7e9c3e70f2a..eb8caec1c1bd1f57f8200d8b13bf48576fbdf6f2 100755 --- a/alipay/pages/user-order/user-order.acss +++ b/alipay/pages/user-order/user-order.acss @@ -3,8 +3,8 @@ */ .nav { background: #eee; - height: 70rpx; - line-height: 70rpx; + height: 80rpx; + line-height: 80rpx; } .nav .item { width: 16.66%; @@ -14,7 +14,7 @@ * 列表 */ .scroll-box{ - height: calc(100vh - 70rpx); + height: calc(100vh - 80rpx); } .goods-base { min-height: 160rpx;