|
|
|
@ -5,7 +5,7 @@ |
|
|
|
<text class="lf-iconfont icon-erweima"></text> |
|
|
|
<text class="lf-m-l-4">会员</text> |
|
|
|
</view> |
|
|
|
<view class="lf-nav-capsule" @click="$msg('敬请期待')"> |
|
|
|
<view class="lf-nav-capsule" @click="toWebviewPage" v-if="$isRight(microData.micro_page.parking_lot)"> |
|
|
|
<text class="lf-iconfont icon-tingche"></text> |
|
|
|
<text class="lf-m-l-4">停车</text> |
|
|
|
</view> |
|
|
|
@ -273,6 +273,12 @@ |
|
|
|
}, |
|
|
|
// 方法,需要将小程序的方法都放到这个里面 |
|
|
|
methods: { |
|
|
|
toWebviewPage(){ |
|
|
|
let path = '/pages/webview/index'; |
|
|
|
// path += '?src='+ this.microData.micro_page.parking_lot.target; |
|
|
|
this.$cookieStorage.set('webviewPath', this.microData.micro_page.parking_lot.target); |
|
|
|
this.$url(path); |
|
|
|
}, |
|
|
|
goLive() { |
|
|
|
// this.$msg('敬请期待!'); |
|
|
|
// return |
|
|
|
|