|
@@ -63,13 +63,15 @@
|
|
|
<span>停车优惠券可直接使用,若您还没有兑换或继续兑换,可前往</span>
|
|
|
<wx-open-launch-weapp
|
|
|
username="gh_0bd6a97b6d38"
|
|
|
- :path="`pages/pointsMall/pointsMall${launchPath}`"
|
|
|
+ id="launch-btn"
|
|
|
+ :path="`pages/pointsMall/pointsMall.html${launchPath}`"
|
|
|
class="wx-open-launch-weapp"
|
|
|
@launch="launchFn"
|
|
|
@error="launchErrorFn"
|
|
|
>
|
|
|
<script type="text/wxtag-template">
|
|
|
- 嘉里中心小程序>积分商城
|
|
|
+ <style>.btn { padding: 12px }</style>
|
|
|
+ <button class="btn">嘉里中心小程序>积分商城</button>
|
|
|
</script>
|
|
|
</wx-open-launch-weapp>
|
|
|
<span>进行兑换</span>
|