初始化
This commit is contained in:
23
pages/payPage/payPage.vue
Normal file
23
pages/payPage/payPage.vue
Normal file
@@ -0,0 +1,23 @@
|
||||
<template>
|
||||
<view>
|
||||
{{payurl}}
|
||||
<web-view :src="payurl"></web-view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
payurl:''
|
||||
};
|
||||
},
|
||||
onLoad(option) {
|
||||
this.payurl = option.url
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user