<!-- loading 模块 -->
<view class="m-loading-page dis-flex flex-vertical-center flex-horizontal-center" hidden="{{!show}}" >
    <!-- loading logo 部分 start -->
    <view class="m-loading-logo-port dis-flex flex-vertical-center flex-horizontal-center">
        <view class="dis-flex flex-vertical-center flex-horizontal-center flex-column">
            <!-- <view class="m-loading-logo"></view> -->
            <view class="m-loading-text">
                <text class="m-loading-text-title">{{message}}</text>
                <text class="m-loading-text-dot m-anima-one">.</text>
                <text class="m-loading-text-dot m-anima-two">.</text>
                <text class="m-loading-text-dot m-anima-three">.</text>
            </view>
        </view>
    </view>
    <!-- loading logo 部分 ebd -->
</view>
