ymm 3 年 前
コミット
ef83971f57
共有3 個のファイルを変更した21 個の追加9 個の削除を含む
  1. 1 1
      microserviceUserH5/vcloud/actFission.html
  2. 5 6
      microserviceUserH5/vcloud/actFissionShare.html
  3. 15 2
      microserviceUserH5/vcloud/share.html

+ 1 - 1
microserviceUserH5/vcloud/actFission.html

@@ -319,7 +319,7 @@
 				<div class="rule">
 					<p>1.分享双子星攻略文章至微信好友/微信朋友圈/QQ,好友注册成功后,分享者即可获得1小时星动套餐时长。</p>
 					<p>2.用户通过该分享链接获取的激活码,只针对新注册用户有效领取并兑换一次。</p>
-					<p>3.分享者每日最多获得10位好友的注册奖励,且奖励为当日有效,奖励过期不补发。</p>
+					<p>3.分享者每日最多分享给10位好友领取激活码并获得注册奖励,且奖励为当日有效,奖励过期不补发。</p>
 					<p>4.分享者若没有云机,需要先创建星动云机才可继续领取奖励。</p>
 					<p>5.新用户领取的激活码需在有效期内使用,若超过有效期则激活码失效。</p>
 				</div>

+ 5 - 6
microserviceUserH5/vcloud/actFissionShare.html

@@ -4,8 +4,8 @@
 <head>
     <meta charset="UTF-8">
     <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
-    <meta name="description" content="分享朋友">
-    <title></title>
+    <meta name="description" content="分享内容 ">
+    <title>分享内容 </title>
     <link rel="icon" href="../static/img/favicon2.ico" type="img/x-ico">
     <link rel="stylesheet" href="../static/css/index.css?v=1.0.0.2">
     <link rel="stylesheet" href="../static/css/vant.css" />
@@ -21,7 +21,6 @@
             /* align-items: center;
 			justify-content: center; */
         }
-
         .top-banner {
             width: 6.82rem;
             height: 0.82rem;
@@ -337,12 +336,12 @@
 
                             try {
                                 if (isIOS) {
-                                    var input = document.createElement("input");
+                                    const input = document.createElement("input");
                                     input.value = this.code;
                                     document.body.appendChild(input);
                                     input.select();
-                                    input.setSelectionRange(0, input.value.length), document
-                                        .execCommand('Copy');
+                                    input.setSelectionRange(0, input.value.length);
+                                    document.execCommand('Copy');
                                     document.body.removeChild(input);
                                     this.$dialog.alert({
                                         message: '复制成功'

+ 15 - 2
microserviceUserH5/vcloud/share.html

@@ -32,13 +32,13 @@
 		}
 
 		.footer img {
-	        width: 5.22rem;
+			width: 5.22rem;
 			height: 100%;
 		}
 
 		.hideContainer {
 			width: 7.5rem;
-			display: flex; 
+			display: flex;
 			justify-content: center;
 			align-items: center;
 			height: calc(100vh - 1.36rem);
@@ -111,6 +111,19 @@
 			letter-spacing: 0.02rem;
 
 		}
+
+		h1,
+		h2,
+		h3,
+		h4,
+		h5 {
+			font-size: 0.32rem;
+			font-family: PingFangSC-Semibold, PingFang SC;
+			font-weight: 600;
+			color: #333333;
+			margin-bottom: 0.12rem;
+			margin-top: 0.12rem;
+		}
 	</style>
 </head>