| | |
| | | <u-parse :content="info.content"></u-parse> |
| | | </view> |
| | | </view> |
| | | <view style="width: 100%; height: calc(env(safe-area-inset-bottom) + 108rpx);"></view> |
| | | <view class="footer"> |
| | | <view style="width: 100%; height: calc(env(safe-area-inset-bottom) + 108rpx);" v-if="!type"></view> |
| | | <view class="footer" v-if="!type"> |
| | | <view class="edit"> |
| | | <view class="edit-left"> |
| | | <view class="edit-left-row" @click="shoucang"> |
| | |
| | | info: null, |
| | | cardObj: null, |
| | | show: false, |
| | | type: null, |
| | | num: 1 |
| | | }; |
| | | }, |
| | | onLoad(option) { |
| | | this.id = option.id |
| | | this.type = option.type |
| | | this.getDetails() |
| | | |
| | | }, |
| | | onShow() { |
| | | if (this.userInfo) { |