index.wxml 769 Bytes
Newer Older
张卓 committed
1 2
<view class="applySucessEntry">
    <van-popup 
张卓 committed
3
        show="{{showPop}}"
张卓 committed
4 5 6 7 8
        position="center"
        :close-on-click-overlay="false"
        closeable
        close-icon-position="top-left"
        get-container='body'
张卓 committed
9
        bind:close="closePopuop"
张卓 committed
10 11 12 13
        >
        <view class="ApplySucessEntry">
            <view class="ent-top">
                <text>恭喜您</text>
张卓 committed
14
                <text>已成为{{nickname}}</text>
张卓 committed
15 16
            </view>
            <text class="toApply">现在邀请好友购买,即可赚取奖励金</text>
张卓 committed
17
            <view style="width:100%;display:flex;justify-content: center;" bindtap="toSpokesmanCenter">
张卓 committed
18 19 20 21 22
                <text class="reviwBtn">开始赚钱</text>
            </view>
        </view>
    </van-popup>
</view>