Commit 974447ee authored by jyx's avatar jyx

优化样式

parent ee3b8180
<template> <template>
<view> <z-paging>
<book-search-box id='search'></book-search-box> <book-search-box id='search'></book-search-box>
<CategoryBar id='category' :range='categorys' :current='currentIndex' @change='changeCategory' <CategoryBar id='category' :range='categorys' :current='currentIndex' @change='changeCategory'
@ready='readyCategory'></CategoryBar> @ready='readyCategory'></CategoryBar>
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
</swiper> </swiper>
</view> </view>
<!-- <c-login></c-login> --> <!-- <c-login></c-login> -->
</view> </z-paging>
</template> </template>
<script> <script>
......
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
</view> </view>
</view> </view>
<view class="trialStyle"> <view class="trialStyle" v-if="false">
<text v-if="hintText"> <text v-if="hintText">
{{hintText}} {{hintText}}
</text> </text>
...@@ -54,8 +54,7 @@ ...@@ -54,8 +54,7 @@
</checkbox> </checkbox>
</checkbox-group> </checkbox-group>
<view>您已阅读并同意 <view>您已阅读并同意
<text class="agreementText" @click="goAgreement(1)">《连续订阅服务协议》</text> <text class="agreementText" @click="goAgreement(2)">《支付协议》</text>
<text class="agreementText" @click="goAgreement(2)">《支付协议》</text>
<text class="agreementText" @click="goAgreement(3)">《隐私政策》</text> <text class="agreementText" @click="goAgreement(3)">《隐私政策》</text>
</view> </view>
</view> </view>
...@@ -209,11 +208,17 @@ ...@@ -209,11 +208,17 @@
}, },
goAgreement(type) { goAgreement(type) {
if (type == 1) { if (type == 1) {
navigateTo(`/pages/brower/brower?url=https://api.mints-tech.cn/camera-api/agreements/xxx/gmxy.html`) navigateTo(
`/pages/brower/brower?url=https://api.mints-tech.cn/camera-api/agreements/kshelibook/gmxy.html`
)
} else if (type == 2) { } else if (type == 2) {
navigateTo(`/pages/brower/brower?url=https://api.mints-tech.cn/camera-api/agreements/xxx/syzc.html`) navigateTo(
`/pages/brower/brower?url=https://api.mints-tech.cn/camera-api/agreements/kshelibook/syzc.html`
)
} else if (type == 3) { } else if (type == 3) {
navigateTo(`/pages/brower/brower?url=https://api.mints-tech.cn/camera-api/agreements/xxx/yhxy.html`) navigateTo(
`/pages/brower/brower?url=https://api.mints-tech.cn/camera-api/agreements/kshelibook/yhxy.html`
)
} }
} }
} }
...@@ -258,7 +263,7 @@ ...@@ -258,7 +263,7 @@
.pack-content { .pack-content {
width: 100%; width: 100%;
height: 320rpx; height: 260rpx;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment