|
@@ -1,7 +1,7 @@
|
|
<template>
|
|
<template>
|
|
<view>
|
|
<view>
|
|
|
|
|
|
- <view class="block" v-if="subscribe">
|
|
|
|
|
|
+ <view class="block">
|
|
<view class="item-container" @click="navRoseChart">
|
|
<view class="item-container" @click="navRoseChart">
|
|
<view class="analysis-name">
|
|
<view class="analysis-name">
|
|
<view class="t-icon t-icon-xtubiao-"></view>
|
|
<view class="t-icon t-icon-xtubiao-"></view>
|
|
@@ -26,14 +26,13 @@
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
|
|
- <view class="nosub-box" v-if="!subscribe">
|
|
|
|
|
|
+ <!-- <view class="nosub-box" v-if="!subscribe">
|
|
<view style="display: flex; align-items: center;margin: 30rpx 0 0 15rpx;">
|
|
<view style="display: flex; align-items: center;margin: 30rpx 0 0 15rpx;">
|
|
- <!-- <view class="t-icon t-icon-xtubiao-3" style="width: 50rpx;height: 50rpx;"></view> -->
|
|
|
|
<view class="nosub-text">综合分析模块</view>
|
|
<view class="nosub-text">综合分析模块</view>
|
|
</view>
|
|
</view>
|
|
<view class="nosub-content">孩子成绩综合全面分析</view>
|
|
<view class="nosub-content">孩子成绩综合全面分析</view>
|
|
<button class="nosub-btn" @click="getSubscribe">点击订阅</button>
|
|
<button class="nosub-btn" @click="getSubscribe">点击订阅</button>
|
|
- </view>
|
|
|
|
|
|
+ </view> -->
|
|
|
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
@@ -56,11 +55,11 @@
|
|
methods: {
|
|
methods: {
|
|
...mapMutations('m_parent',['updateSubscribe']),
|
|
...mapMutations('m_parent',['updateSubscribe']),
|
|
//获取订阅
|
|
//获取订阅
|
|
- getSubscribe() {
|
|
|
|
- this.updateSubscribe(true)
|
|
|
|
- const orderInfo = {
|
|
|
|
- order_price: 0.01,
|
|
|
|
- }
|
|
|
|
|
|
+ // getSubscribe() {
|
|
|
|
+ // this.updateSubscribe(true)
|
|
|
|
+ // const orderInfo = {
|
|
|
|
+ // order_price: 0.01,
|
|
|
|
+ // }
|
|
//获取服务供应商
|
|
//获取服务供应商
|
|
// uni.getProvider({
|
|
// uni.getProvider({
|
|
// service: 'payment',
|
|
// service: 'payment',
|
|
@@ -76,7 +75,7 @@
|
|
// }
|
|
// }
|
|
// })
|
|
// })
|
|
|
|
|
|
- },
|
|
|
|
|
|
+ // },
|
|
//导航玫瑰图页面
|
|
//导航玫瑰图页面
|
|
navRoseChart(e) {
|
|
navRoseChart(e) {
|
|
console.log(e);
|
|
console.log(e);
|
|
@@ -150,7 +149,7 @@
|
|
font-size: 35rpx;
|
|
font-size: 35rpx;
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
margin-left: 10rpx;
|
|
margin-left: 10rpx;
|
|
- background-image: linear-gradient(to right, #ba7a63, #e8997d);
|
|
|
|
|
|
+ background-image: linear-gradient(to right, #ce866e, #e8997d);
|
|
background-clip: text;//裁剪成文字的前景色
|
|
background-clip: text;//裁剪成文字的前景色
|
|
color: transparent;//文字颜色变成透明
|
|
color: transparent;//文字颜色变成透明
|
|
}
|
|
}
|
|
@@ -159,15 +158,17 @@
|
|
margin: 25rpx 65rpx 0 25rpx;
|
|
margin: 25rpx 65rpx 0 25rpx;
|
|
font-size: 45rpx;
|
|
font-size: 45rpx;
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
- background-image: linear-gradient(to right, #ba7a63, #e8997d);
|
|
|
|
|
|
+ background-image: linear-gradient(to right, #ce866e, #e8997d);
|
|
background-clip: text;//裁剪成文字的前景色
|
|
background-clip: text;//裁剪成文字的前景色
|
|
color: transparent;//文字颜色变成透明
|
|
color: transparent;//文字颜色变成透明
|
|
}
|
|
}
|
|
.nosub-btn{
|
|
.nosub-btn{
|
|
margin-top: 30rpx;
|
|
margin-top: 30rpx;
|
|
line-height: 65rpx;
|
|
line-height: 65rpx;
|
|
|
|
+ height: 65rpx;
|
|
|
|
+ width: 80%;
|
|
border-radius: 30rpx;
|
|
border-radius: 30rpx;
|
|
- font-size: 35rpx;
|
|
|
|
|
|
+ font-size: 30rpx;
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
background-image: linear-gradient(to right, #ba7a63, #ffa789);
|
|
background-image: linear-gradient(to right, #ba7a63, #ffa789);
|
|
}
|
|
}
|