|
@@ -16,6 +16,8 @@
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="login-body">
|
|
<view class="login-body">
|
|
|
|
|
+ <!-- 无网络提示条 -->
|
|
|
|
|
+ <no-network-bar style="margin-bottom: 24upx; border-radius: 24upx; border: 1upx solid #ffccc7;"></no-network-bar>
|
|
|
<!-- #ifdef MP-WEIXIN -->
|
|
<!-- #ifdef MP-WEIXIN -->
|
|
|
<view class="login-card">
|
|
<view class="login-card">
|
|
|
<view class="login-card-top">
|
|
<view class="login-card-top">
|
|
@@ -65,13 +67,14 @@ import { mapGetters } from "vuex";
|
|
|
import { getWeixinId } from "@/api/invite";
|
|
import { getWeixinId } from "@/api/invite";
|
|
|
import autoUpdateMixins from "@/mixins/autoUpdate";
|
|
import autoUpdateMixins from "@/mixins/autoUpdate";
|
|
|
import NotLogin from "@/components/not-login";
|
|
import NotLogin from "@/components/not-login";
|
|
|
|
|
+import NoNetworkBar from "@/components/no-network-bar.vue";
|
|
|
import PurchaseGhsPanel from "./components/purchase-ghs-panel.vue";
|
|
import PurchaseGhsPanel from "./components/purchase-ghs-panel.vue";
|
|
|
import MallHomePanel from "./components/mall-home-panel.vue";
|
|
import MallHomePanel from "./components/mall-home-panel.vue";
|
|
|
import { iconSrc } from "@/utils/iconSrc";
|
|
import { iconSrc } from "@/utils/iconSrc";
|
|
|
|
|
|
|
|
export default {
|
|
export default {
|
|
|
name: "workbench",
|
|
name: "workbench",
|
|
|
- components: { NotLogin, PurchaseGhsPanel, MallHomePanel },
|
|
|
|
|
|
|
+ components: { NotLogin, PurchaseGhsPanel, MallHomePanel, NoNetworkBar },
|
|
|
mixins: [autoUpdateMixins],
|
|
mixins: [autoUpdateMixins],
|
|
|
data() {
|
|
data() {
|
|
|
return {
|
|
return {
|