3 Achegas 5ab538b974 ... ecb6d32e7d

Autor SHA1 Mensaxe Data
  imengyu ecb6d32e7d Merge branch 'master' of http://47.100.2.119:3000/shang/WenWuGuanJia hai 2 semanas
  imengyu 0c2546f127 巡查页按要求添加弹出对话框 hai 2 semanas
  imengyu d58a5fad06 更改客服电话 hai 2 semanas
Modificáronse 3 ficheiros con 18 adicións e 3 borrados
  1. 2 1
      manifest.json
  2. 1 1
      pages/user/index.vue
  3. 15 1
      shouhu_fenbao/xunCha/xunCha.vue

+ 2 - 1
manifest.json

@@ -1,10 +1,11 @@
 {
     "name" : "文物管家",
-    "appid" : "__UNI__5CDBB2E",
+    "appid" : "__UNI__A1BB0F7",
     "description" : "文物管家",
     "versionName" : "1.0.0",
     "versionCode" : "100",
     "transformPx" : false,
+    "sassImplementationName" : "node-sass",
     /* 5+App特有相关 */
     "app-plus" : {
         "usingComponents" : true,

+ 1 - 1
pages/user/index.vue

@@ -49,7 +49,7 @@
 				</view>
 			</button>
 			<view style="width: 90%; margin: auto; margin-top: 240rpx; text-align: center; font-size: 26rpx; color: #abaab2">
-				<view class="">客服电话:18133054315</view>
+				<view class="">客服电话:18050125110</view>
 			</view>
 		</view>
 

+ 15 - 1
shouhu_fenbao/xunCha/xunCha.vue

@@ -172,6 +172,10 @@
 				</view>
 			</view>
 		</u-popup>
+    
+    <u-popup :show="show2" @close="close2" mode="center" bgColor="#fff" round="5">
+      <image src="https://wwgj.wenlvti.net/uploads/20250707/04bb377cb520563e8923faae740023f0.png" style="width:600rpx;margin: 40rpx 0" mode="widthFix" />
+    </u-popup>
 
 		<view class="tjxc" @click="submitTo">提交巡查</view>
 	</view>
@@ -209,6 +213,7 @@ export default {
 			show: false,
 			showPicker: false,
 			situation: '',
+      show2: false,
 			Evtsituation: '',
 			// 弹层Tab
 			popTab: [],
@@ -525,6 +530,12 @@ export default {
 
 			// console.log(this.assetList, '每项添加照片和描述');
 		},
+    close2() {
+      this.show2 = false;
+      uni.switchTab({
+        url: '/pages/shouhu/shouhu'
+      });
+    },
 		// 提交巡查
 		submitTo() {
 			// 判断图片和描述有没有填写
@@ -597,11 +608,14 @@ export default {
 										if (res.code == 1) {
 											// console.log(res, '提交成功');
 											that.$common.successToShow(res.msg);
+                      // 增加一个图片弹窗
+                      this.show2 = true;
+                      /* 
 											setTimeout(() => {
 												uni.switchTab({
 													url: '/pages/shouhu/shouhu'
 												});
-											}, 1000);
+											}, 1000); */
 										} else {
 											that.$common.errorToShow(res.msg);
 										}