| | |
| | | <template> |
| | | <view class="content"> |
| | | <view @click="openTuer()">点击跳转大返官</view> |
| | | <!-- <view @click="openTuer()">点击跳转大返官</view> --> |
| | | |
| | | <a :href="tourl">test:</a> |
| | | <a ref="ahref" :href="tourl">点击跳转大返官</a> |
| | | </view> |
| | | </template> |
| | | |
| | |
| | | data() { |
| | | return { |
| | | timer:null, |
| | | tourl: 'dafanguan://{"url":"/pages/rankinglist/common_act?t_url=http://appapitest.ushopvip.com/html/freebuy.html","totype":"0"}' |
| | | tourl: 'dafanguan://{"url":"/pages/rankinglist/common_act","totype":"0"}' |
| | | } |
| | | }, |
| | | onLoad() { |
| | | |
| | | }, |
| | | mounted() |
| | | { |
| | | uni.navigateTo({ |
| | | url:this.tourl |
| | | }) |
| | | }, |
| | | methods: { |
| | | openTuer() { |