From 3fc241d02fb8b671289de3d9d80bf848349c04d4 Mon Sep 17 00:00:00 2001
From: Sanakey <714737083@qq.com>
Date: 星期五, 09 七月 2021 18:04:12 +0800
Subject: [PATCH] 海报、新建活动等新版完善

---
 pages/signUpCreate/signUpCreate.wxml |   16 ++++++++++------
 1 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/pages/signUpCreate/signUpCreate.wxml b/pages/signUpCreate/signUpCreate.wxml
index 5c412fc..cec88d6 100644
--- a/pages/signUpCreate/signUpCreate.wxml
+++ b/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,7 +45,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 }}"

--
Gitblit v1.8.0