|
@@ -1,6 +1,7 @@
|
|
|
<template>
|
|
<template>
|
|
|
<view>
|
|
<view>
|
|
|
- <view v-if="showGuide" @click="endGuide" class="guide-box">
|
|
|
|
|
|
|
+ <!-- 20240830取消提示弹框 -->
|
|
|
|
|
+ <view v-if="false" @click="endGuide" class="guide-box">
|
|
|
<!-- 引导框,这里可以放置引导提示信息 -->
|
|
<!-- 引导框,这里可以放置引导提示信息 -->
|
|
|
<view
|
|
<view
|
|
|
style="margin: 30% auto;display: grid;justify-items: center;border: 5px double #004aff94;width: 250px;height: 250px;align-content: center;background-color: white;border-radius: 10px">
|
|
style="margin: 30% auto;display: grid;justify-items: center;border: 5px double #004aff94;width: 250px;height: 250px;align-content: center;background-color: white;border-radius: 10px">
|
|
@@ -245,10 +246,9 @@
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
|
|
|
|
|
- <view v-for="item in params_sort">
|
|
|
|
|
|
|
+ <view v-for="item in params_sort" :key="item.index">
|
|
|
<view v-if="!isempty(item.mny)" class="pay-btn-content" style="position: relative;">
|
|
<view v-if="!isempty(item.mny)" class="pay-btn-content" style="position: relative;">
|
|
|
- <view @click="selectmenu(item.mny);" :id="'
|
|
|
|
|
- '+item.mny" class="pay-btn item-tc"
|
|
|
|
|
|
|
+ <view @click="selectmenu(item.mny);" :id="' '+item.mny" class="pay-btn item-tc"
|
|
|
style="color: #454955;text-align: left;" :class="total==item.mny?'item-selected':''">
|
|
style="color: #454955;text-align: left;" :class="total==item.mny?'item-selected':''">
|
|
|
<view class="weui-flex3" style="padding: 6px 15px 0px 15px;font-size: 15px;font-weight: bold;">
|
|
<view class="weui-flex3" style="padding: 6px 15px 0px 15px;font-size: 15px;font-weight: bold;">
|
|
|
<view>
|
|
<view>
|
|
@@ -439,7 +439,6 @@
|
|
|
unionid: '',
|
|
unionid: '',
|
|
|
starting: false,
|
|
starting: false,
|
|
|
dev_status_checked: 0,
|
|
dev_status_checked: 0,
|
|
|
- dev_status_unavail: 0,
|
|
|
|
|
sessionId: '',
|
|
sessionId: '',
|
|
|
device_sn: '',
|
|
device_sn: '',
|
|
|
visible: false,
|
|
visible: false,
|