|
|
|
|
@ -223,25 +223,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<view class="proinfo lamp">
|
|
|
|
|
<text class="title">产品信息</text>
|
|
|
|
|
<view class="itemcontent">
|
|
|
|
|
<view class="item" @click="proParam()">
|
|
|
|
|
<image class="img" src="/static/images/6155/DeviceDetail/param.png" mode="aspectFit"></image>
|
|
|
|
|
<text class="txt">产品参数</text>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="item" @click="handRemark()">
|
|
|
|
|
<image class="img" src="/static/images/6155/DeviceDetail/remark.png" mode="aspectFit"></image>
|
|
|
|
|
<text class="txt">操作说明</text>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="item" @click="handVideo()">
|
|
|
|
|
<image class="img" src="/static/images/6155/DeviceDetail/video.png" mode="aspectFit"></image>
|
|
|
|
|
<text class="txt">操作视频</text>
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
<view class="proinfo lamp">
|
|
|
|
|
<text class="title">产品信息</text>
|
|
|
|
|
<view class="itemcontent">
|
|
|
|
|
<view class="item" @click="proParam()">
|
|
|
|
|
<image class="img" src="/static/images/6155/DeviceDetail/param.png" mode="aspectFit"></image>
|
|
|
|
|
<text class="txt">产品参数</text>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="item" @click="handRemark()">
|
|
|
|
|
<image class="img" src="/static/images/6155/DeviceDetail/remark.png" mode="aspectFit"></image>
|
|
|
|
|
<text class="txt">操作说明</text>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="item" @click="handVideo()">
|
|
|
|
|
<image class="img" src="/static/images/6155/DeviceDetail/video.png" mode="aspectFit"></image>
|
|
|
|
|
<text class="txt">操作视频</text>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
<!-- 弹窗通知 -->
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
<!-- 弹窗通知 -->
|
|
|
|
|
<MessagePopup :visible="Status.Pop.showPop" :type="Status.Pop.popType" :bgColor="Status.Pop.bgColor"
|
|
|
|
|
:borderColor="Status.Pop.borderColor" :textColor="Status.Pop.textColor"
|
|
|
|
|
:buttonBgColor="Status.Pop.buttonBgColor" :buttonTextColor="Status.Pop.buttonTextColor"
|
|
|
|
|
@ -249,7 +254,7 @@
|
|
|
|
|
@buttonClick="HidePop" :visiblePrompt="Status.Pop.visiblePrompt" :promptTitle="Status.Pop.promptTitle"
|
|
|
|
|
v-model="Status.Pop.modelValue" @closePop="closePop" :buttonCancelText="Status.Pop.buttonCancelText"
|
|
|
|
|
:showCancel="Status.Pop.showCancel" @cancelPop="closePop" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 下方菜单 -->
|
|
|
|
|
<!-- <BottomSlideMenuPlus :config="Status.BottomMenu" @close="closeMenu" @itemClick="handleItemClick"
|
|
|
|
|
@btnClick="btnClick">
|
|
|
|
|
@ -261,9 +266,8 @@
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</BottomSlideMenuPlus> -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<global-loading ref="loading" />
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
|