提交 91cb5b8b511c273471cc944a532c0d13848f3c6e

作者 wangyu
1 个父辈 38498b02

优化

... ... @@ -55,7 +55,7 @@ Page({
55 55 });
56 56 },
57 57
58   - formSubmit: function (e) {
  58 + goSubmit: function (e) {
59 59 console.log('form发生了submit事件,携带数据为:', e.detail.value)
60 60 },
61 61
... ...
... ... @@ -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
... ...
注册登录 后发表评论