From bbe3dfec83f7af5239617f67363a2887e6b5ce05 Mon Sep 17 00:00:00 2001
From: lijingyu007 <904564792@qq.com>
Date: Fri, 21 Jun 2024 19:46:36 +0800
Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E8=BE=91=E5=A4=B4=E5=83=8F=20?=
=?UTF-8?q?=E6=88=91=E7=9A=84=E4=B8=BB=E9=A1=B5=E8=B7=B3=E8=BD=AC?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/personal/mycrowdtest/mycrowdtest.vue | 2 +-
pages/personal/setup/Information.vue | 4 ++--
pages/personal/setup/myuserinfo.vue | 5 +++++
utils/http.js | 3 ++-
4 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/pages/personal/mycrowdtest/mycrowdtest.vue b/pages/personal/mycrowdtest/mycrowdtest.vue
index 426182f..db02c64 100644
--- a/pages/personal/mycrowdtest/mycrowdtest.vue
+++ b/pages/personal/mycrowdtest/mycrowdtest.vue
@@ -12,7 +12,7 @@
style="display:flex;margin:0 12px 8px 0;justify-content: space-between;align-items: flex-end;">
竞标中
-
赏金金额:面议
+ 金额:面议
金额:{{item.price}}
diff --git a/pages/personal/setup/Information.vue b/pages/personal/setup/Information.vue
index ef18f50..af739ac 100644
--- a/pages/personal/setup/Information.vue
+++ b/pages/personal/setup/Information.vue
@@ -104,7 +104,7 @@
let sex=uni.getStorageSync('sex');
let {phonenumber}=this.wxUserInfo;
let setavatar='',sexdata='';
- if(avatar){
+ if(avatar && avatar.indexOf('http') == -1){
// if(avatar.indexOf('http')==0){
// setavatar = avatar
// }else{
@@ -112,7 +112,7 @@
// }
setavatar = this.http.baseUrl + avatar
}else{
- setavatar=''
+ setavatar=avatar
}
if(sex){
sexdata=this.sexList.filter(item=>item.value==sex)[0].label;
diff --git a/pages/personal/setup/myuserinfo.vue b/pages/personal/setup/myuserinfo.vue
index e202329..77a926d 100644
--- a/pages/personal/setup/myuserinfo.vue
+++ b/pages/personal/setup/myuserinfo.vue
@@ -217,6 +217,11 @@
url: `./crowdsourcingdetails?id=${id}`
})
},
+ signupdetails(taskid) {
+ uni.navigateTo({
+ url: `/pages/index/testcrowdsourc/crowdsourcingdetails?id=${taskid}`
+ })
+ }
},
// 触底刷新
onReachBottom() {
diff --git a/utils/http.js b/utils/http.js
index f1effc6..ebf1c99 100644
--- a/utils/http.js
+++ b/utils/http.js
@@ -2,7 +2,8 @@ import comstemutil from "./comstemutil";
//es6
// const baseUrl = 'http://192.168.0.229:9999';
-const baseUrl = 'https://www.bjkeyware.com/test-api';
+// const baseUrl = 'https://www.bjkeyware.com/test-api';
+const baseUrl = 'https://www.bjkeyware.com/prod-api';
// const baseUrl = 'http://172.16.36.180:9999';
// const baseUrl = 'https://www.bjkeyware.com/prod-api';