From 0f4e361bb32348793e1576e9add49ea2661db3b5 Mon Sep 17 00:00:00 2001
From: mahuan@syspetro.com <mahuan@syspetro.com>
Date: 星期四, 28 四月 2022 19:56:35 +0800
Subject: [PATCH] 最新代码存档

---
 GoldC/pages/problemListT3/ProblemListT3.js |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/GoldC/pages/problemListT3/ProblemListT3.js b/GoldC/pages/problemListT3/ProblemListT3.js
index 784de17..e0d3dda 100644
--- a/GoldC/pages/problemListT3/ProblemListT3.js
+++ b/GoldC/pages/problemListT3/ProblemListT3.js
@@ -14,10 +14,10 @@
     listData: '',
     replytitle: '鏁存敼鍥炲',
     zhengai: 1,
-    // 
+    //
     miaoshu: '',
     exam: '',
-    // 
+    //
     backimg: '',
     // 涓�绾у崟浣嶆槸鍚�
     isPrimary: false,
@@ -147,7 +147,7 @@
         wx.uploadFile({
           filePath: this.data.backimg[0],
           name: 'upload',
-          url: 'https://www.yhupai.com/TOperation/Post',
+          url: 'http://101.133.134.71:9002/TOperation/Post',
           formData: {
             _RoleValue: wx.getStorageSync('user').RoleValue,
             _pk_User: wx.getStorageSync('user').pk_User,
@@ -230,14 +230,14 @@
 
     }
   },
-  //鍘嗗彶娴佺▼ 
+  //鍘嗗彶娴佺▼
   history(e) {
     var id = e.currentTarget.dataset.id
     wx.navigateTo({
       url: '/pages/history/hisstory?id=' + id,
     })
   },
-  // 
+  //
   textinput(e) {
     this.setData({
       miaoshu: e.detail.value
@@ -274,12 +274,12 @@
     })
   },
 
-  // 
+  //
   imgOnLoad(e) {
     if(this.data.listData[e.currentTarget.dataset.index]){
       this.data.listData[e.currentTarget.dataset.index].loading = true
     }
-    
+
     var l = this.data.listData
     this.setData({
       listData: l
@@ -357,4 +357,4 @@
   onShareAppMessage: function () {
 
   }
-})
\ No newline at end of file
+})

--
Gitblit v1.8.0