丰都积分

This commit is contained in:
liuye
2023-05-17 15:38:42 +08:00
parent 82e088571a
commit 28bc13421b
19 changed files with 1907 additions and 56 deletions

View File

@@ -0,0 +1,20 @@
<template>
<div class="jdH5">
<web-view :src="goodsJdUrl"></web-view>
</div>
</template>
<script>
export default {
name: 'jdH5',
data() {
return {
goodsJdUrl: ''
}
},
onLoad(option) {
this.goodsJdUrl = option.goodsJdUrl
},
}
</script>