佰川加油
This commit is contained in:
26
BagAuth/pages/agreeMent/OperationGuide.vue
Normal file
26
BagAuth/pages/agreeMent/OperationGuide.vue
Normal file
@@ -0,0 +1,26 @@
|
||||
<template>
|
||||
<view>
|
||||
<cu-custom class="main-totextbar bg-main-oil" :isBack="true" bgColor="bg-main-oil">
|
||||
<block slot="backText">返回</block>
|
||||
<block slot="content">小星加油操作指南</block>
|
||||
</cu-custom>
|
||||
<web-view src="https://mp.weixin.qq.com/s/h1O_dFO1d3J0j4AjMuefHQ"></web-view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
|
||||
</style>
|
||||
29
BagAuth/pages/agreeMent/agreeMent.vue
Normal file
29
BagAuth/pages/agreeMent/agreeMent.vue
Normal file
@@ -0,0 +1,29 @@
|
||||
<template>
|
||||
<view>
|
||||
<cu-custom class="main-totextbar bg-main-oil" :isBack="true" bgColor="bg-main-oil">
|
||||
<block slot="backText">返回</block>
|
||||
<!-- <block slot="content">星卡互联平台用户服务协议</block> -->
|
||||
</cu-custom>
|
||||
<web-view :src="'https://www.xingoil.com/oilcommon/'+link+'.html'"></web-view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
link:''
|
||||
}
|
||||
},
|
||||
onLoad(option) {
|
||||
this.link = option.link
|
||||
},
|
||||
methods: {
|
||||
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user