|
@@ -0,0 +1,63 @@
|
|
|
|
+<view style="background-color: white;margin-top: 10px; width:350px; height:120px;">
|
|
|
|
+ <text style="padding-left: 13px; font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;font-size: 14px;font-weight: 500;color:rgba(34, 33, 32, 0.562);"> 店铺图片</text>
|
|
|
|
+ <van-uploader file-list="{{ fileList }}" bind:after-read="afterRead" style="padding-left: 230px;"/>
|
|
|
|
+</view>
|
|
|
|
+
|
|
|
|
+<view style=" margin-top:10px; background-color: white; padding: 13px;">
|
|
|
|
+ <view style="font-size: 14px;color:rgba(34, 33, 32, 0.562);">店铺名称</view>
|
|
|
|
+ <view class="home-header-line" style="margin-top: 10px;margin-bottom: 10px;"></view>
|
|
|
|
+ <textarea class="a" style="font-size: 13px;color:rgba(163, 155, 155, 0.685)">请输入店铺名称</textarea>
|
|
|
|
+</view>
|
|
|
|
+
|
|
|
|
+<view style="background-color: white;margin-top: 10px; height: 20px;padding: 15px;">
|
|
|
|
+ <view style="font-size: 14px;color:rgba(34, 33, 32, 0.562);">配送费(¥)
|
|
|
|
+ <span style="color:red; padding-left: 190px;">5.00</span>
|
|
|
|
+ </view>
|
|
|
|
+</view>
|
|
|
|
+
|
|
|
|
+<van-cell-group>
|
|
|
|
+ <van-field
|
|
|
|
+ value="{{ username }}"
|
|
|
|
+ clearable
|
|
|
|
+ label="配送时长"
|
|
|
|
+ placeholder=" 请输入时长"
|
|
|
|
+ bind:click-icon="onClickIcon"
|
|
|
|
+ />
|
|
|
|
+
|
|
|
|
+ <van-field
|
|
|
|
+ value="{{ username }}"
|
|
|
|
+ clearable
|
|
|
|
+ label="包装费(¥)"
|
|
|
|
+ placeholder=" 请输入金额"
|
|
|
|
+ bind:click-icon="onClickIcon"
|
|
|
|
+ />
|
|
|
|
+
|
|
|
|
+ <van-field
|
|
|
|
+ value="{{ username }}"
|
|
|
|
+ clearable
|
|
|
|
+ label="营业时间"
|
|
|
|
+ placeholder=" 请输入营业时间"
|
|
|
|
+ bind:click-icon="onClickIcon"
|
|
|
|
+ />
|
|
|
|
+</van-cell-group>
|
|
|
|
+
|
|
|
|
+<view style=" margin-top:10px; background-color: white; padding: 13px;">
|
|
|
|
+ <view style="font-size: 14px;color:rgba(34, 33, 32, 0.562);">客服电话</view>
|
|
|
|
+ <view class="home-header-line" style="margin-top: 10px;margin-bottom: 10px;"></view>
|
|
|
|
+ <textarea class="a" style="font-size: 13px;color:rgba(163, 155, 155, 0.685)">请输入客服电话</textarea>
|
|
|
|
+</view>
|
|
|
|
+
|
|
|
|
+<view style="margin-top: 10px; background: white; padding: 6px; margin-bottom: 10px;color:rgba(34, 33, 32, 0.562);" >公告
|
|
|
|
+<textarea class="b" rows="2" value="请提供更多参考信息帮助我们核实,如周边标志建筑、近邻商户等。" maxlength="30" style="margin: 10px;color:grey; padding: 8px;">
|
|
|
|
+ <view style="margin-top: 80px; margin-left: 240px;">
|
|
|
|
+ <span style="color:red; font-size: 13px;">23</span>
|
|
|
|
+ <span style=" font-size: 13px;">/30</span>
|
|
|
|
+ </view>
|
|
|
|
+</textarea>
|
|
|
|
+</view>
|
|
|
|
+
|
|
|
|
+<van-button type="primary" color="#1E90FF" size="normal" round style="margin-left:25px;"
|
|
|
|
+>提交</van-button>
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|