Browse Source

fix-7183(KIP-7183): H5端停车优惠券跳转失败

John-Hong 2 năm trước cách đây
mục cha
commit
2354c1d3a4

+ 13 - 6
src/pages/parkingFee/parkingFeeCoupon.vue

@@ -60,19 +60,19 @@
         >
         >
           <div class="guide-title">优惠券兑换指导</div>
           <div class="guide-title">优惠券兑换指导</div>
           <div class="guide-desc">
           <div class="guide-desc">
-            停车优惠券可直接使用,若您还没有兑换或继续兑换,可前往
+            <span>停车优惠券可直接使用,若您还没有兑换或继续兑换,可前往</span>
             <wx-open-launch-weapp
             <wx-open-launch-weapp
               username="gh_0bd6a97b6d38"
               username="gh_0bd6a97b6d38"
               :path="`pages/pointsMall/pointsMall${launchPath}`"
               :path="`pages/pointsMall/pointsMall${launchPath}`"
-              :env-version="envVersion"
               class="wx-open-launch-weapp"
               class="wx-open-launch-weapp"
               @launch="launchFn"
               @launch="launchFn"
               @error="launchErrorFn"
               @error="launchErrorFn"
-              ><span class="guide-mini"
-                >嘉里中心小程序>积分商城</span
-              ></wx-open-launch-weapp
             >
             >
-            进行兑换
+              <script type="text/wxtag-template">
+                嘉里中心小程序>积分商城
+              </script>
+            </wx-open-launch-weapp>
+            <span>进行兑换</span>
           </div>
           </div>
         </div>
         </div>
       </div>
       </div>
@@ -806,7 +806,14 @@ export default {
   }
   }
 
 
   .wx-open-launch-weapp {
   .wx-open-launch-weapp {
+    height: 42px;
+    position: relative;
+    top: 10px;
+    min-width: 150px;
     display: inline-block;
     display: inline-block;
+    color: #064c8a;
+    text-decoration: underline;
+    margin: 0 5px;
   }
   }
 
 
   &.flex-bottom {
   &.flex-bottom {