update:商家入驻链接至官网

This commit is contained in:
lihaoyuan 2025-11-01 16:06:52 +08:00
parent 3c09cca6f4
commit 4bdab41028
3 changed files with 31 additions and 1 deletions

View File

@ -223,6 +223,13 @@
"style": { "style": {
"navigationBarTitleText": "订单提交" "navigationBarTitleText": "订单提交"
} }
},
{
"path" : "pages/index/h5_merch_apply",
"style" :
{
"navigationBarTitleText" : ""
}
} }
/* /*
, ,

View 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>

View File

@ -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
> >