正在显示
2 个修改的文件
包含
4 行增加
和
6 行删除
@@ -4,8 +4,7 @@ | @@ -4,8 +4,7 @@ | ||
4 | <text class="text_black3_34 float_right">{{3000}}</text> | 4 | <text class="text_black3_34 float_right">{{3000}}</text> |
5 | </view> | 5 | </view> |
6 | 6 | ||
7 | - <form style="background:#fff;" bindsubmit="formSubmit"> | ||
8 | - <view wx:for="{{infoList}}" style="margin-top:20rpx"> | 7 | + <view wx:for="{{infoList}}" style="background:#fff;margin-top:20rpx"> |
9 | <picker style="height:104rpx;padding-left: 30rpx;background-color:#fff" mode="selector" bindchange="bindProjectChange" range="{{project}}"> | 8 | <picker style="height:104rpx;padding-left: 30rpx;background-color:#fff" mode="selector" bindchange="bindProjectChange" range="{{project}}"> |
10 | <text class="text_gray7_34">所得项目</text> | 9 | <text class="text_gray7_34">所得项目</text> |
11 | <image class='arrow_wrap float_right' src='/images/arrow_right.png'></image> | 10 | <image class='arrow_wrap float_right' src='/images/arrow_right.png'></image> |
@@ -34,8 +33,7 @@ | @@ -34,8 +33,7 @@ | ||
34 | <image style="width:28rpx;height:28rpx;margin-right:16rpx" src="/images/add_extra.png"></image> | 33 | <image style="width:28rpx;height:28rpx;margin-right:16rpx" src="/images/add_extra.png"></image> |
35 | <text style="font-size:28rpx;color:#4986fe">继续添加</text> | 34 | <text style="font-size:28rpx;color:#4986fe">继续添加</text> |
36 | </view> | 35 | </view> |
37 | - <view class="btn_bottom" formType="submit"> | ||
38 | - <button class="btn_bottom" formType="submit">保存</button> | 36 | + <view class="btn_bottom" bindtap="goSubmit"> |
37 | + <button class="btn_bottom" >保存</button> | ||
39 | </view> | 38 | </view> |
40 | - </form> | ||
41 | </view> | 39 | </view> |
请
注册
或
登录
后发表评论