MrShi
14 小时以前 47d56a8b0f22fb15a46b69dfd46fac23560ad2cd
mini-program/pages/details/details.vue
@@ -26,8 +26,8 @@
               <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">
@@ -108,13 +108,14 @@
            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) {