yuminge-app/yun-min-program-plugin-master/packageA/member/supplier/CommodityRelease/CommodityRelease.wxml

19 lines
1.2 KiB
Plaintext

<view class="goods-release">
<van-tabs active="{{ active }}" bind:change="onChange" wx:if="{{store == 'store'}}">
<van-tab title="基本信息">
<BasicInformation bind:getChildoneData="getChildoneDatas" id="dataChildDone" DataInfo="{{DataInfo}}" store="{{store}}" isType="{{isType}}" store_id="{{store_id}}" goods_id="{{goods_id}}"></BasicInformation>
</van-tab>
<van-tab title="权限" wx:if="{{tab_privilege}}">
<Permissions id="mychildTwo" bind:CoverLayer="isCoverLayer" bind:getChildtwoData="getChildoneDataFun" DataInfo="{{DataInfo}}" isType="{{isType}}"></Permissions>
</van-tab>
<van-tab title="折扣" wx:if="{{tab_discount}}">
<discount bind:getChildthreeData="getChildoneData" id="componentId" bind:getSignthree="getSignthree" DataInfo="{{DataInfo}}" isType="{{isType}}"></discount>
</van-tab>
</van-tabs>
<view class="template" wx:if="{{store == 'supplier'}}">
<BasicInformation bind:getChildoneData="getChildoneDatas" id="dataChildDone" DataInfo="{{DataInfo}}" store="{{store}}" isType="{{isType}}" store_id="{{store_id}}" goods_id="{{goods_id}}" />
</view>
<view class="section btn" wx:if="{{!showCoverLayer}}">
<view class="button" catchtap="publishEvent">确认发布</view>
</view>
</view>