|
@@ -7,31 +7,31 @@
|
|
|
<view style="color: #A91919;">*</view>
|
|
|
<view style="width: 132rpx;">作者电话</view>
|
|
|
</view>
|
|
|
- <input name="phone" style="font-size: 24rpx;line-height: 70rpx;height: 70rpx;width: 100%;" placeholder="请输入电话" />
|
|
|
- <switch name="switchPhone" style="line-height: 60rpx;" />
|
|
|
+ <input name="uploaderPhone" style="font-size: 24rpx;line-height: 70rpx;height: 70rpx;width: 100%;" type='number' placeholder="请输入电话" maxlength="11" />
|
|
|
+ <switch name="isPublic" bindchange="publicChange" style="line-height: 60rpx;" />
|
|
|
</view>
|
|
|
<view style="display: flex;border-bottom: 1px solid #DDDDDD;margin: 20rpx 18rpx;">
|
|
|
<view style="font-size: 24rpx;display: flex;line-height: 70rpx;height: 70rpx;">
|
|
|
<view style="color: #A91919;">*</view>
|
|
|
<view style="width: 132rpx;">作品名称</view>
|
|
|
</view>
|
|
|
- <input name="name" style="font-size: 24rpx;line-height: 70rpx;height: 70rpx;width: 100%;" placeholder="请输入作品名称" />
|
|
|
+ <input name="pictureTitle" style="font-size: 24rpx;line-height: 70rpx;height: 70rpx;width: 100%;" placeholder="请输入作品名称" />
|
|
|
</view>
|
|
|
<view style="display: flex;border-bottom: 1px solid #DDDDDD;margin: 20rpx 18rpx;">
|
|
|
<view style="font-size: 24rpx;display: flex;line-height: 70rpx;height: 70rpx;">
|
|
|
<view style="color: #A91919;">*</view>
|
|
|
<view style="width: 132rpx;">作品作者</view>
|
|
|
</view>
|
|
|
- <input name="author" style="font-size: 24rpx;line-height: 70rpx;height: 70rpx;width: 100%;" placeholder="请输入作品作者" />
|
|
|
- <switch name="switchAuthor" style="line-height: 60rpx;" />
|
|
|
+ <input name="pictureAuthor" style="font-size: 24rpx;line-height: 70rpx;height: 70rpx;width: 100%;" placeholder="请输入作品作者" />
|
|
|
+ <switch name="isAnonymous" bindchange="anonymousChange" style="line-height: 60rpx;" />
|
|
|
</view>
|
|
|
<view style="display: flex;border-bottom: 1px solid #DDDDDD;margin: 20rpx 18rpx;">
|
|
|
<view style="font-size: 24rpx;display: flex;line-height: 70rpx;height: 70rpx;">
|
|
|
<view style="color: #A91919;">*</view>
|
|
|
<view style="width: 132rpx;">归属日期</view>
|
|
|
</view>
|
|
|
- <picker name="date" mode="date" value="{{date}}" bindchange="bindDateChange" style="line-height: 70rpx;font-size: 24rpx;">
|
|
|
- <input style="font-size: 24rpx;line-height: 70rpx;height: 70rpx;width: 100%;" placeholder="请选择归属日期" value="{{date}}" />
|
|
|
+ <picker name="vestingDate" mode="date" value="{{vestingDate}}" bindchange="bindDateChange" style="line-height: 70rpx;font-size: 24rpx;width: 100%;">
|
|
|
+ <input style="font-size: 24rpx;line-height: 70rpx;height: 70rpx;width: 100%;" disabled="true" placeholder="请选择归属日期" value="{{vestingDate}}" />
|
|
|
</picker>
|
|
|
</view>
|
|
|
<view style="display: flex;border-bottom: 1px solid #DDDDDD;margin: 20rpx 18rpx;">
|
|
@@ -39,8 +39,8 @@
|
|
|
<view style="color: #A91919;">*</view>
|
|
|
<view style="width: 132rpx;">作品年代</view>
|
|
|
</view>
|
|
|
- <picker name="age" bindchange="bindPickerChange" value="{{index}}" range="{{array}}" style="line-height: 70rpx;font-size: 24rpx;">
|
|
|
- <input style="font-size: 24rpx;line-height: 70rpx;height: 70rpx;width: 100%;" placeholder="请选择作品年代" value="{{array[index]}}" />
|
|
|
+ <picker name="pictureType" bindchange="bindPickerChange" value="{{pictureType}}" range="{{array}}" style="line-height: 70rpx;font-size: 24rpx;width: 100%;">
|
|
|
+ <input style="font-size: 24rpx;line-height: 70rpx;height: 70rpx;width: 100%;" disabled="true" placeholder="请选择作品年代" value="{{array[pictureType]}}" />
|
|
|
</picker>
|
|
|
</view>
|
|
|
<view style="display: flex;border-bottom: 1px solid #DDDDDD;margin: 20rpx 18rpx;">
|
|
@@ -48,14 +48,13 @@
|
|
|
<view style="color: #A91919;">*</view>
|
|
|
<view style="width: 132rpx;">我的作品</view>
|
|
|
</view>
|
|
|
- <view>
|
|
|
+ <view style="width: 500rpx;">
|
|
|
<view>
|
|
|
<button bindtap="bindUpload" style="width: 166rpx;height: 60rpx;background: #004A93;border-radius: 10rpx;color: #FFFFFF;font-size: 24rpx;line-height: 60rpx;margin: 0;">上传</button>
|
|
|
</view>
|
|
|
<view style="font-size: 24rpx;color: #D2D2D2;">支持jpg. png格式,大小在5M以下</view>
|
|
|
<view>
|
|
|
- <image src="{{imgURl}}{{img}}"></image>
|
|
|
- <input name="img" style="display: none;" value="{{imgURl}}{{img}}" type="text" />
|
|
|
+ <image style="width: 100%;" src="{{imgURl}}{{img}}" />
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -64,7 +63,7 @@
|
|
|
<view style="color: #A91919;">*</view>
|
|
|
<view style="width: 132rpx;">作品描述</view>
|
|
|
</view>
|
|
|
- <textarea name="detail" style="font-size: 24rpx;padding-top: 20rpx;" bindblur="bindTextAreaBlur" auto-height placeholder="请输入你的作品描述" />
|
|
|
+ <textarea name="pictureDescription" style="font-size: 24rpx;padding-top: 20rpx;" maxlength="200" auto-height placeholder="请输入你的作品描述" />
|
|
|
</view>
|
|
|
</view>
|
|
|
<button formType="submit" style="margin-top: 77rpx;width: 676rpx;height: 80rpx;background: #004A93;border-radius: 10rpx;color: #FFFFFF;font-size: 24rpx;line-height: 80rpx;">确认提交</button>
|