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

1

parent 38c41ab0
<template>
<view>
<view class="indexpage">
<view v-if="showStart == true" style="width: 100vw; height: 100vh">
<image
:src="startData.PicUrl"
......@@ -235,7 +235,7 @@
@changeuserinfo="reloadUserinfo"
@gbAuth="gbAuth"
></auth>
<official-account></official-account>
<!-- <official-account></official-account> -->
<orderPopup
v-if="showorder"
:orderPopupdata="orderPopupdata"
......@@ -1669,4 +1669,9 @@ export default {
font-size: 36rpx;
color: #8f8f94;
} */
/* #ifdef MP-ALIPAY */
.indexpage{
padding-bottom: 100rpx;
}
/* #endif */
</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