|
@@ -15,7 +15,7 @@
|
|
|
|
|
|
|
|
<view class="button-area">
|
|
<view class="button-area">
|
|
|
<view @click="clearItemFn">清空</view>
|
|
<view @click="clearItemFn">清空</view>
|
|
|
- <view>确认</view>
|
|
|
|
|
|
|
+ <view @click="confirmModify">确认</view>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
</view>
|
|
</view>
|
|
@@ -75,6 +75,9 @@ export default {
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
methods: {
|
|
methods: {
|
|
|
|
|
+ confirmModify(){
|
|
|
|
|
+ uni.navigateBack({delta: 1})
|
|
|
|
|
+ },
|
|
|
changeProperty(property){
|
|
changeProperty(property){
|
|
|
this.currentProperty = property
|
|
this.currentProperty = property
|
|
|
},
|
|
},
|