|
@@ -2,7 +2,7 @@
|
|
<view class="page" :style="{'height':h+'px','padding-top':mt+'px'}">
|
|
<view class="page" :style="{'height':h+'px','padding-top':mt+'px'}">
|
|
<c-nav-bar title="选择门店" backUrl="/pages/login/index" :showHome="false"></c-nav-bar>
|
|
<c-nav-bar title="选择门店" backUrl="/pages/login/index" :showHome="false"></c-nav-bar>
|
|
<view class="info">
|
|
<view class="info">
|
|
- <image src="https://i.ringzle.com/file/20240624/82fbe7909bc4463d99f45351f5b62580.png"></image>
|
|
|
|
|
|
+ <image src="https://fsy.shengsi.gov.cn/file/20240711/d7fa683293c643649ea467e906919497.png"></image>
|
|
<view class="text">您暂未入驻,还没有门店信息 请去“游嵊泗”小程序用户端 提交资料申请入驻~</view>
|
|
<view class="text">您暂未入驻,还没有门店信息 请去“游嵊泗”小程序用户端 提交资料申请入驻~</view>
|
|
</view>
|
|
</view>
|
|
<view class="apply" @tap="apply">申请入驻</view>
|
|
<view class="apply" @tap="apply">申请入驻</view>
|
|
@@ -12,12 +12,12 @@
|
|
<script>
|
|
<script>
|
|
export default {
|
|
export default {
|
|
methods: {
|
|
methods: {
|
|
- apply(){
|
|
|
|
|
|
+ apply() {
|
|
uni.navigateToMiniProgram({
|
|
uni.navigateToMiniProgram({
|
|
- appId:"wx3ff22b7cc3ede307",
|
|
|
|
- path: "pages/my/index",
|
|
|
|
|
|
+ appId: "wx3ff22b7cc3ede307",
|
|
|
|
+ path: "pages/my/index",
|
|
success(res) {
|
|
success(res) {
|
|
-
|
|
|
|
|
|
+
|
|
},
|
|
},
|
|
fail(err) {
|
|
fail(err) {
|
|
this.$showToast('跳转“游嵊泗”小程序失败')
|
|
this.$showToast('跳转“游嵊泗”小程序失败')
|
|
@@ -37,8 +37,8 @@
|
|
width: 100%;
|
|
width: 100%;
|
|
padding: 0 88rpx;
|
|
padding: 0 88rpx;
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
-
|
|
|
|
- .info{
|
|
|
|
|
|
+
|
|
|
|
+ .info {
|
|
width: 100%;
|
|
width: 100%;
|
|
padding: 0 68rpx;
|
|
padding: 0 68rpx;
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
@@ -46,11 +46,13 @@
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
align-items: center;
|
|
margin-top: 220rpx;
|
|
margin-top: 220rpx;
|
|
- image{
|
|
|
|
|
|
+
|
|
|
|
+ image {
|
|
width: 438rpx;
|
|
width: 438rpx;
|
|
height: 310rpx;
|
|
height: 310rpx;
|
|
}
|
|
}
|
|
- .text{
|
|
|
|
|
|
+
|
|
|
|
+ .text {
|
|
width: 100%;
|
|
width: 100%;
|
|
padding: 0 11rpx;
|
|
padding: 0 11rpx;
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
@@ -63,8 +65,8 @@
|
|
text-align: center;
|
|
text-align: center;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-
|
|
|
|
- .apply{
|
|
|
|
|
|
+
|
|
|
|
+ .apply {
|
|
margin-top: 288rpx;
|
|
margin-top: 288rpx;
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 90rpx;
|
|
height: 90rpx;
|