| | |
| | | getDetail(params.id).then(res => { |
| | | this.content = res.data.content |
| | | this.rate = res.data.rate |
| | | this.localImageUrls = res.data.imgUrl |
| | | this.video = res.data.video |
| | | this.localImageUrls = res.data.imgUrl || [] |
| | | this.video = res.data.video || [] |
| | | }) |
| | | }, |
| | | methods: { |
| | |
| | | }, |
| | | // 关闭webview |
| | | closeH5() { |
| | | uni.setClipboardData({ |
| | | data: JSON.stringify(wx) |
| | | }) |
| | | if (this.userInfo.isAdmin == 1) { |
| | | //是上级则不返回小程序 |
| | | return |
| | |
| | | <view class=" btnAdd evaluate" @click.stop="toEvaluate">评价</view> |
| | | </view> |
| | | <view class="btnButtom" v-if="orderInfo.status == 8"> |
| | | <view class=" btnAdd evaluate" @click.stop="toDetailEvaluate">查看评价</view> |
| | | <view class=" btnAdd w100 txt-center" @click.stop="toDetailEvaluate">查看评价</view> |
| | | </view> |
| | | |
| | | |