| | |
| | | }, |
| | | jumpShopIntegral() { |
| | | uni.navigateTo({ |
| | | url: '/pagesA/shop_points/shop_points' |
| | | url: '/pagesA/pages/shop_points/shop_points' |
| | | }) |
| | | } |
| | | } |
| | |
| | | this.title = '服务介绍' |
| | | break; |
| | | case '2': |
| | | this.title = '收费标准' |
| | | this.title = '积分规则' |
| | | break; |
| | | case '3': |
| | | this.title = '关于我们' |
| | |
| | | if(this.flag == 1){ |
| | | that.content = res.data.serverIntroduce||'' |
| | | }else if(this.flag == 2){ |
| | | that.content = res.data.feeStandards||'' |
| | | that.content = res.data.integralRule||'' |
| | | } else if(this.flag == 4){ |
| | | that.content = res.data.userAgreement||'' |
| | | } else if(this.flag == 5){ |
| | |
| | | <template> |
| | | <view class="points"> |
| | | |
| | | <view class="info-rule">积分规则</view> |
| | | <view class="info-rule" @click="jumpService">积分规则</view> |
| | | <view class="head" :style="{ backgroundImage: 'url(' + backImage + ')', height: 'calc(' + (navHeight + statusbarHeight + 'px + 376rpx)') }"> |
| | | <view :style="{ width: '100%', height: navHeight + statusbarHeight + 'px' }"></view> |
| | | <view class="head-bar" :style="{ height: navHeight + statusbarHeight + 'px' }"> |
| | |
| | | } |
| | | this.loading=false |
| | | }, |
| | | jumpService(flag) { |
| | | jumpService() { |
| | | uni.navigateTo({ |
| | | url: '/pagesA/rich-text-page/rich-text-page?flag='+2 |
| | | url: '/pagesA/pages/rich-text-page/rich-text-page?flag='+2 |
| | | }) |
| | | }, |
| | | checkShopLogin(){ |