|
@@ -6,6 +6,9 @@
|
|
|
<!-- 统一认证组件 -->
|
|
|
<tong-ren @btnClick='openIframe' :pageData="pageData" @phoneNum="phoneFuction">
|
|
|
</tong-ren>
|
|
|
+ <div class="memberBtnC" @click="toMemUrl()">
|
|
|
+ 如已订购,请领取会员
|
|
|
+ </div>
|
|
|
|
|
|
<div class="contentBox" v-if="pageData.mainJson.explainImg" :style="{'backgroundColor':pageData.mainJson.orderBgcol,'color':pageData.mainJson.pageTextcol}">
|
|
|
<div class="roundBox long">
|
|
@@ -98,6 +101,7 @@ export default {
|
|
|
tabArr: [],
|
|
|
type: "",
|
|
|
text: "",
|
|
|
+ thisMemUrl: "https://cplus.mige.tv/receive-product/"
|
|
|
}
|
|
|
},
|
|
|
created () {
|
|
@@ -116,6 +120,7 @@ export default {
|
|
|
obj.tabUrlApplet = val.tabUrlApplet
|
|
|
obj.icon = require("./components/img/huiyuan.png")
|
|
|
arr.push(obj)
|
|
|
+ this.thisMemUrl = val.tabUrlBasics
|
|
|
}
|
|
|
if (val.tabName == '流量激活') {
|
|
|
let obj = {}
|
|
@@ -161,7 +166,10 @@ export default {
|
|
|
this.tabArr.push(obj)
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
+ //
|
|
|
+ // setTimeout(()=>{
|
|
|
+ // this.isBuy = '已订购';
|
|
|
+ // },1000)
|
|
|
},
|
|
|
mounted () {
|
|
|
addR.showSP();
|
|
@@ -176,6 +184,10 @@ export default {
|
|
|
getChildData (data) {
|
|
|
this.isBuy = data;
|
|
|
},
|
|
|
+ toMemUrl() {
|
|
|
+ console.log(this.thisMemUrl)
|
|
|
+ location.href = this.thisMemUrl
|
|
|
+ },
|
|
|
async beforeLogin (type) {
|
|
|
this.type = type;
|
|
|
if (this.user.userid) {
|
|
@@ -215,6 +227,20 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+ .memberBtnC {
|
|
|
+ width: 396px;
|
|
|
+ height: 66px;
|
|
|
+ background: linear-gradient(0deg, #FBD75B 0%, #FBF3D4 100%);
|
|
|
+ border-radius: 33px;
|
|
|
+ font-size: 34px;
|
|
|
+ font-family: PingFang SC;
|
|
|
+ font-weight: 800;
|
|
|
+ color: rgba(250, 102, 32, 1);
|
|
|
+ line-height: 66px;
|
|
|
+ text-align: center;
|
|
|
+ margin: 30px auto 40px auto;;
|
|
|
+ }
|
|
|
+
|
|
|
.iframe {
|
|
|
position: fixed;
|
|
|
width: 100%;
|
|
@@ -252,12 +278,17 @@ export default {
|
|
|
outline: none;
|
|
|
height: 100%;
|
|
|
font-size: 33px;
|
|
|
- font-family: HYQiHei;
|
|
|
- font-weight: normal;
|
|
|
- color: #b0acac;
|
|
|
+ font-family: PingFang SC;
|
|
|
+ font-weight: bold;
|
|
|
+ color: #000000;
|
|
|
opacity: 0.7;
|
|
|
line-height: 79px;
|
|
|
}
|
|
|
+
|
|
|
+ .input::placeholder {
|
|
|
+ color: #b0acac;
|
|
|
+ font-weight: 500;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.btnBox {
|
|
@@ -425,4 +456,4 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
-</style>
|
|
|
+</style>
|