Showing
1 changed file
with
4 additions
and
4 deletions
... | ... | @@ -28,12 +28,12 @@ |
28 | 28 | @delete="deletePic" name="1" multiple :maxCount="6"></u-upload> |
29 | 29 | </u-form-item> |
30 | 30 | </view> |
31 | + <view style="width:427rpx;margin:0 auto;"> | |
32 | + <u-button class="buttonSty button-sty" shape="circle" type="primary" text="提交" | |
33 | + customStyle="margin-top: 129rpx" @click="submit"></u-button> | |
34 | + </view> | |
31 | 35 | </view> |
32 | 36 | </u--form> |
33 | - <view style="width:427rpx;margin:0 auto;"> | |
34 | - <u-button class="buttonSty button-sty" shape="circle" type="primary" text="提交" | |
35 | - customStyle="margin-top: 129rpx" @click="submit"></u-button> | |
36 | - </view> | |
37 | 37 | </view> |
38 | 38 | <!-- #ifdef MP --> |
39 | 39 | <view style="height: 18rpx;"></view> | ... | ... |