Parcourir la source

Merge branch 'dev5.8.1' of Software/android-cloud-H5 into master

guocanfeng il y a 1 an
Parent
commit
2797e16577

BIN
assets/image/claimCloudPhone/Inviting-others-img.png


+ 3 - 2
pages/claimCloudPhone/components/bargainingAssistance.vue

@@ -178,7 +178,8 @@
       <template v-if="bargainingTipsBool">
         <div class="bargaining-amount">
           <div class="bargaining-amount-text">
-            恭喜您,砍价成功<span>{{ bargainingAmount }}元</span>
+            <div> 恭喜您</div>
+            砍价成功<span>10.52元</span>
           </div>
           <lottie
             class="species"
@@ -1428,7 +1429,7 @@ export default {
       font-weight: bold;
       font-size: 24px;
       color: #ffffff;
-      line-height: 20px;
+      line-height: 30px;
       text-align: center;
       font-style: normal;
       span {

+ 2 - 1
pages/claimCloudPhone/purchase.vue

@@ -150,6 +150,7 @@ export default {
       ],
       btnLoading: false,
       activityPurchaseVisible: false,
+      H5_URL: process.env.H5_URL,
     };
   },
   mounted() {
@@ -190,7 +191,7 @@ export default {
         id: this.currentData.id,
         phoneType: this.currentData.phoneType,
         activityId: 690009,
-        returnUrl: location.origin + '/h5/claimCloudPhone/confirmation',
+        returnUrl: this.H5_URL + '/h5/claimCloudPhone/confirmation',
       };
       params = this.sort_ASCII(params);
       const sign = this.jiaqian(JSON.stringify(params));