Commit 6a3ad324 authored by 罗超's avatar 罗超

1

parent 38c41ab0
<template> <template>
<view> <view class="indexpage">
<view v-if="showStart == true" style="width: 100vw; height: 100vh"> <view v-if="showStart == true" style="width: 100vw; height: 100vh">
<image <image
:src="startData.PicUrl" :src="startData.PicUrl"
...@@ -235,7 +235,7 @@ ...@@ -235,7 +235,7 @@
@changeuserinfo="reloadUserinfo" @changeuserinfo="reloadUserinfo"
@gbAuth="gbAuth" @gbAuth="gbAuth"
></auth> ></auth>
<official-account></official-account> <!-- <official-account></official-account> -->
<orderPopup <orderPopup
v-if="showorder" v-if="showorder"
:orderPopupdata="orderPopupdata" :orderPopupdata="orderPopupdata"
...@@ -1669,4 +1669,9 @@ export default { ...@@ -1669,4 +1669,9 @@ export default {
font-size: 36rpx; font-size: 36rpx;
color: #8f8f94; color: #8f8f94;
} */ } */
/* #ifdef MP-ALIPAY */
.indexpage{
padding-bottom: 100rpx;
}
/* #endif */
</style> </style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment