<view class="section">
    <view class="setMyHomePage" bindtap="setNewShop">
        <view class="icon_box">
            <image mode="aspectFit" style="height: 100%;" src="https://mayi-newshop.oss-cn-shanghai.aliyuncs.com/product/aB2X4tPAZi.png" alt=""></image>
        </view>
        <text>{{getDistributorHomepageName}}</text>
    </view>
</view>

<van-popup 
    show="{{ showPop }}"
    bind:close="closePopuop1"
    class="set_my_shop"
>
    <view class="title van-hairline--bottom">
        一键开店
        <image mode="aspectFit" src="https://mayi-newshop.oss-cn-shanghai.aliyuncs.com/product/DHEyaHZ2tB.png" bindtap="closePopuop1" alt=""></image>
    </view>
    <view class="imgs">
        <view class="img" bindtap="initShopDetail">
            <image mode="aspectFit" src="https://mayi-newshop.oss-cn-shanghai.aliyuncs.com/product/G2hBD24ZjT.png" alt=""></image>
            <text>自定义</text>
        </view>
        <view class="img" bindtap="checkedBtn">
            <image mode="aspectFit" src="https://mayi-newshop.oss-cn-shanghai.aliyuncs.com/product/i6XJtbftZR.png" alt=""></image>
            <text>快速复制</text>
        </view>
    </view>
</van-popup>
<van-popup show="{{showSetMoreDiscountPrice}}" class="set_more_price" bind:close="closePopuop2">
    <view class="title van-hairline--bottom">
        批量调价
        <image bindtap="closePopuop2" src="https://mayi-newshop.oss-cn-shanghai.aliyuncs.com/product/DHEyaHZ2tB.png" alt=""></image>
    </view>
    <view class="ul">
        <text>按毛利率输入(%)</text>
        <view>
            <van-field 
                value="{{distributionPrice1}}"
                class="input" 
                ref="getFocus"
                input-align="center"
                type="digit"
                inputmode='decimal'
                bind:focus='focus'
                bind:blur="blur"
                bindinput="setProfit"
            />
        </view>
        <view style="color: #999;">当源头商家调整价格时,分销价也会同步调整,保证您的收益。</view>
    </view>
    <view class="submit" bindtap="copyShop">确认信息</view>
</van-popup>