Sanakey
2021-07-09 3fc241d02fb8b671289de3d9d80bf848349c04d4
pages/signUpCreate/signUpCreate.wxml
@@ -1,6 +1,13 @@
<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"
@@ -10,14 +17,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"
@@ -41,8 +45,9 @@
  <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 }}"
        class="field-text-left"
        type="textarea"