| | |
| | | <template> |
| | | <navigator hover-class="none" :url="url"> |
| | | <button >点击购买电影票</button> |
| | | </navigator> |
| | | <!-- <view @click="contentus()">联系我们</view> --> |
| | | </template> |
| | | |
| | | <script> |
| | | export default { |
| | | data() { |
| | | return { |
| | | |
| | | url:'plugin-private://wx89752980e795bfde/pages/index/index?pub_id=94691&sid=168446038420202' |
| | | } |
| | | }, |
| | | onShow(opt) { |
| | | console.log(opt); |
| | | }, |
| | | onLoad() { |
| | | uni.navigateTo({ |
| | | url:'plugin-private://wx89752980e795bfde/pages/index/index?pub_id=94691&sid=xxx223' |
| | | uni.navigateTo({ |
| | | url:this.url |
| | | }) |
| | | }, |
| | | methods: {} |
| | | methods: { |
| | | contentus(){ |
| | | uni.redirectTo({ |
| | | url:'../wxkf/kfweb' |
| | | }) |
| | | } |
| | | } |
| | | } |
| | | </script> |
| | | |