diff --git a/pages.json b/pages.json index a8c24c0..f85a46b 100644 --- a/pages.json +++ b/pages.json @@ -88,6 +88,12 @@ "navigationBarTitleText" : "视频" } }, + { + "path":"user/rewardsCenter", + "style" : { + "navigationBarTitleText" : "兑换中心" + } + }, { "path": "ticket/index", "style": { diff --git a/pages/coupon/coupon.vue b/pages/coupon/coupon.vue index 2bf6f89..7895561 100644 --- a/pages/coupon/coupon.vue +++ b/pages/coupon/coupon.vue @@ -10,6 +10,10 @@ + + 前往兑换中心 > + + @@ -95,4 +99,20 @@ } } } + + .goRewards{ + width: 400rpx; + height: 80rpx; + background: #FFFFFF; + border-radius: 40rpx; + font-weight: 500; + font-size: 31rpx; + color: #000000; + margin: 0 auto; + position: fixed; + bottom: 180rpx; + text-align: center; + line-height: 80rpx; + left: calc( 50% - 200rpx ); + } \ No newline at end of file diff --git a/subPackages/order/cartOrder.vue b/subPackages/order/cartOrder.vue index 33bf93c..cffc963 100644 --- a/subPackages/order/cartOrder.vue +++ b/subPackages/order/cartOrder.vue @@ -91,7 +91,11 @@ 运费: - ¥{{item.post/100}} + + {{item.postPrice/100}} + ¥{{item.post/100}} +