Browse Source

数据校验

541469799@qq.com 10 months ago
parent
commit
f3b20531ae

+ 6 - 4
app/index/view/index/index.html

@@ -86,7 +86,9 @@
                             </div>
                         </div>
                         <div class="goodsShareBotton">
-                            <img src="/assets/index/asstes/icon/fx.jpg" alt="Share and earn points">
+                            <img src="/assets/index/asstes/icon/share.png" alt="Share and earn points">
+                            <span>Share</span>
+
                         </div>
                     </div>
                 </a>
@@ -137,7 +139,7 @@
                             </div>
                         </div>
                         <div class="goodsShareBotton">
-                            <img src="/assets/index/asstes/icon/fx.jpg" alt="Share and earn points">
+                            <img src="/assets/index/asstes/icon/share.png" alt="Share and earn points">
                         </div>
                     </div>
                 </a>
@@ -233,7 +235,7 @@
                         </div>
                     </div>
                     <div class="goodsShareBotton">
-                        <img src="/assets/index/asstes/icon/fx.jpg" alt="Share and earn points">
+                        <img src="/assets/index/asstes/icon/share.png" alt="Share and earn points">
                     </div>
                 </div>
             </a>
@@ -280,7 +282,7 @@
                         </div>
                     </div>
                     <div class="goodsShareBotton">
-                        <img src="/assets/index/asstes/icon/fx.jpg" alt="Share and earn points">
+                        <img src="/assets/index/asstes/icon/share.png" alt="Share and earn points">
                     </div>
                 </div>
             </a>

+ 42 - 18
app/index/view/index/vapePoints.html

@@ -10,37 +10,61 @@
 </header>
 <div class="container">
     <h2>What are Vape points?</h2>
-    <p>1.Points can be used as cash on orders. 100 points=$1.00. Customers can earn points through various activities
-        such as registering, purchasing items, posting reviews, and Signing up for our newsletter.
+    <p>1. Points can be used as cash on orders. 100 points=$1.00. Customers can earn points through various activities
+        such as registering, purchasing items, posting reviews, forwarding to friends and Signing up for our newsletter.
         <br>
-        2.All points must be obtained in accordance with the rules and Customer Conduct Code of our Terms & Conditions.
+        2. All points must be obtained in accordance with the rules and Customer Conduct Code of our Terms & Conditions.
         Violators will have their points reset to zero and/or their account suspended.
     </p>
+    <br>
+
+    <h2>How to Get Vape Points?</h2>
+    <p> For example, if you purchase one vape (any flavor) the cost is around 11 USD. Therefore you need 1100 points to
+        pay for this order. When you have enough points in the account, you can click the “Pay by Vape Points” and
+        proceed.
+
+        Example to get 1100 vape points: You registered on the website and forwarded to two friends to purchase =
+        100+500*2 = 1100 points.
+        Or, register on our website and purchased one order and a few months later purchased another order = 100 + 500 +
+        500 = 1100 vapes points! EASY!!</p>
+    <br>
 
     <h2>How to Use Vape Points?</h2>
-    <p>1.100 points=$1.00.
+    <p>1. 100 points=$1.00. Basically 1100 points approximately equals the value of one free vape. (Exclude shipping)
         <br>
-        2.The maximum of the points you redeemed each purchase is 1000.</p>
-
-    <h2>How to Get Vape Points?</h2>
-    <p> First time you subscribe to Newsletter etc.</p>
+        2. The points you redeemed for each purchase is 500. Re-direct to friends and family to purchase is 500 points.
+        (By entering their email addresses in the share function of each listing. If the email recipient clicks and
+        purchases, 500 vape points will automatically be redeemed to your account. )
+        Registration or subscribing to our newsletter = 100 points automatically. EACH Purchasing = 500 points. Each
+        review posting = 50 points (maximum 10 reviews per account) Forwarding to friends is fun. Each forwarded email
+        the user clicks and purchased, you can redeem receive 500 points directly and there is no limit to how many
+        points you can earn in this promotion function.
+        How to USE Vape Points?
+    </p>
+    <br>
 
     <h2>About your points</h2>
-    <p>1.When a customer requests a refund, the points earned from the corresponding order will be deducted from the
+    <p>1. When a customer requests a refund, the points earned from the corresponding order will be deducted from the
         account. Points can be deducted to a negative value. In this case, future points earned will offset the negative
         value first until the customer has a positive number of points.
         <br>
-        2.Each time you earn VapeSourcing points, there is a corresponding validity period. All points received are
-        valid for 365 days, we will revise your points balance regularly.
+        2. Each time you earn Vape points, there is a corresponding validity period. All points received are valid for
+        365 days, we will revise your points balance regularly.
     </p>
-
+    <br>
     <p>
-        We are authorized agency of all brands and can guarantee all products from factories have successfully passed QC
-        inspection.
-        Once the order has been received, please at first check the package and all items carefully to make sure whether
-        they can work well.
-        If there is something wrong, we always would like to handle it with a professional manner to make our customers
-        satisfied with their purchase from us.
+        For registration: <a href="/index/passport/login.html" class="aLink">click here! </a>(100 points)
+        <br>
+        IF you are already registered and:
+        <br>
+        i) would like to purchase, <a href="/index/index/index.html" class="aLink">click here! </a> (500 points each order)
+        <br>
+        ii) would like to post a review, <a href="/index/user/order.html" class="aLink">click here! </a> (50 points each review)
+        <br>
+        iii) would like to forward to a friend by email, <a href="/index/index/index.html" class="aLink">click here! </a> (500 points on each successfully forwarded link
+        purchase)
+        <br>
+        iv) would like to subscribe to our newsletter, <a href="/index/index/index.html" class="aLink">click here! </a> (100 points)
     </p>
 </div>
 {/block}

BIN
public/assets/index/asstes/icon/share.png


+ 5 - 0
public/assets/index/css/aboutUs.css

@@ -28,4 +28,9 @@ h1 {
 p {
     line-height: 1.6;
     font-size: larger;
+}
+
+.aLink {
+    text-decoration: underline;
+    color: #00a0e9;
 }

+ 2 - 2
public/assets/index/css/common.css

@@ -666,8 +666,8 @@ a:active, a:focus {
 }
 
 .footerIconItem img {
-    width: .54rem;
-    height: .54rem;
+    width: 1.14rem;
+    height: 1.14rem;
     border-radius: 1%;
 }
 

+ 1 - 1
public/assets/index/css/index.css

@@ -189,7 +189,7 @@ body{
     align-items: center;
 }
 .goodsShareBotton img{
-    width: .24rem;
+    width: .54rem;
 }
 #shareModal{
     position: fixed;