|
@@ -60,19 +60,19 @@
|
|
|
>
|
|
|
<div class="guide-title">优惠券兑换指导</div>
|
|
|
<div class="guide-desc">
|
|
|
- 停车优惠券可直接使用,若您还没有兑换或继续兑换,可前往
|
|
|
+ <span>停车优惠券可直接使用,若您还没有兑换或继续兑换,可前往</span>
|
|
|
<wx-open-launch-weapp
|
|
|
username="gh_0bd6a97b6d38"
|
|
|
:path="`pages/pointsMall/pointsMall${launchPath}`"
|
|
|
- :env-version="envVersion"
|
|
|
class="wx-open-launch-weapp"
|
|
|
@launch="launchFn"
|
|
|
@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>
|
|
@@ -806,7 +806,14 @@ export default {
|
|
|
}
|
|
|
|
|
|
.wx-open-launch-weapp {
|
|
|
+ height: 42px;
|
|
|
+ position: relative;
|
|
|
+ top: 10px;
|
|
|
+ min-width: 150px;
|
|
|
display: inline-block;
|
|
|
+ color: #064c8a;
|
|
|
+ text-decoration: underline;
|
|
|
+ margin: 0 5px;
|
|
|
}
|
|
|
|
|
|
&.flex-bottom {
|