|
@@ -1,121 +1,124 @@
|
|
|
<template>
|
|
|
<view>
|
|
|
- <m-nav-bar title="开通会员" :transparent="true" />
|
|
|
- <div class="buyvip-box">
|
|
|
- <img class="top-img" :src="topImg" alt="头部背景" />
|
|
|
- <div class="info-warn">您还未开通完整版系统,付费购买后享受更多功能</div>
|
|
|
- <div class="item-box">
|
|
|
- <van-cell class="cell-title" title="选择充值方式" />
|
|
|
- <div class="radio-box">
|
|
|
- <div
|
|
|
- v-for="(item, index) in goodsList"
|
|
|
- class="radio-item"
|
|
|
- :class="{ select: index === goodsIndex }"
|
|
|
- :key="index"
|
|
|
+ <userHead></userHead>
|
|
|
+ <view class="content">
|
|
|
+ <view class="vip">
|
|
|
+ <view
|
|
|
+ class="vip-item"
|
|
|
+ style="background: #e1e9f5; border: 2rpx solid #498ef5"
|
|
|
+ @click="
|
|
|
+ () => {
|
|
|
+ vipCodeVisible = true;
|
|
|
+ }
|
|
|
+ "
|
|
|
+ >
|
|
|
+ <view class="vip-item-icon"> <image :src="jihuoma"></image> </view>
|
|
|
+ <text style="font-size: 26rpx; color: #498ef5; margin-left: 18rpx"
|
|
|
+ >激活码激活</text
|
|
|
+ >
|
|
|
+ </view>
|
|
|
+
|
|
|
+ <view
|
|
|
+ v-if="ios_vip_open||!isIos"
|
|
|
+ class="vip-item"
|
|
|
+ style="background: #feeaee; border: 2px solid #fe2c55"
|
|
|
+ >
|
|
|
+ <view>
|
|
|
+ <view @click="buy" style="display: flex; align-items: center">
|
|
|
+ <view class="vip-item-icon"> <image :src="douyin"></image> </view>
|
|
|
+
|
|
|
+ <text style="font-size: 26rpx; color: #fe2c55; margin-left: 18rpx"
|
|
|
+ >抖音充值激活\n
|
|
|
+ <text
|
|
|
+ ><text style="font-size: 36rpx">{{ price }}元</text>
|
|
|
+ <text
|
|
|
+ style="margin-left: 12rpx; text-decoration: line-through"
|
|
|
+ >{{ orginPrice }}元</text
|
|
|
+ ></text
|
|
|
+ >
|
|
|
+ </text>
|
|
|
+ </view>
|
|
|
+ <!-- <view style="display: flex; align-items: center;margin-top:18rpx;">
|
|
|
+ <view>
|
|
|
+ <text style="color: #ff4d53; font-size: 44rpx">
|
|
|
+ {{ price }}<text style="font-size: 26rpx;margin-right:14rpx;">元</text></text
|
|
|
+ >
|
|
|
+ <text style="color: #ff4d53; font-size: 26rpx">
|
|
|
+ {{ orginPrice }}元</text
|
|
|
+ >
|
|
|
+ </view>
|
|
|
+ </view> -->
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <van-overlay :show="vipCodeVisible">
|
|
|
+ <view class="popUps">
|
|
|
+ <view class="content">
|
|
|
+ <view
|
|
|
@click="
|
|
|
() => {
|
|
|
- goodsIndex = index;
|
|
|
+ vipCodeVisible = false;
|
|
|
}
|
|
|
"
|
|
|
+ class="close"
|
|
|
+ >
|
|
|
+ <van-icon name="cross" size="24px" />
|
|
|
+ </view>
|
|
|
+
|
|
|
+ <view
|
|
|
+ style="
|
|
|
+ width: 100%;
|
|
|
+ text-align: center;
|
|
|
+ font-size: 30rpx;
|
|
|
+ margin-top: 20rpx;
|
|
|
+ "
|
|
|
+ >提示</view
|
|
|
>
|
|
|
- <span>{{ item.dictLabel }}</span>
|
|
|
- <div v-if="index === 1" class="radio-item-recom">推荐</div>
|
|
|
- <span>¥{{ item.dictValue.split(",")[0] }}</span>
|
|
|
- <span>原价{{ item.dictValue.split(",")[1] }}元</span>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="item-box">
|
|
|
- <van-cell class="cell-title" title="使用说明" />
|
|
|
- <div class="readme">
|
|
|
- <span>1. 有效期内拥有VIP权限.</span>
|
|
|
- <span>2. 过期后可以使用免费用户的权限.</span>
|
|
|
- <span>3. 可以续费.</span>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="button-box">
|
|
|
- <div v-if="!isIos" class="button" @click="buy">立即开通</div>
|
|
|
- <div v-if="isIos && !ios_vip_open" class="button_gray">ios不支持</div>
|
|
|
- <div v-if="isIos && ios_vip_open" class="button" @click="buy">
|
|
|
- 立即开通
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div style="height: 60px"></div>
|
|
|
- </div>
|
|
|
+ <view
|
|
|
+ style="
|
|
|
+ width: 100%;
|
|
|
+ text-align: center;
|
|
|
+ color: #5c6066;
|
|
|
+ font-size: 26rpx;
|
|
|
+ margin-top: 40rpx;
|
|
|
+ "
|
|
|
+ >您还未开通系统,请输入激活码开通!</view
|
|
|
+ >
|
|
|
+ <input
|
|
|
+ v-model="vipCode"
|
|
|
+ placeholder-style="font-size:13px"
|
|
|
+ class="content-input"
|
|
|
+ placeholder="请输入激活码"
|
|
|
+ />
|
|
|
+ <view @click="sendVipCode" class="content-open"> 立即开通 </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </van-overlay>
|
|
|
</view>
|
|
|
</template>
|
|
|
|
|
|
<script>
|
|
|
-import topImg from "./top-background.png";
|
|
|
import api from "@/api/index";
|
|
|
+import userHead from "./component/userHead.vue";
|
|
|
+import douyin from "@/assets/img/douyin.png";
|
|
|
+import jihuoma from "@/assets/img/jihuoma.png";
|
|
|
export default {
|
|
|
data() {
|
|
|
return {
|
|
|
- isIos: false,
|
|
|
+ douyin,
|
|
|
+ isIos:false,
|
|
|
ios_vip_open: 0,
|
|
|
- goodsList: [
|
|
|
- {
|
|
|
- searchValue: null,
|
|
|
- createBy: "admin",
|
|
|
- createTime: "2021-11-18 18:01:26",
|
|
|
- updateTime: null,
|
|
|
- updateBy: null,
|
|
|
- remark: null,
|
|
|
- params: {},
|
|
|
- dictCode: 29,
|
|
|
- dictSort: 0,
|
|
|
- dictLabel: "一个月",
|
|
|
- dictValue: "38,48,30",
|
|
|
- dictType: "vip_type_price",
|
|
|
- cssClass: null,
|
|
|
- listClass: null,
|
|
|
- isDefault: "N",
|
|
|
- status: "0",
|
|
|
- default: false,
|
|
|
- },
|
|
|
- {
|
|
|
- searchValue: null,
|
|
|
- createBy: "admin",
|
|
|
- createTime: "2021-11-18 18:01:39",
|
|
|
- updateTime: null,
|
|
|
- updateBy: null,
|
|
|
- remark: null,
|
|
|
- params: {},
|
|
|
- dictCode: 30,
|
|
|
- dictSort: 0,
|
|
|
- dictLabel: "六个月",
|
|
|
- dictValue: "68,98,180",
|
|
|
- dictType: "vip_type_price",
|
|
|
- cssClass: null,
|
|
|
- listClass: null,
|
|
|
- isDefault: "N",
|
|
|
- status: "0",
|
|
|
- default: false,
|
|
|
- },
|
|
|
- {
|
|
|
- searchValue: null,
|
|
|
- createBy: "admin",
|
|
|
- createTime: "2021-11-18 18:01:50",
|
|
|
- updateTime: null,
|
|
|
- updateBy: null,
|
|
|
- remark: null,
|
|
|
- params: {},
|
|
|
- dictCode: 31,
|
|
|
- dictSort: 0,
|
|
|
- dictLabel: "两年",
|
|
|
- dictValue: "98,128,730",
|
|
|
- dictType: "vip_type_price",
|
|
|
- cssClass: null,
|
|
|
- listClass: null,
|
|
|
- isDefault: "N",
|
|
|
- status: "0",
|
|
|
- default: false,
|
|
|
- },
|
|
|
- ],
|
|
|
- goodsIndex: 1,
|
|
|
- topImg,
|
|
|
+ jihuoma,
|
|
|
+ price: 0,
|
|
|
+ orginPrice: 0,
|
|
|
+ vipCodeVisible: false,
|
|
|
+ vipCode: "",
|
|
|
};
|
|
|
},
|
|
|
+ components: {
|
|
|
+ userHead,
|
|
|
+ },
|
|
|
methods: {
|
|
|
buy(e) {
|
|
|
//studentTtPrepareOrder
|
|
@@ -136,11 +139,26 @@ export default {
|
|
|
uni.pay({
|
|
|
orderInfo: res.data,
|
|
|
service: 5,
|
|
|
+ success(res) {},
|
|
|
});
|
|
|
+ this.$store.dispatch("GetInfo");
|
|
|
});
|
|
|
|
|
|
//#endif
|
|
|
},
|
|
|
+ sendVipCode() {
|
|
|
+ api.code
|
|
|
+ .studentVipCode({
|
|
|
+ vipCode: this.vipCode,
|
|
|
+ })
|
|
|
+ .then((res) => {
|
|
|
+ uni.showToast({
|
|
|
+ title: res.msg,
|
|
|
+ icon: "none",
|
|
|
+ });
|
|
|
+ this.$store.dispatch("GetInfo");
|
|
|
+ });
|
|
|
+ },
|
|
|
},
|
|
|
mounted() {
|
|
|
const systemInfo = wx.getSystemInfoSync();
|
|
@@ -157,29 +175,10 @@ export default {
|
|
|
//#ifdef MP-TOUTIAO
|
|
|
this.goodsIndex = 0;
|
|
|
api.buy.systemConfigConfigKey("vip_price").then((res) => {
|
|
|
- api.buy.systemConfigConfigKey("vip_price_original").then((result) => {
|
|
|
- this.goodsList = [
|
|
|
- {
|
|
|
- searchValue: null,
|
|
|
- createBy: "admin",
|
|
|
- createTime: "2021-11-18 18:01:26",
|
|
|
- updateTime: null,
|
|
|
- updateBy: null,
|
|
|
- remark: null,
|
|
|
- params: {},
|
|
|
- dictCode: 29,
|
|
|
- dictSort: 0,
|
|
|
- dictLabel: "终身会员",
|
|
|
- dictValue: res.data + "," + result.data,
|
|
|
- dictType: "vip_type_price",
|
|
|
- cssClass: null,
|
|
|
- listClass: null,
|
|
|
- isDefault: "N",
|
|
|
- status: "0",
|
|
|
- default: false,
|
|
|
- },
|
|
|
- ];
|
|
|
- });
|
|
|
+ this.price = res.data;
|
|
|
+ });
|
|
|
+ api.buy.systemConfigConfigKey("vip_price_original").then((res) => {
|
|
|
+ this.orginPrice = res.data;
|
|
|
});
|
|
|
//#endif
|
|
|
},
|
|
@@ -196,152 +195,74 @@ export default {
|
|
|
</script>
|
|
|
|
|
|
<style scoped lang="scss">
|
|
|
-.buyvip-box {
|
|
|
- width: 100%;
|
|
|
- margin-top: -50px;
|
|
|
- min-height: 100vh;
|
|
|
+.popUps {
|
|
|
display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ align-content: center;
|
|
|
align-items: center;
|
|
|
- flex-direction: column;
|
|
|
- background: #ffdda6;
|
|
|
- .top-img {
|
|
|
- width: 100%;
|
|
|
- }
|
|
|
- .info-warn {
|
|
|
- width: 345px;
|
|
|
- height: 49px;
|
|
|
- background: #ffffff;
|
|
|
- border-radius: 10px;
|
|
|
+ width: 100%;
|
|
|
+ height: 100vh;
|
|
|
+
|
|
|
+ .content {
|
|
|
+ width: 590rpx;
|
|
|
+ height: 480rpx;
|
|
|
+ background: #fff;
|
|
|
+ border-radius: 20rpx;
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
- align-items: center;
|
|
|
- font-size: 13px;
|
|
|
- font-family: PingFang SC;
|
|
|
- font-weight: 400;
|
|
|
- color: #91540f;
|
|
|
- margin-top: -70px;
|
|
|
- margin-bottom: 10px;
|
|
|
- }
|
|
|
- .item-box {
|
|
|
- width: 345px;
|
|
|
- background: #ffffff;
|
|
|
- border-radius: 10px;
|
|
|
- padding: 15px;
|
|
|
- margin-bottom: 10px;
|
|
|
- .cell-title {
|
|
|
- font-size: 16px;
|
|
|
- font-family: PingFang SC;
|
|
|
- font-weight: bold;
|
|
|
- line-height: 20px;
|
|
|
- color: #0a1a33;
|
|
|
- margin-left: -10px;
|
|
|
- margin-bottom: 15px;
|
|
|
+ align-content: flex-start;
|
|
|
+ align-items: flex-start;
|
|
|
+ flex-wrap: wrap;
|
|
|
+ position: relative;
|
|
|
+ .close {
|
|
|
+ position: absolute;
|
|
|
+ right: 30rpx;
|
|
|
}
|
|
|
- }
|
|
|
- .readme {
|
|
|
- display: flex;
|
|
|
- flex-direction: column;
|
|
|
- font-size: 13px;
|
|
|
- line-height: 20px;
|
|
|
- span {
|
|
|
- margin-bottom: 5px;
|
|
|
+ .content-input {
|
|
|
+ width: 500rpx;
|
|
|
+ height: 60rpx;
|
|
|
+ background: rgba(242, 243, 245, 0.39);
|
|
|
+ border: 2rpx solid #e8e8e8;
|
|
|
+ opacity: 1;
|
|
|
+ border-radius: 30rpx;
|
|
|
+ padding-left: 15rpx;
|
|
|
+ margin-top: 40rpx;
|
|
|
}
|
|
|
- }
|
|
|
- .radio-box {
|
|
|
- display: flex;
|
|
|
- justify-content: space-around;
|
|
|
- align-items: center;
|
|
|
- .select {
|
|
|
- background: #fcf1de !important;
|
|
|
- }
|
|
|
- .radio-item {
|
|
|
- position: relative;
|
|
|
- .radio-item-recom {
|
|
|
- position: absolute;
|
|
|
- top: 0;
|
|
|
- width: 30px;
|
|
|
- height: 15px;
|
|
|
- line-height: 15px;
|
|
|
- font-size: 10px;
|
|
|
- background: #ff4d53;
|
|
|
- border-radius: 0%;
|
|
|
- right: 0;
|
|
|
- transform: translate(15%, -30%);
|
|
|
- border-radius: 5px 0px 5px 0px;
|
|
|
- color: #fff;
|
|
|
- }
|
|
|
- }
|
|
|
- div {
|
|
|
- width: 98px;
|
|
|
- font-size: 20px;
|
|
|
- display: flex;
|
|
|
- flex-direction: column;
|
|
|
- align-items: center;
|
|
|
- justify-content: space-around;
|
|
|
- background: #ffffff;
|
|
|
- border: 1px solid #faca93;
|
|
|
- height: 124px;
|
|
|
- border-radius: 5px;
|
|
|
- span {
|
|
|
- font-family: PingFang SC;
|
|
|
- &:nth-of-type(1) {
|
|
|
- font-size: 13px;
|
|
|
- font-weight: bold;
|
|
|
- color: #91540f;
|
|
|
- }
|
|
|
- &:nth-of-type(2) {
|
|
|
- font-size: 30px;
|
|
|
- font-weight: bold;
|
|
|
- color: #ff4d53;
|
|
|
- }
|
|
|
- &:nth-of-type(3) {
|
|
|
- font-size: 11px;
|
|
|
- font-weight: 400;
|
|
|
- color: #8a9099;
|
|
|
- text-decoration: line-through;
|
|
|
- }
|
|
|
- }
|
|
|
+ .content-open {
|
|
|
+ width: 200rpx;
|
|
|
+ height: 60rpx;
|
|
|
+ font-size: 26rpx;
|
|
|
+ background: #498ef5;
|
|
|
+ border-radius: 30rpx;
|
|
|
+ margin-top: 40rpx;
|
|
|
+ color: #fff;
|
|
|
+ line-height: 60rpx;
|
|
|
+ text-align: center;
|
|
|
}
|
|
|
}
|
|
|
- .button-box {
|
|
|
- position: fixed;
|
|
|
- background-color: #ffffff;
|
|
|
- bottom: 0;
|
|
|
- width: 375px;
|
|
|
- height: 60px;
|
|
|
+}
|
|
|
+.content {
|
|
|
+ padding-top: 20rpx;
|
|
|
+ padding-left: 30rpx;
|
|
|
+ padding-right: 30rpx;
|
|
|
+ .vip {
|
|
|
display: flex;
|
|
|
- justify-content: center;
|
|
|
- align-items: center;
|
|
|
- .button_gray {
|
|
|
- width: 152px;
|
|
|
- height: 40px;
|
|
|
- background: #b1b1b1;
|
|
|
- border-radius: 30px;
|
|
|
- display: flex;
|
|
|
- justify-content: center;
|
|
|
- align-items: center;
|
|
|
- font-size: 15px;
|
|
|
- font-family: PingFang SC;
|
|
|
- font-weight: 500;
|
|
|
- color: #fff;
|
|
|
- letter-spacing: 0px;
|
|
|
- }
|
|
|
- .button {
|
|
|
- width: 152px;
|
|
|
- height: 40px;
|
|
|
- background: #faca93;
|
|
|
- border-radius: 30px;
|
|
|
+ justify-content: space-between;
|
|
|
+ .vip-item {
|
|
|
+ width: 334rpx;
|
|
|
+ height: 200rpx;
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
+ align-content: center;
|
|
|
align-items: center;
|
|
|
- font-size: 15px;
|
|
|
- font-family: PingFang SC;
|
|
|
- font-weight: 500;
|
|
|
- color: #91540f;
|
|
|
- letter-spacing: 0px;
|
|
|
-
|
|
|
- &:active {
|
|
|
- background-color: red;
|
|
|
+ border-radius: 20rpx;
|
|
|
+ .vip-item-icon {
|
|
|
+ width: 42rpx;
|
|
|
+ height: 48rpx;
|
|
|
+ > image {
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
}
|