<view class="applySucessEntry">
    <van-popup 
        show="{{showPop}}"
        position="center"
        :close-on-click-overlay="false"
        closeable
        close-icon-position="top-left"
        get-container='body'
        bind:close="closePopuop"
        >
        <view class="ApplySucessEntry">
            <view class="ent-top">
                <text>恭喜您</text>
                <text>已成为{{nickname}}</text>
            </view>
            <text class="toApply">现在邀请好友购买,即可赚取奖励金</text>
            <view style="width:100%;display:flex;justify-content: center;" bindtap="toSpokesmanCenter">
                <text class="reviwBtn">开始赚钱</text>
            </view>
        </view>
    </van-popup>
</view>