Sanakey
2021-07-09 3fc241d02fb8b671289de3d9d80bf848349c04d4
pages/flashSaleCreate/flashSaleCreate.wxml
@@ -1,7 +1,15 @@
<!--pages/flashSaleCreate/flashSaleCreate.wxml-->
<view class="container has-footer">
  <van-cell-group class="my-cell-group">
    <van-cell class="my-cell required" border="{{false}}" title="产品图片"></van-cell>
    <my-file-uploader id="file-uploader" img-list="{{coverImageList}}" url="{{fileUploadUrl+'&isCoverImage=true'}}" file-delete-url="/shopping/panicBuying.do?m=deleteAttachment"></my-file-uploader>
  </van-cell-group>
  <van-cell-group class="my-cell-group">
    <van-field
        required
        id="promotionsTitle"
        class="my-cell"
        value="{{ promotionsTitle }}"
        name="promotionsTitle"
@@ -11,14 +19,11 @@
        error-message="{{promotionsTitleError}}"
    />
  </van-cell-group>
  <van-cell-group class="my-cell-group">
    <van-cell class="my-cell" border="{{false}}" title="产品图片"></van-cell>
    <my-file-uploader id="file-uploader" img-list="{{coverImageList}}" url="{{fileUploadUrl+'&isCoverImage=true'}}" file-delete-url="/shopping/panicBuying.do?m=deleteAttachment"></my-file-uploader>
  </van-cell-group>
  <van-cell-group class="my-cell-group">
    <van-field
        required
        id="originalPrice"
        class="my-cell"
        value="{{ originalPrice }}"
        name="originalPrice"
@@ -33,6 +38,8 @@
      </view>
    </van-field>
    <van-field
        required
        id="flashSalePrice"
        class="my-cell"
        value="{{ flashSalePrice }}"
        name="flashSalePrice"
@@ -50,6 +57,8 @@
    <my-time-quantum id="time-quantum" start-time="{{startTime}}" end-time="{{endTime}}" bind:selectedStartTime="selectedStartTime" bind:selectedEndTime="selectedEndTime"></my-time-quantum>
    <van-field
        required
        id="flashSaleTotal"
        class="my-cell"
        value="{{ flashSaleTotal }}"
        name="flashSaleTotal"
@@ -64,6 +73,8 @@
      </view>
    </van-field>
    <van-field
        required
        id="flashSaleLimit"
        class="my-cell"
        value="{{ flashSaleLimit }}"
        name="flashSaleLimit"
@@ -89,7 +100,7 @@
  <my-store-edit id="store-edit" store-list="{{storeList}}" from="{{fromPage}}"></my-store-edit>
  <my-seller-edit id="seller-edit" seller-list="{{sellerList}}" from="{{fromPage}}"></my-seller-edit>
  <van-cell-group class="my-cell-group">
    <van-cell border="{{false}}" title="请输入活动描述规则"></van-cell>
    <van-cell border="{{false}}" title="请输入活动描述规则(选填)"></van-cell>
    <van-field
        cursor-spacing="250"
        value="{{ promotionDescription }}"