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