|
@@ -491,6 +491,8 @@
|
|
<!-- <authorize v-if="isShowAuth" @authColse="authColse" @onLoadFun="onLoadFun"></authorize> -->
|
|
<!-- <authorize v-if="isShowAuth" @authColse="authColse" @onLoadFun="onLoadFun"></authorize> -->
|
|
<editUserModal :isShow="editModal" @closeEdit="closeEdit" @editSuccess="editSuccess"></editUserModal>
|
|
<editUserModal :isShow="editModal" @closeEdit="closeEdit" @editSuccess="editSuccess"></editUserModal>
|
|
<!-- #endif -->
|
|
<!-- #endif -->
|
|
|
|
+ <view class="bottomTips">浙江神英优选电子商务科技有限公司</view>
|
|
|
|
+ <view class="bottomTips">浙ICP备2022013004号-1</view>
|
|
</view>
|
|
</view>
|
|
</template>
|
|
</template>
|
|
<script>
|
|
<script>
|
|
@@ -2293,4 +2295,7 @@
|
|
padding-bottom: constant(safe-area-inset-bottom);
|
|
padding-bottom: constant(safe-area-inset-bottom);
|
|
padding-bottom: env(safe-area-inset-bottom);
|
|
padding-bottom: env(safe-area-inset-bottom);
|
|
}
|
|
}
|
|
|
|
+ .bottomTips{
|
|
|
|
+
|
|
|
|
+ }
|
|
</style>
|
|
</style>
|