yuminge-app/yun-min-program-plugin-master/packageE/managementIndex/proclamation/proclamation.wxml

41 lines
1.8 KiB
Plaintext

<view id="proclamation">
<view class="t_box">
<view class="t_box_top"></view>
<view class="t_box_img">
<image src="{{info.logo_url}}"></image></view>
<view class="t_box_c">
<text class="storename" style="text-align:center;">{{info.producer_name}}</text>
<view style="text-align:center;">
<text class="adress">{{info.address_name}}</text>
<text class="tell">热销:<text class="tell_i">{{info.sell_total}}</text></text>
</view>
<view class="t_box_c_box">
<view class="t_box_c_start" bindtap="open_one">
<i class="iconfont icon-fontclass-zhizhao"></i>
<view>店铺证照</view>
</view>
</view>
</view>
</view>
<view style="height: 20.16rpx"></view>
<view class="pro">
<view class="proImg">店铺公告</view>
<rich-text nodes="{{info.producer_notice}}"></rich-text>
</view>
<view class="pro">
<view class="proImg">退货说明</view>
<rich-text nodes="{{info.refund_explain}}"></rich-text>
</view>
<van-popup show="{{showCard}}" closeable close-on-click-overlay="true" bind:close="posterClose" custom-style="width: 100%;height: 100%;overflow: auto;background-color:#f2f2f2;" position="right" >
<van-nav-bar title="厂家管理" left-text="" right-text="" left-arrow bind:click-left="onClickLeft" />
<view class="Cardimg">
<view style="text-align: left;">店铺证照</view>
<view style="width:100%;display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:30rpx;">
<block wx:for="{{info.business_license_url}}">
<image style="width:48%;margin-bottom:20rpx;" src="{{item}}"></image>
</block>
</view>
</view>
</van-popup>
</view>