| | |
| | | </uni-popup-dialog> |
| | | </uni-popup> |
| | | </view> |
| | | |
| | | <view class="foot"> |
| | | <button size="mini" type="primary" @click="edite(id)">修改</button> |
| | | <button size="mini" type="warn" @click="del(id)">删除</button> |
| | | </view> |
| | | </view> |
| | | </template> |
| | | |
| | |
| | | method: 'GET', |
| | | success(res) { |
| | | res = res.data |
| | | console.log(res); |
| | | that.detl = res.data |
| | | that.active = res.data.settle |
| | | that.list1 = JSON.parse(res.data.settleMsg) |
| | |
| | | that.getFollowers() |
| | | } |
| | | }) |
| | | } |
| | | }, |
| | | edite(id) { |
| | | let _this = this |
| | | uni.navigateTo({ |
| | | url: '/pages/business/plan/modiPlan?id=' + id |
| | | }) |
| | | }, |
| | | } |
| | | } |
| | | </script> |