39 lines
1.1 KiB
Plaintext
39 lines
1.1 KiB
Plaintext
<!-- 申请开店 -->
|
|
|
|
<view class="apply-shop-container">
|
|
|
|
<t-input value="{{shopInfo.ShopBusinessCategoryGuid}}" label="经营类目" maxlength="10" placeholder="请输入店铺名称" align="right" />
|
|
<t-input value="{{shopInfo.ShopName}}" label="店铺名称" maxlength="10" placeholder="请输入店铺名称" align="right" />
|
|
<t-textarea
|
|
value="{{shopInfo.ShopIntro}}"
|
|
t-class="external-class"
|
|
label="店铺简介"
|
|
placeholder="设置最大字符个数"
|
|
maxlength="50"
|
|
disableDefaultPadding="{{true}}"
|
|
indicator
|
|
/>
|
|
|
|
<!-- <view class="wrapper">
|
|
<view class="wrapper-title">店铺Logo</view>
|
|
<t-upload
|
|
mediaType="{{['image']}}"
|
|
max="{{1}}"
|
|
files="{{fileList}}"
|
|
bind:add="handleAdd"
|
|
bind:remove="handleRemove"
|
|
>
|
|
</t-upload>
|
|
</view> -->
|
|
|
|
<upload lable="店铺Logo" fileList="{{logo}}" ></upload>
|
|
|
|
<!-- 提交按钮 -->
|
|
<view class="sub-btn-pos-box">
|
|
<view class="sub-btn-box">
|
|
<van-button class="sub-btn" type="info" size="large" round block bind:click="submit">提交</van-button>
|
|
</view>
|
|
</view>
|
|
|
|
</view>
|