update:商家入驻链接至官网
This commit is contained in:
parent
3c09cca6f4
commit
4bdab41028
@ -223,6 +223,13 @@
|
|||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "订单提交"
|
"navigationBarTitleText": "订单提交"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path" : "pages/index/h5_merch_apply",
|
||||||
|
"style" :
|
||||||
|
{
|
||||||
|
"navigationBarTitleText" : ""
|
||||||
|
}
|
||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
,
|
,
|
||||||
|
|||||||
23
pages/index/h5_merch_apply.vue
Normal file
23
pages/index/h5_merch_apply.vue
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
<!-- webview.html -->
|
||||||
|
<template>
|
||||||
|
<view class="container">
|
||||||
|
<web-view src="https://gpxscs.cn"></web-view>
|
||||||
|
</view>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
data() {
|
||||||
|
return {
|
||||||
|
url: "https://gpxscs.cn"
|
||||||
|
};
|
||||||
|
}
|
||||||
|
};
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
.container {
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
@ -1060,7 +1060,7 @@
|
|||||||
<text class="m-cell-ft"></text>
|
<text class="m-cell-ft"></text>
|
||||||
</view>
|
</view>
|
||||||
<navigator
|
<navigator
|
||||||
url="/member/member/store-apply"
|
url="/pages/index/h5_merch_apply"
|
||||||
class="m-cell m-cell-access"
|
class="m-cell m-cell-access"
|
||||||
v-else
|
v-else
|
||||||
>
|
>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user