Browse Source

[修改][首页引导提示弹框隐藏]

yxp 1 năm trước cách đây
mục cha
commit
4f793212a8
2 tập tin đã thay đổi với 6 bổ sung7 xóa
  1. 2 2
      config.js
  2. 4 5
      pages/index/index.vue

+ 2 - 2
config.js

@@ -1,8 +1,8 @@
 // 应用全局配置
 module.exports = {
   //baseUrl: 'https://vue.ruoyi.vip/prod-api',
-   baseUrl: 'https://wetiandi.com/',
-//   baseUrl: 'http://192.168.1.131:9090/',
+ baseUrl: 'https://wetiandi.com/',
+ //  baseUrl: 'http://192.168.1.131:9090/',
   // 应用信息
   appInfo: {
     // 应用名称

+ 4 - 5
pages/index/index.vue

@@ -1,6 +1,7 @@
 <template>
 	<view>
-		<view v-if="showGuide" @click="endGuide" class="guide-box">
+		<!-- 20240830取消提示弹框 -->
+		<view v-if="false" @click="endGuide" class="guide-box">
 			<!-- 引导框,这里可以放置引导提示信息 -->
 			<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">
@@ -245,10 +246,9 @@
 			</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 @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':''">
 						<view class="weui-flex3" style="padding: 6px 15px 0px 15px;font-size: 15px;font-weight: bold;">
 							<view>
@@ -439,7 +439,6 @@
 				unionid: '',
 				starting: false,
 				dev_status_checked: 0,
-				dev_status_unavail: 0,
 				sessionId: '',
 				device_sn: '',
 				visible: false,