diff --git a/pageQuota/Balance/index.vue b/pageQuota/Balance/index.vue index 9c70a26..520f4ab 100644 --- a/pageQuota/Balance/index.vue +++ b/pageQuota/Balance/index.vue @@ -1,227 +1,181 @@ - \ No newline at end of file diff --git a/pageQuota/Balance/index1.vue b/pageQuota/Balance/index1.vue new file mode 100644 index 0000000..9c70a26 --- /dev/null +++ b/pageQuota/Balance/index1.vue @@ -0,0 +1,227 @@ + + + + + \ No newline at end of file diff --git a/pages.json b/pages.json index 3c93849..ce933a0 100644 --- a/pages.json +++ b/pages.json @@ -78,6 +78,13 @@ "navigationBarTitleText": "售后退款详情", "enablePullDownRefresh": false } + }, + { + "path": "pages/gift/index", + "style": { + "navigationBarTitleText": "购买礼包", + "enablePullDownRefresh": true + } } ], "subPackages": [{ @@ -168,7 +175,7 @@ }, { "path": "Balance/index", "style": { - "navigationBarTitleText": "我的余额", + "navigationBarTitleText": "我的账户", "enablePullDownRefresh": true } }, diff --git a/pages/gift/index.vue b/pages/gift/index.vue new file mode 100644 index 0000000..b6a34e5 --- /dev/null +++ b/pages/gift/index.vue @@ -0,0 +1,223 @@ + + + + + + \ No newline at end of file diff --git a/pages/index/index.vue b/pages/index/index.vue index a88241f..f57c095 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -5,6 +5,16 @@ 惠农批发 + + + + {{STORE_INFO.name}} + + + + {{STORE_INFO.detailed_address}} + + { + uni.navigateTo({ + url + }) + + } + // 用户选择的门店信息 let STORE_INFO = uni.getStorageSync('STORE_INFO'); if (STORE_INFO) @@ -923,4 +940,8 @@ overflow: hidden; transition: 400ms; } + + .store-info { + margin: 0 0 20rpx 20rpx; + } \ No newline at end of file diff --git a/pages/my/my.vue b/pages/my/my.vue index 146dc13..d3082fa 100644 --- a/pages/my/my.vue +++ b/pages/my/my.vue @@ -13,8 +13,7 @@ ID: {{userInfo.id}} - - + - + + + + + 供销经营礼包 + + + 立即购买 + + + + + 我的订单 @@ -153,6 +165,13 @@ }) } + const navgo = (url) => { + uni.navigateTo({ + url + }) + + } + const logout = () => { userStore.setToken(''); userStore.setUserInfo({}); @@ -189,7 +208,7 @@ box-sizing: border-box; padding: 50rpx 0 50rpx 50rpx; position: absolute; - top: 100rpx; + top: 150rpx; left: 0; z-index: 2; @@ -362,4 +381,31 @@ border-radius: 14rpx; overflow: hidden; } + + + .gift { + width: 710rpx; + margin: 20rpx; + margin-bottom: 0; + box-sizing: border-box; + padding: 20rpx; + align-items: center; + height: 96rpx; + display: flex; + justify-content: space-between; + box-sizing: border-box; + background-color: #FAF1D7; + font-size: 26rpx; + + .gift-buy { + font-size: 24rpx; + width: 136rpx; + height: 56rpx; + background-color: white; + border-radius: 28rpx; + line-height: 56rpx; + text-align: center; + color: #7D661E; + } + } \ No newline at end of file diff --git a/pagesOrder/detail/detail.vue b/pagesOrder/detail/detail.vue index 85e08ff..1553b10 100644 --- a/pagesOrder/detail/detail.vue +++ b/pagesOrder/detail/detail.vue @@ -30,10 +30,10 @@ - + diff --git a/pagesOrder/order/component/good.vue b/pagesOrder/order/component/good.vue index 63356a3..1d1eefc 100644 --- a/pagesOrder/order/component/good.vue +++ b/pagesOrder/order/component/good.vue @@ -1,7 +1,7 @@