体验模式
This commit is contained in:
parent
828c962295
commit
5f44da79cc
16
pages.json
16
pages.json
|
|
@ -1,5 +1,13 @@
|
||||||
{
|
{
|
||||||
"pages": [
|
"pages": [
|
||||||
|
{
|
||||||
|
"path" : "pages/user/login",
|
||||||
|
"style" :
|
||||||
|
{
|
||||||
|
"navigationBarTitleText" : "登录",
|
||||||
|
"disableScroll": true
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"path" : "pages/index/index",
|
"path" : "pages/index/index",
|
||||||
"style" :
|
"style" :
|
||||||
|
|
@ -24,14 +32,6 @@
|
||||||
"navigationStyle": "custom"
|
"navigationStyle": "custom"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"path" : "pages/user/login",
|
|
||||||
"style" :
|
|
||||||
{
|
|
||||||
"navigationBarTitleText" : "登录",
|
|
||||||
"disableScroll": true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"path" : "pages/order/order-info",
|
"path" : "pages/order/order-info",
|
||||||
"style" :
|
"style" :
|
||||||
|
|
|
||||||
|
|
@ -22,6 +22,9 @@
|
||||||
<me-button @click="phoneLogin()" text="手机号一键登录" width="590rpx"></me-button>
|
<me-button @click="phoneLogin()" text="手机号一键登录" width="590rpx"></me-button>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
<view class="visitor-ctr flex-c">
|
||||||
|
<view class="visitor flex-c" hover-class="auto-mask-layer-radius8" hover-start-time="0" hover-stay-time="50">体验一下</view>
|
||||||
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
@ -148,5 +151,18 @@ page {
|
||||||
margin-top: 32rpx;
|
margin-top: 32rpx;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.visitor-ctr {
|
||||||
|
width: 100%;
|
||||||
|
height: 104rpx;
|
||||||
|
position: fixed;
|
||||||
|
bottom: 68rpx;
|
||||||
|
left: 0;
|
||||||
|
.visitor {
|
||||||
|
width: 176rpx;
|
||||||
|
height: 72rpx;
|
||||||
|
font-size: 28rpx;
|
||||||
|
color: var(--summaryColor);
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user