服务记录的评价取消

This commit is contained in:
闫晓茹 2023-10-27 17:09:42 +08:00
parent d62ff50422
commit f1e8e006e7

View File

@ -120,7 +120,7 @@
</view>
</view>
<view class="submits">
<span>取消</span>
<span @tap="cancel()">取消</span>
<span @tap="submit(item)">提交</span>
</view>
</u-popup>
@ -179,6 +179,9 @@
},
methods: {
cancel(){
this.evaluateshow=false
},
submit(item) {
console.log(this.list, '45')
add(this.list).then(res => {