| | |
| | | |
| | | </scroll-view> |
| | | <view class="foot"> |
| | | <button size="mini" type="warn" @click="del(id)">删除</button> |
| | | <!-- <button size="mini" type="warn" @click="del(id)">删除</button> --> |
| | | </view> |
| | | |
| | | <view> |
| | |
| | | } |
| | | }, |
| | | onLoad(option) { |
| | | console.log('开始'); |
| | | if (JSON.stringify(option) != "{}") { |
| | | console.log('pd1'); |
| | | this.id = option.id |
| | | this.init() |
| | | this.autoLoad('follower','') |
| | |
| | | this.getFollowers() |
| | | },500) |
| | | } else { |
| | | console.log('cd2'); |
| | | let _this = this |
| | | const eventChannel = this.getOpenerEventChannel(); |
| | | eventChannel.on('cstmr', function(data) { |
| | |
| | | method: 'GET', |
| | | success(res) { |
| | | res = res.data |
| | | console.log(res); |
| | | that.saleManage = res.data |
| | | that.cstmr = res.data |
| | | that.cstmrId = that.cstmr.id |